1 AC_INIT([enigma2-plugins],[3.2.0],[enigma2-devel@lists.elitedvb.net])
2 AM_INIT_AUTOMAKE([dist-bzip2 foreign no-define tar-pax])
3 AC_CONFIG_HEADERS([enigma2-plugins-config.h])
5 # Silent rules are available since 1.11, but older versions
6 # are still in use. So don't use them unconditionally.
7 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
9 AC_USE_SYSTEM_EXTENSIONS
14 m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
15 AC_CONFIG_MACRO_DIR([m4])
17 AC_PATH_PROG(MSGFMT, msgfmt, AC_MSG_ERROR(Could not find msgfmt))
25 PKG_CHECK_MODULES(ENIGMA2, enigma2)
26 PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.10 gstreamer-pbutils-0.10)
27 PKG_CHECK_MODULES(LIBCRYPTO, libcrypto)
30 AS_HELP_STRING([--without-debug],[disable debugging code]),
31 [with_debug="$withval"],[with_debug="yes"])
32 if test "$with_debug" = "yes"; then
34 AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging code])
36 AC_SUBST(DEBUG_CFLAGS)
39 AS_HELP_STRING([--with-po],[enable updating of po files]),
40 [with_po="$withval"],[with_po="no"])
41 if test "$with_po" = "yes"; then
42 AC_PATH_PROG(MSGINIT, msginit)
43 AC_PATH_PROG(MSGMERGE, msgmerge)
44 AC_PATH_PROG(MSGUNIQ, msguniq)
45 AC_PATH_PROG(XGETTEXT, xgettext)
46 if test -z "$MSGINIT" -o -z "$MSGMERGE" -o -z "$MSGUNIQ" -o -z "$XGETTEXT"; then
47 AC_MSG_ERROR([Could not find required gettext tools])
50 AM_CONDITIONAL(UPDATE_PO, test "$with_po" = "yes")
56 3dsettings/meta/Makefile
57 3dsettings/po/Makefile
58 3dsettings/src/Makefile
60 aihdcontroler/Makefile
61 aihdcontroler/meta/Makefile
62 aihdcontroler/src/Makefile
63 aihdcontroler/src/comp/Makefile
64 aihdcontroler/src/data/Makefile
66 antiscrollbar/Makefile
67 antiscrollbar/meta/Makefile
68 antiscrollbar/src/Makefile
71 audiosync/img/Makefile
72 audiosync/meta/Makefile
74 audiosync/src/Makefile
76 automaticcleanup/Makefile
77 automaticcleanup/meta/Makefile
78 automaticcleanup/po/Makefile
79 automaticcleanup/src/Makefile
81 automatictimerlistcleanup/Makefile
82 automatictimerlistcleanup/meta/Makefile
83 automatictimerlistcleanup/po/Makefile
84 automatictimerlistcleanup/src/Makefile
86 automaticvolumeadjustment/Makefile
87 automaticvolumeadjustment/meta/Makefile
88 automaticvolumeadjustment/src/Makefile
90 autoresolution/Makefile
91 autoresolution/meta/Makefile
92 autoresolution/src/Makefile
93 autoresolution/po/Makefile
96 autotimer/meta/Makefile
98 autotimer/src/Makefile
99 autotimer/src/WebChilds/Makefile
100 autotimer/src/WebComponents/Makefile
101 autotimer/src/WebComponents/Sources/Makefile
102 autotimer/src/WebScreens/Makefile
103 autotimer/src/web/Makefile
104 autotimer/src/web-data/Makefile
105 autotimer/src/webinterface/Makefile
108 babelzapper/etc/Makefile
109 babelzapper/meta/Makefile
110 babelzapper/src/Makefile
112 bitrateviewer/Makefile
113 bitrateviewer/meta/Makefile
114 bitrateviewer/src/Makefile
115 bitrateviewer/src/bitratecalc/Makefile
118 bonjour/meta/Makefile
126 curlytx/meta/Makefile
131 dreamirc/meta/Makefile
132 dreamirc/src/Makefile
133 dreamirc/src/protocols/Makefile
135 dreammediathek/Makefile
136 dreammediathek/src/Makefile
139 dvdbackup/meta/Makefile
140 dvdbackup/po/Makefile
141 dvdbackup/src/Makefile
148 easyinfo/meta/Makefile
149 easyinfo/src/Makefile
152 easymedia/meta/Makefile
153 easymedia/po/Makefile
154 easymedia/src/Makefile
164 eibox/src/images/Makefile
167 elektro/meta/Makefile
172 emailclient/meta/Makefile
173 emailclient/po/Makefile
174 emailclient/src/Makefile
177 emission/meta/Makefile
178 emission/src/Makefile
181 epgrefresh/meta/Makefile
182 epgrefresh/po/Makefile
183 epgrefresh/src/Makefile
184 epgrefresh/src/webinterface/Makefile
187 epgsearch/meta/Makefile
188 epgsearch/po/Makefile
189 epgsearch/src/Makefile
192 eurotictv/meta/Makefile
193 eurotictv/po/Makefile
194 eurotictv/src/Makefile
197 fancontrol2/meta/Makefile
198 fancontrol2/po/Makefile
199 fancontrol2/src/Makefile
200 fancontrol2/src/data/Makefile
203 filebrowser/meta/Makefile
204 filebrowser/src/Makefile
207 fritzcall/meta/Makefile
208 fritzcall/po/Makefile
209 fritzcall/src/Makefile
210 fritzcall/src/images/Makefile
213 fstabeditor/meta/Makefile
214 fstabeditor/src/Makefile
217 ftpbrowser/meta/Makefile
218 ftpbrowser/po/Makefile
219 ftpbrowser/src/Makefile
220 ftpbrowser/src/images/Makefile
222 genuinedreambox/Makefile
223 genuinedreambox/meta/Makefile
224 genuinedreambox/src/Makefile
227 googlemaps/meta/Makefile
228 googlemaps/src/Makefile
231 growlee/meta/Makefile
235 httpproxy/meta/Makefile
236 httpproxy/src/Makefile
243 infobartunerstate/Makefile
244 infobartunerstate/meta/Makefile
245 infobartunerstate/po/Makefile
246 infobartunerstate/src/Makefile
249 kiddytimer/img/Makefile
250 kiddytimer/meta/Makefile
251 kiddytimer/po/Makefile
252 kiddytimer/src/Makefile
260 letterbox/src/Makefile
261 letterbox/meta/Makefile
264 logomanager/logodir_hdd/Makefile
265 logomanager/meta/Makefile
266 logomanager/src/Makefile
268 mediadownloader/Makefile
269 mediadownloader/meta/Makefile
270 mediadownloader/po/Makefile
271 mediadownloader/src/Makefile
274 menusort/meta/Makefile
275 menusort/src/Makefile
278 merlinepg/meta/Makefile
279 merlinepg/src/Makefile
281 merlinepgcenter/Makefile
282 merlinepgcenter/meta/Makefile
283 merlinepgcenter/src/Makefile
284 merlinepgcenter/po/Makefile
285 merlinepgcenter/skins/Makefile
286 merlinepgcenter/images/Makefile
287 merlinepgcenter/images/HD/Makefile
288 merlinepgcenter/images/HD_BORDER/Makefile
289 merlinepgcenter/images/SD/Makefile
290 merlinepgcenter/images/XD/Makefile
291 merlinepgcenter/images/XD_BORDER/Makefile
292 merlinepgcenter/images/HD_Elgato/Makefile
294 merlinmusicplayer/Makefile
295 merlinmusicplayer/meta/Makefile
296 merlinmusicplayer/src/Makefile
297 merlinmusicplayer/src/images/Makefile
298 merlinmusicplayer/src/merlinmp3player/Makefile
301 meteoitalia/meta/Makefile
302 meteoitalia/src/Makefile
310 moviecut/meta/Makefile
311 moviecut/src_cc/Makefile
312 moviecut/src_py/Makefile
314 movielistpreview/Makefile
315 movielistpreview/meta/Makefile
316 movielistpreview/po/Makefile
317 movielistpreview/src/Makefile
319 movieretitle/Makefile
320 movieretitle/meta/Makefile
321 movieretitle/po/Makefile
322 movieretitle/src/Makefile
325 moviesearch/meta/Makefile
326 moviesearch/src/Makefile
328 movieselectionquickbutton/Makefile
329 movieselectionquickbutton/meta/Makefile
330 movieselectionquickbutton/po/Makefile
331 movieselectionquickbutton/src/Makefile
334 movietagger/etc/Makefile
335 movietagger/meta/Makefile
336 movietagger/po/Makefile
337 movietagger/src/Makefile
340 movieepg/meta/Makefile
341 movieepg/src/Makefile
349 multirc/meta/Makefile
356 namezap/meta/Makefile
361 netcaster/meta/Makefile
362 netcaster/src/Makefile
363 netcaster/src/bin/Makefile
364 netcaster/src/bin/interface/Makefile
365 netcaster/src/etc/Makefile
367 networkbrowser/Makefile
368 networkbrowser/meta/Makefile
369 networkbrowser/src/Makefile
370 networkbrowser/src/icons/Makefile
371 networkbrowser/src/lib/Makefile
374 ncidclient/meta/Makefile
375 ncidclient/po/Makefile
376 ncidclient/src/Makefile
388 orfteletext/meta/Makefile
389 orfteletext/src/Makefile
392 partnerbox/meta/Makefile
393 partnerbox/po/Makefile
394 partnerbox/src/Makefile
395 partnerbox/src/icons/Makefile
396 partnerbox/src/servicewebts/Makefile
398 passwordchanger/Makefile
399 passwordchanger/meta/Makefile
400 passwordchanger/po/Makefile
401 passwordchanger/src/Makefile
403 permanentclock/Makefile
404 permanentclock/meta/Makefile
405 permanentclock/po/Makefile
406 permanentclock/src/Makefile
408 permanenttimeshift/Makefile
409 permanenttimeshift/meta/Makefile
410 permanenttimeshift/po/Makefile
411 permanenttimeshift/images/Makefile
412 permanenttimeshift/src/Makefile
413 permanenttimeshift/src/eitsave/Makefile
414 permanenttimeshift/src/createapscfiles/Makefile
416 pipservicerelation/Makefile
417 pipservicerelation/src/Makefile
418 pipservicerelation/meta/Makefile
425 pluginhider/meta/Makefile
426 pluginhider/po/Makefile
427 pluginhider/src/Makefile
430 pluginsort/meta/Makefile
431 pluginsort/po/Makefile
432 pluginsort/src/Makefile
436 podcast/meta/Makefile
441 porncenter/meta/Makefile
442 porncenter/po/Makefile
443 porncenter/src/Makefile
444 porncenter/src/Additions/Makefile
447 quickbutton/meta/Makefile
448 quickbutton/po/Makefile
449 quickbutton/src/Makefile
451 reconstructapsc/Makefile
452 reconstructapsc/meta/Makefile
453 reconstructapsc/src_cc/Makefile
454 reconstructapsc/src_py/Makefile
457 remotetimer/meta/Makefile
458 remotetimer/src/Makefile
460 rsdownloader/Makefile
461 rsdownloader/meta/Makefile
462 rsdownloader/po/Makefile
463 rsdownloader/src/Makefile
464 rsdownloader/src/container/Makefile
467 seekbar/meta/Makefile
472 serienfilm/meta/Makefile
473 serienfilm/po/Makefile
474 serienfilm/src/Makefile
475 serienfilm/src/icons/Makefile
478 setpasswd/meta/Makefile
479 setpasswd/po/Makefile
480 setpasswd/src/Makefile
483 shoutcast/meta/Makefile
484 shoutcast/po/Makefile
485 shoutcast/src/Makefile
488 showclock/meta/Makefile
489 showclock/po/Makefile
490 showclock/src/Makefile
493 simplerss/meta/Makefile
494 simplerss/po/Makefile
495 simplerss/src/Makefile
497 startupservice/Makefile
498 startupservice/meta/Makefile
499 startupservice/po/Makefile
500 startupservice/src/Makefile
502 startuptostandby/Makefile
503 startuptostandby/meta/Makefile
504 startuptostandby/src/Makefile
506 subsdownloader2/Makefile
507 subsdownloader2/meta/Makefile
508 subsdownloader2/src/Makefile
509 subsdownloader2/src/pic/Makefile
510 subsdownloader2/src/pic/buttons/Makefile
511 subsdownloader2/src/pic/buttons/HD/Makefile
512 subsdownloader2/src/pic/res/Makefile
513 subsdownloader2/src/SourceCode/Makefile
514 subsdownloader2/src/SourceCode/chardet/Makefile
515 subsdownloader2/src/SourceCode/periscope/Makefile
516 subsdownloader2/src/SourceCode/periscope/services/Makefile
517 subsdownloader2/src/SourceCode/periscope/services/BierDopje/Makefile
518 subsdownloader2/src/SourceCode/periscope/services/OpenSubtitle/Makefile
519 subsdownloader2/src/SourceCode/xbmc_subtitles/Makefile
520 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Makefile
521 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Napisyme/Makefile
522 subsdownloader2/src/SourceCode/xbmc_subtitles/service/Itasa/Makefile
529 tageditor/meta/Makefile
530 tageditor/po/Makefile
531 tageditor/src/Makefile
534 trafficinfo/meta/Makefile
535 trafficinfo/src/Makefile
538 tvcharts/meta/Makefile
539 tvcharts/src/Makefile
541 unwetterinfo/Makefile
542 unwetterinfo/meta/Makefile
543 unwetterinfo/src/Makefile
545 valixdcontrol/Makefile
546 valixdcontrol/meta/Makefile
547 valixdcontrol/src/Makefile
548 valixdcontrol/src/comp/Makefile
549 valixdcontrol/src/data/Makefile
552 virtualzap/meta/Makefile
553 virtualzap/po/Makefile
554 virtualzap/src/Makefile
557 vlcplayer/meta/Makefile
558 vlcplayer/po/Makefile
559 vlcplayer/src/Makefile
560 vlcplayer/src/servicets/Makefile
567 vps/src_py/web/Makefile
568 vps/src_py/web-data/Makefile
569 vps/src_py/WebComponents/Makefile
570 vps/src_py/WebComponents/Sources/Makefile
572 weatherplugin/Makefile
573 weatherplugin/meta/Makefile
574 weatherplugin/po/Makefile
575 weatherplugin/src/Makefile
577 webcamviewer/Makefile
578 webcamviewer/meta/Makefile
579 webcamviewer/src/Makefile
581 webbouqueteditor/Makefile
582 webbouqueteditor/src/Makefile
583 webbouqueteditor/meta/Makefile
584 webbouqueteditor/src/web/Makefile
585 webbouqueteditor/src/web-data/Makefile
586 webbouqueteditor/src/WebChilds/Makefile
587 webbouqueteditor/src/WebComponents/Makefile
588 webbouqueteditor/src/WebComponents/Sources/Makefile
589 webbouqueteditor/src/WebScreens/Makefile
591 webinterface/Makefile
592 webinterface/meta/Makefile
593 webinterface/po/Makefile
594 webinterface/src/Makefile
595 webinterface/src/mobile/Makefile
596 webinterface/src/web/Makefile
597 webinterface/src/web-data/Makefile
598 webinterface/src/web-data/gfx/Makefile
599 webinterface/src/web-data/img/Makefile
600 webinterface/src/web-data/lib/Makefile
601 webinterface/src/web-data/lib/lang/Makefile
602 webinterface/src/web-data/lib/datepicker/Makefile
603 webinterface/src/web-data/lib/datepicker/media/Makefile
604 webinterface/src/web-data/tpl/Makefile
605 webinterface/src/web-data/tpl/default/Makefile
606 webinterface/src/web-data/tpl/default/streaminterface/Makefile
607 webinterface/src/WebChilds/Makefile
608 webinterface/src/WebChilds/External/Makefile
609 webinterface/src/WebComponents/Makefile
610 webinterface/src/WebComponents/Converter/Makefile
611 webinterface/src/WebComponents/Sources/Makefile
614 werbezapper/meta/Makefile
615 werbezapper/po/Makefile
616 werbezapper/src/Makefile
618 youtubeplayer/Makefile
619 youtubeplayer/meta/Makefile
620 youtubeplayer/src/Makefile
621 youtubeplayer/src/Nemesis.GlassLine_Mod/Makefile
624 yttrailer/meta/Makefile
625 yttrailer/po/Makefile
626 yttrailer/src/Makefile
628 zaphistorybrowser/Makefile
629 zaphistorybrowser/meta/Makefile
630 zaphistorybrowser/po/Makefile
631 zaphistorybrowser/src/Makefile
633 zapstatistic/Makefile
634 zapstatistic/meta/Makefile
635 zapstatistic/po/Makefile
636 zapstatistic/src/Makefile
638 zdfmediathek/Makefile
639 zdfmediathek/meta/Makefile
640 zdfmediathek/src/Makefile