1 AC_INIT([enigma2-plugins],[4.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
65 aihdcontroler/Makefile
66 aihdcontroler/meta/Makefile
67 aihdcontroler/src/Makefile
68 aihdcontroler/src/comp/Makefile
69 aihdcontroler/src/data/Makefile
71 antiscrollbar/Makefile
72 antiscrollbar/meta/Makefile
73 antiscrollbar/src/Makefile
75 aspectratioswitch/Makefile
76 aspectratioswitch/meta/Makefile
77 aspectratioswitch/po/Makefile
78 aspectratioswitch/src/Makefile
81 audiorestart/img/Makefile
82 audiorestart/meta/Makefile
83 audiorestart/po/Makefile
84 audiorestart/src/Makefile
87 audiosync/img/Makefile
88 audiosync/meta/Makefile
90 audiosync/src/Makefile
92 automaticcleanup/Makefile
93 automaticcleanup/meta/Makefile
94 automaticcleanup/po/Makefile
95 automaticcleanup/src/Makefile
97 automatictimerlistcleanup/Makefile
98 automatictimerlistcleanup/meta/Makefile
99 automatictimerlistcleanup/po/Makefile
100 automatictimerlistcleanup/src/Makefile
102 automaticvolumeadjustment/Makefile
103 automaticvolumeadjustment/meta/Makefile
104 automaticvolumeadjustment/src/Makefile
106 autoresolution/Makefile
107 autoresolution/meta/Makefile
108 autoresolution/src/Makefile
109 autoresolution/po/Makefile
112 autotimer/meta/Makefile
113 autotimer/po/Makefile
114 autotimer/src/Makefile
115 autotimer/src/WebChilds/Makefile
116 autotimer/src/WebComponents/Makefile
117 autotimer/src/WebComponents/Sources/Makefile
118 autotimer/src/WebScreens/Makefile
119 autotimer/src/web/Makefile
120 autotimer/src/web-data/Makefile
123 babelzapper/etc/Makefile
124 babelzapper/meta/Makefile
125 babelzapper/src/Makefile
127 birthdayreminder/Makefile
128 birthdayreminder/meta/Makefile
129 birthdayreminder/po/Makefile
130 birthdayreminder/src/Makefile
132 bitrateviewer/Makefile
133 bitrateviewer/meta/Makefile
134 bitrateviewer/src/Makefile
135 bitrateviewer/src/bitratecalc/Makefile
138 bonjour/meta/Makefile
145 channelselectionshorttitle/Makefile
146 channelselectionshorttitle/src/Makefile
149 curlytx/meta/Makefile
153 dreamexplorer/Makefile
154 dreamexplorer/meta/Makefile
155 dreamexplorer/src/Makefile
156 dreamexplorer/src/res/Makefile
159 dreamirc/meta/Makefile
160 dreamirc/src/Makefile
161 dreamirc/src/protocols/Makefile
163 dreammediathek/Makefile
164 dreammediathek/src/Makefile
167 dvdbackup/meta/Makefile
168 dvdbackup/po/Makefile
169 dvdbackup/src/Makefile
176 easyinfo/meta/Makefile
177 easyinfo/src/Makefile
180 easymedia/meta/Makefile
181 easymedia/po/Makefile
182 easymedia/src/Makefile
192 eibox/src/images/Makefile
195 elektro/meta/Makefile
200 emailclient/meta/Makefile
201 emailclient/po/Makefile
202 emailclient/src/Makefile
205 emission/meta/Makefile
206 emission/src/Makefile
209 eparted/meta/Makefile
214 epgbackup/meta/Makefile
215 epgbackup/po/Makefile
216 epgbackup/src/Makefile
217 epgbackup/src/localehelp/Makefile
220 epgrefresh/meta/Makefile
221 epgrefresh/po/Makefile
222 epgrefresh/src/Makefile
223 epgrefresh/src/localehelp/Makefile
224 epgrefresh/src/webinterface/Makefile
227 epgsearch/meta/Makefile
228 epgsearch/po/Makefile
229 epgsearch/src/Makefile
232 eurotictv/meta/Makefile
233 eurotictv/po/Makefile
234 eurotictv/src/Makefile
237 eventlist/src/Makefile
239 eventposition/Makefile
240 eventposition/src/Makefile
243 fancontrol2/meta/Makefile
244 fancontrol2/po/Makefile
245 fancontrol2/src/Makefile
246 fancontrol2/src/data/Makefile
249 filebrowser/meta/Makefile
250 filebrowser/src/Makefile
252 flashexpander/Makefile
253 flashexpander/meta/Makefile
254 flashexpander/po/Makefile
255 flashexpander/src/Makefile
258 fritzcall/meta/Makefile
259 fritzcall/po/Makefile
260 fritzcall/src/Makefile
261 fritzcall/src/images/Makefile
264 fstabeditor/meta/Makefile
265 fstabeditor/src/Makefile
268 ftpbrowser/meta/Makefile
269 ftpbrowser/po/Makefile
270 ftpbrowser/src/Makefile
271 ftpbrowser/src/images/Makefile
273 genuinedreambox/Makefile
274 genuinedreambox/meta/Makefile
275 genuinedreambox/src/Makefile
278 googlemaps/meta/Makefile
279 googlemaps/src/Makefile
282 growlee/meta/Makefile
286 httpproxy/meta/Makefile
287 httpproxy/src/Makefile
294 infobartunerstate/Makefile
295 infobartunerstate/meta/Makefile
296 infobartunerstate/po/Makefile
297 infobartunerstate/src/Makefile
299 internetradio/Makefile
300 internetradio/meta/Makefile
301 internetradio/po/Makefile
302 internetradio/src/Makefile
303 internetradio/src/images/Makefile
304 internetradio/src/WebComponents/Makefile
305 internetradio/src/WebComponents/Sources/Makefile
306 internetradio/src/WebScreens/Makefile
307 internetradio/src/web/Makefile
308 internetradio/src/web-data/Makefile
309 internetradio/src/web-data/img/Makefile
310 internetradio/src/web-data/tpl/Makefile
313 kiddytimer/img/Makefile
314 kiddytimer/meta/Makefile
315 kiddytimer/po/Makefile
316 kiddytimer/src/Makefile
324 letterbox/src/Makefile
325 letterbox/meta/Makefile
328 logomanager/logodir_hdd/Makefile
329 logomanager/meta/Makefile
330 logomanager/src/Makefile
332 mediadownloader/Makefile
333 mediadownloader/meta/Makefile
334 mediadownloader/po/Makefile
335 mediadownloader/src/Makefile
338 menusort/meta/Makefile
339 menusort/src/Makefile
342 merlinepg/meta/Makefile
343 merlinepg/src/Makefile
345 merlinepgcenter/Makefile
346 merlinepgcenter/meta/Makefile
347 merlinepgcenter/src/Makefile
348 merlinepgcenter/po/Makefile
349 merlinepgcenter/skins/Makefile
350 merlinepgcenter/images/Makefile
351 merlinepgcenter/images/FHD/Makefile
352 merlinepgcenter/images/HD/Makefile
353 merlinepgcenter/images/HD_BORDER/Makefile
354 merlinepgcenter/images/SD/Makefile
355 merlinepgcenter/images/XD/Makefile
356 merlinepgcenter/images/XD_BORDER/Makefile
357 merlinepgcenter/images/HD_Elgato/Makefile
359 merlinmusicplayer/Makefile
360 merlinmusicplayer/meta/Makefile
361 merlinmusicplayer/src/Makefile
362 merlinmusicplayer/src/images/Makefile
363 merlinmusicplayer/src/merlinmp3player/Makefile
366 meteoitalia/meta/Makefile
367 meteoitalia/src/Makefile
375 moviecut/meta/Makefile
377 moviecut/src_cc/Makefile
378 moviecut/src_py/Makefile
380 movielistpreview/Makefile
381 movielistpreview/meta/Makefile
382 movielistpreview/po/Makefile
383 movielistpreview/src/Makefile
385 movieretitle/Makefile
386 movieretitle/meta/Makefile
387 movieretitle/po/Makefile
388 movieretitle/src/Makefile
391 moviesearch/meta/Makefile
392 moviesearch/src/Makefile
394 movieselectionquickbutton/Makefile
395 movieselectionquickbutton/meta/Makefile
396 movieselectionquickbutton/po/Makefile
397 movieselectionquickbutton/src/Makefile
400 movietagger/etc/Makefile
401 movietagger/meta/Makefile
402 movietagger/po/Makefile
403 movietagger/src/Makefile
406 movieepg/meta/Makefile
407 movieepg/src/Makefile
415 multirc/meta/Makefile
423 namezap/meta/Makefile
428 netcaster/meta/Makefile
429 netcaster/src/Makefile
430 netcaster/src/bin/Makefile
431 netcaster/src/bin/interface/Makefile
432 netcaster/src/etc/Makefile
434 networkbrowser/Makefile
435 networkbrowser/meta/Makefile
436 networkbrowser/src/Makefile
437 networkbrowser/src/icons/Makefile
438 networkbrowser/src/lib/Makefile
441 ncidclient/meta/Makefile
442 ncidclient/po/Makefile
443 ncidclient/src/Makefile
455 orfteletext/meta/Makefile
456 orfteletext/src/Makefile
459 partnerbox/meta/Makefile
460 partnerbox/po/Makefile
461 partnerbox/src/Makefile
462 partnerbox/src/icons/Makefile
463 partnerbox/src/servicewebts/Makefile
465 passwordchanger/Makefile
466 passwordchanger/meta/Makefile
467 passwordchanger/po/Makefile
468 passwordchanger/src/Makefile
470 permanentclock/Makefile
471 permanentclock/meta/Makefile
472 permanentclock/po/Makefile
473 permanentclock/src/Makefile
475 permanenttimeshift/Makefile
476 permanenttimeshift/meta/Makefile
477 permanenttimeshift/po/Makefile
478 permanenttimeshift/images/Makefile
479 permanenttimeshift/src/Makefile
480 permanenttimeshift/src/eitsave/Makefile
481 permanenttimeshift/src/createapscfiles/Makefile
483 pipservicerelation/Makefile
484 pipservicerelation/src/Makefile
485 pipservicerelation/meta/Makefile
492 pluginhider/meta/Makefile
493 pluginhider/po/Makefile
494 pluginhider/src/Makefile
497 pluginsort/meta/Makefile
498 pluginsort/po/Makefile
499 pluginsort/src/Makefile
503 podcast/meta/Makefile
508 porncenter/meta/Makefile
509 porncenter/po/Makefile
510 porncenter/src/Makefile
511 porncenter/src/Additions/Makefile
514 pushservice/etc/Makefile
515 pushservice/meta/Makefile
516 pushservice/po/Makefile
517 pushservice/src/Makefile
518 pushservice/src/Controller/Makefile
519 pushservice/src/Services/Makefile
520 pushservice/src/Services/gntp/Makefile
521 pushservice/src/Services/mail/Makefile
524 quickbutton/meta/Makefile
525 quickbutton/po/Makefile
526 quickbutton/src/Makefile
528 reconstructapsc/Makefile
529 reconstructapsc/meta/Makefile
530 reconstructapsc/src_cc/Makefile
531 reconstructapsc/src_py/Makefile
533 reftopiconname/Makefile
534 reftopiconname/src/Makefile
537 remotetimer/meta/Makefile
538 remotetimer/src/Makefile
540 rsdownloader/Makefile
541 rsdownloader/meta/Makefile
542 rsdownloader/po/Makefile
543 rsdownloader/src/Makefile
544 rsdownloader/src/container/Makefile
547 satloader/meta/Makefile
548 satloader/src/Makefile
549 satloader/po/Makefile
552 seekbar/meta/Makefile
557 serienfilm/meta/Makefile
558 serienfilm/po/Makefile
559 serienfilm/src/Makefile
560 serienfilm/src/icons/Makefile
562 seriesplugin/Makefile
563 seriesplugin/etc/Makefile
564 seriesplugin/meta/Makefile
565 seriesplugin/po/Makefile
566 seriesplugin/src/Makefile
567 seriesplugin/src/Images/Makefile
568 seriesplugin/src/Logos/Makefile
569 seriesplugin/src/Identifiers/Makefile
570 seriesplugin/src/Identifiers/bs4/Makefile
571 seriesplugin/src/Identifiers/bs4/builder/Makefile
572 seriesplugin/src/Identifiers/pkg/Makefile
575 setpasswd/meta/Makefile
576 setpasswd/po/Makefile
577 setpasswd/src/Makefile
580 showclock/meta/Makefile
581 showclock/po/Makefile
582 showclock/src/Makefile
585 simplerss/meta/Makefile
586 simplerss/po/Makefile
587 simplerss/src/Makefile
589 startupservice/Makefile
590 startupservice/meta/Makefile
591 startupservice/po/Makefile
592 startupservice/src/Makefile
594 startuptostandby/Makefile
595 startuptostandby/meta/Makefile
596 startuptostandby/src/Makefile
598 subsdownloader2/Makefile
599 subsdownloader2/meta/Makefile
600 subsdownloader2/src/Makefile
601 subsdownloader2/src/pic/Makefile
602 subsdownloader2/src/pic/buttons/Makefile
603 subsdownloader2/src/pic/buttons/HD/Makefile
604 subsdownloader2/src/pic/res/Makefile
605 subsdownloader2/src/SourceCode/Makefile
606 subsdownloader2/src/SourceCode/chardet/Makefile
607 subsdownloader2/src/SourceCode/periscope/Makefile
608 subsdownloader2/src/SourceCode/periscope/services/Makefile
609 subsdownloader2/src/SourceCode/periscope/services/BierDopje/Makefile
610 subsdownloader2/src/SourceCode/periscope/services/OpenSubtitle/Makefile
611 subsdownloader2/src/SourceCode/periscope/services/Subtitulos/Makefile
612 subsdownloader2/src/SourceCode/xbmc_subtitles/Makefile
613 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Makefile
614 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Itasa/Makefile
621 tageditor/meta/Makefile
622 tageditor/po/Makefile
623 tageditor/src/Makefile
626 teletext/meta/Makefile
628 teletext/src/Makefile
634 tvcharts/meta/Makefile
635 tvcharts/src/Makefile
637 unwetterinfo/Makefile
638 unwetterinfo/meta/Makefile
639 unwetterinfo/src/Makefile
641 valixdcontrol/Makefile
642 valixdcontrol/meta/Makefile
643 valixdcontrol/src/Makefile
644 valixdcontrol/src/comp/Makefile
645 valixdcontrol/src/data/Makefile
647 videocolorspace/Makefile
648 videocolorspace/meta/Makefile
649 videocolorspace/po/Makefile
650 videocolorspace/src/Makefile
653 virtualzap/meta/Makefile
654 virtualzap/po/Makefile
655 virtualzap/src/Makefile
658 vlcplayer/meta/Makefile
659 vlcplayer/po/Makefile
660 vlcplayer/src/Makefile
661 vlcplayer/src/servicets/Makefile
668 vps/src_py/web/Makefile
669 vps/src_py/web-data/Makefile
670 vps/src_py/WebComponents/Makefile
671 vps/src_py/WebComponents/Sources/Makefile
673 weatherplugin/Makefile
674 weatherplugin/meta/Makefile
675 weatherplugin/po/Makefile
676 weatherplugin/src/Makefile
678 weathercomponent/Makefile
679 weathercomponent/src/Makefile
681 weathercomponenthandler/Makefile
682 weathercomponenthandler/src/Makefile
686 webadmin/meta/Makefile
687 webadmin/src/Makefile
688 webadmin/src/mobile/Makefile
689 webadmin/src/web/Makefile
690 webadmin/src/WebChilds/Makefile
691 webadmin/src/WebComponents/Makefile
692 webadmin/src/WebComponents/Sources/Makefile
693 webadmin/src/web-data/Makefile
694 webadmin/src/web-data/tpl/Makefile
695 webadmin/src/web-data/img/Makefile
696 webadmin/src/WebScreens/Makefile
698 webcamviewer/Makefile
699 webcamviewer/meta/Makefile
700 webcamviewer/src/Makefile
702 webbouqueteditor/Makefile
703 webbouqueteditor/src/Makefile
704 webbouqueteditor/meta/Makefile
705 webbouqueteditor/src/web/Makefile
706 webbouqueteditor/src/web-data/Makefile
707 webbouqueteditor/src/WebChilds/Makefile
708 webbouqueteditor/src/WebComponents/Makefile
709 webbouqueteditor/src/WebComponents/Sources/Makefile
710 webbouqueteditor/src/WebScreens/Makefile
712 webinterface/Makefile
713 webinterface/meta/Makefile
714 webinterface/po/Makefile
715 webinterface/src/Makefile
716 webinterface/src/m/Makefile
717 webinterface/src/mobile/Makefile
718 webinterface/src/web/Makefile
719 webinterface/src/web-data/Makefile
720 webinterface/src/web-data/fonts/Makefile
721 webinterface/src/web-data/gfx/Makefile
722 webinterface/src/web-data/img/Makefile
723 webinterface/src/web-data/lib/Makefile
724 webinterface/src/web-data/lib/lang/Makefile
725 webinterface/src/web-data/lib/datepicker/Makefile
726 webinterface/src/web-data/lib/datepicker/media/Makefile
727 webinterface/src/web-data/m/Makefile
728 webinterface/src/web-data/m/css/Makefile
729 webinterface/src/web-data/m/css/themes/Makefile
730 webinterface/src/web-data/m/css/themes/images/Makefile
731 webinterface/src/web-data/m/script/Makefile
732 webinterface/src/web-data/tpl/Makefile
733 webinterface/src/web-data/tpl/default/Makefile
734 webinterface/src/web-data/tpl/default/streaminterface/Makefile
735 webinterface/src/WebChilds/Makefile
736 webinterface/src/WebChilds/External/Makefile
737 webinterface/src/WebComponents/Makefile
738 webinterface/src/WebComponents/Converter/Makefile
739 webinterface/src/WebComponents/Sources/Makefile
742 werbezapper/meta/Makefile
743 werbezapper/po/Makefile
744 werbezapper/src/Makefile
746 youtubeplayer/Makefile
747 youtubeplayer/meta/Makefile
748 youtubeplayer/src/Makefile
749 youtubeplayer/src/Nemesis.GlassLine_Mod/Makefile
752 yttrailer/meta/Makefile
753 yttrailer/po/Makefile
754 yttrailer/src/Makefile
756 zaphistorybrowser/Makefile
757 zaphistorybrowser/meta/Makefile
758 zaphistorybrowser/po/Makefile
759 zaphistorybrowser/src/Makefile
761 zapstatistic/Makefile
762 zapstatistic/meta/Makefile
763 zapstatistic/po/Makefile
764 zapstatistic/src/Makefile
766 zdfmediathek/Makefile
767 zdfmediathek/meta/Makefile
768 zdfmediathek/src/Makefile