Home
last modified time | relevance | path

Searched refs:check_cfg (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/multimedia/mpv/waf-2.0.20/tests/config/
H A Dwscript42 conf.check_cfg(package='libpng')
51 conf.check_cfg(package='libpng', global_define=1)
60 conf.check_cfg(package='libpng', global_define=0)
68 conf.check_cfg(package='libpng', global_define=0)
100 conf.check_cfg(package='libpng', global_define=0, define_name='HAVE_FOO')
108 conf.check_cfg(modversion='libpng')
117 conf.check_cfg(modversion='libpng', uselib_store='foo')
126 conf.check_cfg(modversion='libpng', uselib_store='foo', define_name='bar')
135 conf.check_cfg(package='libpng', atleast_version='1.0', global_define=1, args='--libs --cflags')
145 …conf.check_cfg(package='libpng', uselib_store='foo', atleast_version='1.0', args='--libs --cflags')
/dports/multimedia/mpv/waf-2.0.20/playground/gdbus/
H A Dwscript12 conf.check_cfg(package='gio-2.0', args='--cflags --libs')
13 conf.check_cfg(package='gio-unix-2.0', args='--cflags --libs')
14 conf.check_cfg(package='glib-2.0', args='--cflags --libs')
/dports/multimedia/mpv/waf-2.0.20/demos/glib2/
H A Dwscript19 conf.check_cfg (package='glib-2.0', uselib_store='GLIB', atleast_version='2.25.0',
21 conf.check_cfg (package='gio-2.0', uselib_store='GIO', atleast_version='2.25.0',
23 conf.check_cfg (package='gobject-2.0', uselib_store='GOBJECT', atleast_version='2.25.0',
/dports/cad/oregano/oregano-0.84.43/
H A Dwscript69 conf.check_cfg(atleast_pkgconfig_version='0.26')
70 …conf.check_cfg(package='glib-2.0', uselib_store='GLIB', args=['glib-2.0 >= 2.44', '--cflags', '--l…
71 …conf.check_cfg(package='gobject-2.0', uselib_store='GOBJECT', args=['--cflags', '--libs'], mandato…
72 …conf.check_cfg(package='gtk+-3.0', uselib_store='GTK3', args=['gtk+-3.0 >= 3.12', '--cflags', '--l…
73 …conf.check_cfg(package='libxml-2.0', uselib_store='XML', args=['--cflags', '--libs'], mandatory=Tr…
74 …conf.check_cfg(package='goocanvas-2.0', uselib_store='GOOCANVAS', args=['--cflags', '--libs'], man…
75 …conf.check_cfg(package='gtksourceview-3.0', uselib_store='GTKSOURCEVIEW3', args=['--cflags', '--li…
/dports/audio/guitarix-lv2/guitarix-0.43.1/pygxw/
H A Dwscript28 …conf.check_cfg(package='pygobject-2.0', args='--cflags --libs', uselib_store='PYGOBJECT', mandator…
29 …conf.check_cfg(package='pygobject-2.0', variables='codegendir', uselib_store='PYGOBJECT', mandator…
30 … conf.check_cfg(package='pygtk-2.0', args='--cflags --libs', uselib_store='PYGTK', mandatory=True)
31 …conf.check_cfg(package='pygtk-2.0', variables='defsdir', uselib_store='PYGTK', mandatory=True, qui…
32 conf.check_cfg(package='gobject-introspection-1.0', mandatory=True)
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/
H A Dwscript29 …conf.check_cfg(package='avahi-gobject', args='--cflags --libs', uselib_store='AVAHI_GOBJECT', mand…
30 …conf.check_cfg(package='avahi-glib', args='--cflags --libs', uselib_store='AVAHI_GLIB', mandatory=…
31 …conf.check_cfg(package='avahi-client', args='--cflags --libs', uselib_store='AVAHI_CLIENT', mandat…
35 conf.check_cfg(package='bluez', args='--cflags --libs', uselib_store='BLUEZ', mandatory=0)
37 conf.check_cfg(package='liblo', args='--cflags --libs', uselib_store='LIBLO', mandatory=0)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/
H A Dwscript210 conf.check_cfg(path=conf.options.wx_config, package='',
217 conf.check_cfg(path=conf.options.wx_config, package='',
223 conf.check_cfg(path=conf.options.wx_config, package='',
228 conf.check_cfg(path=conf.options.wx_config, package='',
237 conf.check_cfg(path=conf.options.wx_config, package='',
246 conf.check_cfg(path=conf.options.wx_config, package='',
257 conf.check_cfg(path=conf.options.wx_config, package='',
262 conf.check_cfg(path=conf.options.wx_config, package='',
268 conf.check_cfg(path=conf.options.wx_config, package='',
277 conf.check_cfg(path=conf.options.wx_config, package='',
[all …]
/dports/textproc/ctpl/ctpl-0.3.4/
H A Dwscript97 conf.check_cfg(package='glib-2.0', atleast_version='2.10.0', uselib_store='GLIB',
99 conf.check_cfg(package='gio-2.0', uselib_store='GIO', args='--cflags --libs', mandatory=True)
100 …conf.check_cfg(package='gio-2.0', atleast_version='2.24.0', uselib_store='GIO_2_24', args='--cflag…
101 …conf.check_cfg(package='gio-unix-2.0', uselib_store='GIO_UNIX', args='--cflags --libs', mandatory=…
102 …conf.check_cfg(package='gio-windows-2.0', uselib_store='GIO_WINDOWS', args='--cflags --libs', mand…
/dports/audio/aubio/aubio-0.4.9/
H A Dwscript339 ctx.check_cfg(package = 'fftw3f',
349 ctx.check_cfg(package = 'fftw3',
353 ctx.check_cfg(package = 'fftw3f',
372 ctx.check_cfg(package = 'sndfile',
386 ctx.check_cfg(package = 'samplerate',
392 ctx.check_cfg(package = 'jack',
398 ctx.check_cfg(package = 'libavcodec',
402 ctx.check_cfg(package = 'libavformat',
406 ctx.check_cfg(package = 'libavutil',
410 ctx.check_cfg(package = 'libswresample',
[all …]
/dports/audio/py-aubio/aubio-0.4.9/
H A Dwscript339 ctx.check_cfg(package = 'fftw3f',
349 ctx.check_cfg(package = 'fftw3',
353 ctx.check_cfg(package = 'fftw3f',
372 ctx.check_cfg(package = 'sndfile',
386 ctx.check_cfg(package = 'samplerate',
392 ctx.check_cfg(package = 'jack',
398 ctx.check_cfg(package = 'libavcodec',
402 ctx.check_cfg(package = 'libavformat',
406 ctx.check_cfg(package = 'libavutil',
410 ctx.check_cfg(package = 'libswresample',
[all …]
/dports/x11-toolkits/ntk/ntk/
H A Dwscript85 conf.check_cfg(package='x11', uselib_store='X11', args="--cflags --libs",
88 conf.check_cfg(package='fontconfig', uselib_store='FONTCONFIG', args="--cflags --libs",
91 conf.check_cfg(package='xft', uselib_store='XFT', args="--cflags --libs",
94 conf.check_cfg(package='cairo', uselib_store='CAIRO', args="--cflags --libs",
131 conf.check_cfg(package='libpng', uselib_store='LIBPNG', args="--cflags --libs",
133 conf.check_cfg(package='zlib', uselib_store='LIBZ', args="--cflags --libs",
139 conf.check_cfg(package='glu', uselib_store='GL', args="--cflags --libs",
/dports/games/flightgear-data/fgdata/Nasal/modules/
H A Drepair_config.nas41 var compareConfigs = func(ref_cfg, check_cfg) {
49 var check_mod = check_cfg.getChild(name);
64 var repairUserArchiveFlag = func(ref_cfg, check_cfg) {
68 var check_mod = check_cfg.getChild(name);
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/dbus/
H A Dwscript15 if not conf.check_cfg(package='dbus-1 >= 1.0.0', args='--cflags --libs', mandatory=False):
19 dbus_dir = conf.check_cfg(package='dbus-1', args='--variable=session_bus_services_dir')
32 if not conf.check_cfg(package='expat', args='--cflags --libs', mandatory=False):
/dports/audio/guitarix-lv2/guitarix-0.43.1/
H A Dwscript315 …conf.check_cfg(package='sndfile', args=['--cflags','--libs','sndfile >= 1.0.17'], uselib_store='SN…
316 …conf.check_cfg(package='gthread-2.0', args=['--cflags','--libs','gthread-2.0 >= 2.24'], uselib_sto…
317 …conf.check_cfg(package='glibmm-2.4', args=['--cflags','--libs','glibmm-2.4 >= 2.56'], uselib_store…
319 …conf.check_cfg(package='fftw3f', args=['--cflags','--libs','fftw3f >= 3.3.8'], uselib_store='FFTW3…
332 …conf.check_cfg(package='gmodule-export-2.0', args='--cflags --libs', uselib_store='GMODULE_EXPORT'…
333 …conf.check_cfg(package='libcurl', args=['--cflags','--libs','libcurl >= 7.26.0'], uselib_store='CU…
341 …conf.check_cfg(package='gtk+-3.0', args=['--cflags','--libs','gtk+-3.0 >= 3.22'], uselib_store='GT…
342 …conf.check_cfg(package='gtkmm-3.0', args=['--cflags','--libs','gtkmm-3.0 >= 3.22'], uselib_store='…
343 …conf.check_cfg(package='giomm-2.4', args=['--cflags','--libs','giomm-2.4 >= 2.24'], uselib_store='…
347 conf.check_cfg(package='lrdf', args='--cflags --libs', uselib_store='LRDF', mandatory=1)
[all …]
/dports/devel/libstrfunc/libstrfunc-8.3/sf_cfg/
H A DMakefile.in17 SOURCES = check_cfg.c
42 check_PROGRAMS = check_cfg$(EXEEXT)
53 check_cfg_SOURCES = check_cfg.c
54 check_cfg_OBJECTS = check_cfg.$(OBJEXT)
60 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/check_cfg.Po
69 SOURCES = check_cfg.c
70 DIST_SOURCES = check_cfg.c
230 check_cfg$(EXEEXT): $(check_cfg_OBJECTS) $(check_cfg_DEPENDENCIES)
231 @rm -f check_cfg$(EXEEXT)
240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_cfg.Po@am__quote@
H A DMakefile.am10 check_PROGRAMS = check_cfg
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/
H A Dwscript37 conf.check_cfg(
96 alsa.check_cfg(
103 firewire.check_cfg(
110 iio.check_cfg(
113 iio.check_cfg(
121 portaudio.check_cfg(
143 opus.check_cfg(
151 samplerate.check_cfg(
157 sndfile.check_cfg(
233 conf.check_cfg(package='libsysinfo', args='--cflags --libs')
/dports/audio/guitarix-lv2/guitarix-0.43.1/waftools/
H A Dzita-convolver.py25 …conf.check_cfg(package='libavcodec', args='--cflags --libs', uselib_store='LIBAVCODEC', mandatory=…
26 … conf.check_cfg(package='libavutil', args='--cflags --libs', uselib_store='LIBAVUTIL', mandatory=1)
H A Dlv2.py104 conf.check_cfg(package='sigc++-2.0', args='--cflags --libs', uselib_store='SIGC', mandatory=1)
105 …conf.check_cfg(package='lv2', args=['--cflags','--libs','lv2 >= 1.2.0'], uselib_store='LV2CORE', m…
/dports/audio/guitarix-lv2/guitarix-0.43.1/libgxwmm/gxwmm/
H A Dwscript51 …conf.check_cfg(package='glibmm-2.4', variables='gmmprocdir', uselib_store='GLIBMM', mandatory=True)
52 … conf.check_cfg(package='gtkmm-3.0', variables='gmmprocm4dir', uselib_store='GTK', mandatory=True)
53 … conf.check_cfg(package='atkmm-1.6', variables='gmmprocm4dir', uselib_store='ATK', mandatory=True)
54 …conf.check_cfg(package='pangomm-1.4', variables='gmmprocm4dir', uselib_store='PANGO', mandatory=Tr…
/dports/databases/gnats4/gnats-4.1.0/contrib/tkgnats/
H A DMakefile110 all: check_cfg dirs $(tkgnatslib) $(tkgnatsbin)
119 check_cfg: target
369 make 'SUBMITTER=calgary' 'GNATS_ADDR=bugs' check_cfg
/dports/math/sfft/sfft-0.1.0/
H A Dwscript30 conf.check_cfg(package='valgrind', args='--cflags')
31 conf.check_cfg(package='fftw3', args=['--cflags', '--libs'], uselib_store="FFTW3")
/dports/multimedia/mpv/waf-2.0.20/demos/vala/
H A Dwscript20 …conf.check_cfg(package='glib-2.0', uselib_store='GLIB', atleast_version='2.10.0', mandatory=1, arg…
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mpi/
H A Dwscript11 mpi = conf.check_cfg(path='mpic++', args='-showme',
17 mpi = conf.check_cfg(path='mpic++', args='-compile-info -link-info',
/dports/science/libefp/libefp-1.5.0/efpmd/src/
H A Dparse.c43 static void check_cfg(struct cfg *cfg) in check_cfg() function
207 check_cfg(cfg); in parse_input()

12345678910>>...17