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))
23 PKG_CHECK_MODULES(ENIGMA2, enigma2)
24 PKG_CHECK_MODULES(GSTREAMER, gstreamer-1.0 gstreamer-pbutils-1.0)
25 PKG_CHECK_MODULES(LIBCRYPTO, libcrypto)
28 AS_HELP_STRING([--without-debug],[disable debugging code]),
29 [with_debug="$withval"],[with_debug="yes"])
30 if test "$with_debug" = "yes"; then
32 AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging code])
34 AC_SUBST(DEBUG_CFLAGS)
37 AS_HELP_STRING([--with-po],[enable updating of po files]),
38 [with_po="$withval"],[with_po="no"])
39 if test "$with_po" = "yes"; then
40 AC_PATH_PROG(MSGINIT, msginit)
41 AC_PATH_PROG(MSGMERGE, msgmerge)
42 AC_PATH_PROG(MSGUNIQ, msguniq)
43 AC_PATH_PROG(XGETTEXT, xgettext)
44 if test -z "$MSGINIT" -o -z "$MSGMERGE" -o -z "$MSGUNIQ" -o -z "$XGETTEXT"; then
45 AC_MSG_ERROR([Could not find required gettext tools])
48 AM_CONDITIONAL(UPDATE_PO, test "$with_po" = "yes")
54 3dsettings/meta/Makefile
55 3dsettings/po/Makefile
56 3dsettings/src/Makefile
63 aihdcontroler/Makefile
64 aihdcontroler/meta/Makefile
65 aihdcontroler/src/Makefile
66 aihdcontroler/src/comp/Makefile
67 aihdcontroler/src/data/Makefile
69 antiscrollbar/Makefile
70 antiscrollbar/meta/Makefile
71 antiscrollbar/src/Makefile
73 aspectratioswitch/Makefile
74 aspectratioswitch/meta/Makefile
75 aspectratioswitch/po/Makefile
76 aspectratioswitch/src/Makefile
79 audiorestart/img/Makefile
80 audiorestart/meta/Makefile
81 audiorestart/po/Makefile
82 audiorestart/src/Makefile
85 audiosync/img/Makefile
86 audiosync/meta/Makefile
88 audiosync/src/Makefile
90 automaticcleanup/Makefile
91 automaticcleanup/meta/Makefile
92 automaticcleanup/po/Makefile
93 automaticcleanup/src/Makefile
95 automatictimerlistcleanup/Makefile
96 automatictimerlistcleanup/meta/Makefile
97 automatictimerlistcleanup/po/Makefile
98 automatictimerlistcleanup/src/Makefile
100 automaticvolumeadjustment/Makefile
101 automaticvolumeadjustment/meta/Makefile
102 automaticvolumeadjustment/src/Makefile
104 autoresolution/Makefile
105 autoresolution/meta/Makefile
106 autoresolution/src/Makefile
107 autoresolution/po/Makefile
110 autotimer/meta/Makefile
111 autotimer/po/Makefile
112 autotimer/src/Makefile
113 autotimer/src/WebChilds/Makefile
114 autotimer/src/WebComponents/Makefile
115 autotimer/src/WebComponents/Sources/Makefile
116 autotimer/src/WebScreens/Makefile
117 autotimer/src/web/Makefile
118 autotimer/src/web-data/Makefile
121 babelzapper/etc/Makefile
122 babelzapper/meta/Makefile
123 babelzapper/src/Makefile
125 birthdayreminder/Makefile
126 birthdayreminder/meta/Makefile
127 birthdayreminder/po/Makefile
128 birthdayreminder/src/Makefile
130 bitrateviewer/Makefile
131 bitrateviewer/meta/Makefile
132 bitrateviewer/src/Makefile
133 bitrateviewer/src/bitratecalc/Makefile
136 bonjour/meta/Makefile
143 channelselectionshorttitle/Makefile
144 channelselectionshorttitle/src/Makefile
147 curlytx/meta/Makefile
151 dreamexplorer/Makefile
152 dreamexplorer/meta/Makefile
153 dreamexplorer/src/Makefile
154 dreamexplorer/src/res/Makefile
157 dreamirc/meta/Makefile
158 dreamirc/src/Makefile
159 dreamirc/src/protocols/Makefile
161 dreammediathek/Makefile
162 dreammediathek/src/Makefile
165 dvdbackup/meta/Makefile
166 dvdbackup/po/Makefile
167 dvdbackup/src/Makefile
174 easyinfo/meta/Makefile
175 easyinfo/src/Makefile
178 easymedia/meta/Makefile
179 easymedia/po/Makefile
180 easymedia/src/Makefile
190 eibox/src/images/Makefile
193 elektro/meta/Makefile
198 emailclient/meta/Makefile
199 emailclient/po/Makefile
200 emailclient/src/Makefile
203 emission/meta/Makefile
204 emission/src/Makefile
207 eparted/meta/Makefile
212 epgbackup/meta/Makefile
213 epgbackup/po/Makefile
214 epgbackup/src/Makefile
215 epgbackup/src/localehelp/Makefile
218 epgcopy/meta/Makefile
222 epgrefresh/meta/Makefile
223 epgrefresh/po/Makefile
224 epgrefresh/src/Makefile
225 epgrefresh/src/localehelp/Makefile
226 epgrefresh/src/webinterface/Makefile
229 epgsearch/meta/Makefile
230 epgsearch/po/Makefile
231 epgsearch/src/Makefile
234 eurotictv/meta/Makefile
235 eurotictv/po/Makefile
236 eurotictv/src/Makefile
239 eventlist/src/Makefile
241 eventposition/Makefile
242 eventposition/src/Makefile
245 fancontrol2/meta/Makefile
246 fancontrol2/po/Makefile
247 fancontrol2/src/Makefile
248 fancontrol2/src/data/Makefile
251 filebrowser/meta/Makefile
252 filebrowser/src/Makefile
254 flashexpander/Makefile
255 flashexpander/meta/Makefile
256 flashexpander/po/Makefile
257 flashexpander/src/Makefile
260 fritzcall/meta/Makefile
261 fritzcall/po/Makefile
262 fritzcall/src/Makefile
263 fritzcall/src/images/Makefile
266 fstabeditor/meta/Makefile
267 fstabeditor/src/Makefile
270 ftpbrowser/meta/Makefile
271 ftpbrowser/po/Makefile
272 ftpbrowser/src/Makefile
273 ftpbrowser/src/images/Makefile
275 genuinedreambox/Makefile
276 genuinedreambox/meta/Makefile
277 genuinedreambox/src/Makefile
280 googlemaps/meta/Makefile
281 googlemaps/src/Makefile
284 growlee/meta/Makefile
288 httpproxy/meta/Makefile
289 httpproxy/src/Makefile
296 infobartunerstate/Makefile
297 infobartunerstate/meta/Makefile
298 infobartunerstate/po/Makefile
299 infobartunerstate/src/Makefile
300 infobartunerstate/src/Handler/Makefile
302 internetradio/Makefile
303 internetradio/meta/Makefile
304 internetradio/po/Makefile
305 internetradio/src/Makefile
306 internetradio/src/images/Makefile
307 internetradio/src/WebComponents/Makefile
308 internetradio/src/WebComponents/Sources/Makefile
309 internetradio/src/WebScreens/Makefile
310 internetradio/src/web/Makefile
311 internetradio/src/web-data/Makefile
312 internetradio/src/web-data/img/Makefile
313 internetradio/src/web-data/tpl/Makefile
316 kiddytimer/img/Makefile
317 kiddytimer/meta/Makefile
318 kiddytimer/po/Makefile
319 kiddytimer/src/Makefile
327 letterbox/src/Makefile
328 letterbox/meta/Makefile
331 logomanager/logodir_hdd/Makefile
332 logomanager/meta/Makefile
333 logomanager/src/Makefile
335 mediadownloader/Makefile
336 mediadownloader/meta/Makefile
337 mediadownloader/po/Makefile
338 mediadownloader/src/Makefile
341 menusort/meta/Makefile
342 menusort/src/Makefile
345 merlinepg/meta/Makefile
346 merlinepg/src/Makefile
348 merlinepgcenter/Makefile
349 merlinepgcenter/meta/Makefile
350 merlinepgcenter/src/Makefile
351 merlinepgcenter/po/Makefile
352 merlinepgcenter/skins/Makefile
353 merlinepgcenter/images/Makefile
354 merlinepgcenter/images/FHD/Makefile
355 merlinepgcenter/images/HD/Makefile
356 merlinepgcenter/images/HD_BORDER/Makefile
357 merlinepgcenter/images/SD/Makefile
358 merlinepgcenter/images/XD/Makefile
359 merlinepgcenter/images/XD_BORDER/Makefile
360 merlinepgcenter/images/HD_Elgato/Makefile
362 merlinmusicplayer/Makefile
363 merlinmusicplayer/meta/Makefile
364 merlinmusicplayer/src/Makefile
365 merlinmusicplayer/src/images/Makefile
366 merlinmusicplayer/src/merlinmp3player/Makefile
369 meteoitalia/meta/Makefile
370 meteoitalia/src/Makefile
378 moviecut/meta/Makefile
380 moviecut/src_cc/Makefile
381 moviecut/src_py/Makefile
383 movielistpreview/Makefile
384 movielistpreview/meta/Makefile
385 movielistpreview/po/Makefile
386 movielistpreview/src/Makefile
388 movieretitle/Makefile
389 movieretitle/meta/Makefile
390 movieretitle/po/Makefile
391 movieretitle/src/Makefile
394 moviesearch/meta/Makefile
395 moviesearch/src/Makefile
397 movieselectionquickbutton/Makefile
398 movieselectionquickbutton/meta/Makefile
399 movieselectionquickbutton/po/Makefile
400 movieselectionquickbutton/src/Makefile
403 movietagger/etc/Makefile
404 movietagger/meta/Makefile
405 movietagger/po/Makefile
406 movietagger/src/Makefile
409 movieepg/meta/Makefile
410 movieepg/src/Makefile
418 multirc/meta/Makefile
426 namezap/meta/Makefile
431 netcaster/meta/Makefile
432 netcaster/src/Makefile
433 netcaster/src/bin/Makefile
434 netcaster/src/bin/interface/Makefile
435 netcaster/src/etc/Makefile
437 networkbrowser/Makefile
438 networkbrowser/meta/Makefile
439 networkbrowser/src/Makefile
440 networkbrowser/src/icons/Makefile
441 networkbrowser/src/lib/Makefile
444 ncidclient/meta/Makefile
445 ncidclient/po/Makefile
446 ncidclient/src/Makefile
458 orfteletext/meta/Makefile
459 orfteletext/src/Makefile
462 partnerbox/meta/Makefile
463 partnerbox/po/Makefile
464 partnerbox/src/Makefile
465 partnerbox/src/icons/Makefile
466 partnerbox/src/servicewebts/Makefile
468 passwordchanger/Makefile
469 passwordchanger/meta/Makefile
470 passwordchanger/po/Makefile
471 passwordchanger/src/Makefile
473 permanentclock/Makefile
474 permanentclock/meta/Makefile
475 permanentclock/po/Makefile
476 permanentclock/src/Makefile
478 permanenttimeshift/Makefile
479 permanenttimeshift/meta/Makefile
480 permanenttimeshift/po/Makefile
481 permanenttimeshift/images/Makefile
482 permanenttimeshift/src/Makefile
483 permanenttimeshift/src/eitsave/Makefile
484 permanenttimeshift/src/createapscfiles/Makefile
486 pipservicerelation/Makefile
487 pipservicerelation/src/Makefile
488 pipservicerelation/meta/Makefile
495 pluginhider/meta/Makefile
496 pluginhider/po/Makefile
497 pluginhider/src/Makefile
500 pluginsort/meta/Makefile
501 pluginsort/po/Makefile
502 pluginsort/src/Makefile
506 podcast/meta/Makefile
511 porncenter/meta/Makefile
512 porncenter/po/Makefile
513 porncenter/src/Makefile
514 porncenter/src/Additions/Makefile
517 pushservice/etc/Makefile
518 pushservice/meta/Makefile
519 pushservice/po/Makefile
520 pushservice/src/Makefile
521 pushservice/src/Controller/Makefile
522 pushservice/src/Services/Makefile
523 pushservice/src/Services/gntp/Makefile
524 pushservice/src/Services/mail/Makefile
527 quickbutton/meta/Makefile
528 quickbutton/po/Makefile
529 quickbutton/src/Makefile
531 reconstructapsc/Makefile
532 reconstructapsc/meta/Makefile
533 reconstructapsc/src_cc/Makefile
534 reconstructapsc/src_py/Makefile
536 reftopiconname/Makefile
537 reftopiconname/src/Makefile
540 remotetimer/meta/Makefile
541 remotetimer/src/Makefile
543 rsdownloader/Makefile
544 rsdownloader/meta/Makefile
545 rsdownloader/po/Makefile
546 rsdownloader/src/Makefile
547 rsdownloader/src/container/Makefile
550 satipclient/meta/Makefile
551 satipclient/src/Makefile
554 satloader/meta/Makefile
555 satloader/src/Makefile
556 satloader/po/Makefile
559 seekbar/meta/Makefile
564 serienfilm/meta/Makefile
565 serienfilm/po/Makefile
566 serienfilm/src/Makefile
567 serienfilm/src/icons/Makefile
569 seriesplugin/Makefile
570 seriesplugin/etc/Makefile
571 seriesplugin/meta/Makefile
572 seriesplugin/po/Makefile
573 seriesplugin/src/Makefile
574 seriesplugin/src/Images/Makefile
575 seriesplugin/src/Logos/Makefile
576 seriesplugin/src/Identifiers/Makefile
577 seriesplugin/src/Skins/Makefile
580 setpasswd/meta/Makefile
581 setpasswd/po/Makefile
582 setpasswd/src/Makefile
585 showclock/meta/Makefile
586 showclock/po/Makefile
587 showclock/src/Makefile
590 simplerss/meta/Makefile
591 simplerss/po/Makefile
592 simplerss/src/Makefile
594 startupservice/Makefile
595 startupservice/meta/Makefile
596 startupservice/po/Makefile
597 startupservice/src/Makefile
599 startuptostandby/Makefile
600 startuptostandby/meta/Makefile
601 startuptostandby/src/Makefile
603 subsdownloader2/Makefile
604 subsdownloader2/meta/Makefile
605 subsdownloader2/src/Makefile
606 subsdownloader2/src/pic/Makefile
607 subsdownloader2/src/pic/buttons/Makefile
608 subsdownloader2/src/pic/buttons/HD/Makefile
609 subsdownloader2/src/pic/res/Makefile
610 subsdownloader2/src/SourceCode/Makefile
611 subsdownloader2/src/SourceCode/chardet/Makefile
612 subsdownloader2/src/SourceCode/periscope/Makefile
613 subsdownloader2/src/SourceCode/periscope/services/Makefile
614 subsdownloader2/src/SourceCode/periscope/services/BierDopje/Makefile
615 subsdownloader2/src/SourceCode/periscope/services/OpenSubtitle/Makefile
616 subsdownloader2/src/SourceCode/periscope/services/Subtitulos/Makefile
617 subsdownloader2/src/SourceCode/xbmc_subtitles/Makefile
618 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Makefile
619 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Itasa/Makefile
626 tageditor/meta/Makefile
627 tageditor/po/Makefile
628 tageditor/src/Makefile
631 teletext/meta/Makefile
633 teletext/src/Makefile
635 trackautoselect/Makefile
636 trackautoselect/meta/Makefile
637 trackautoselect/src/Makefile
643 tubelib/meta/Makefile
645 tubelib/src/youtube/Makefile
648 tvcharts/meta/Makefile
649 tvcharts/src/Makefile
651 unwetterinfo/Makefile
652 unwetterinfo/meta/Makefile
653 unwetterinfo/src/Makefile
655 valixdcontrol/Makefile
656 valixdcontrol/meta/Makefile
657 valixdcontrol/src/Makefile
658 valixdcontrol/src/comp/Makefile
659 valixdcontrol/src/data/Makefile
661 videocolorspace/Makefile
662 videocolorspace/meta/Makefile
663 videocolorspace/po/Makefile
664 videocolorspace/src/Makefile
667 virtualzap/meta/Makefile
668 virtualzap/po/Makefile
669 virtualzap/src/Makefile
672 vlcplayer/meta/Makefile
673 vlcplayer/po/Makefile
674 vlcplayer/src/Makefile
675 vlcplayer/src/servicets/Makefile
682 vps/src_py/web/Makefile
683 vps/src_py/web-data/Makefile
684 vps/src_py/WebComponents/Makefile
685 vps/src_py/WebComponents/Sources/Makefile
687 weatherplugin/Makefile
688 weatherplugin/meta/Makefile
689 weatherplugin/po/Makefile
690 weatherplugin/src/Makefile
692 weathercomponent/Makefile
693 weathercomponent/src/Makefile
695 weathercomponenthandler/Makefile
696 weathercomponenthandler/src/Makefile
700 webadmin/meta/Makefile
701 webadmin/src/Makefile
702 webadmin/src/mobile/Makefile
703 webadmin/src/web/Makefile
704 webadmin/src/WebChilds/Makefile
705 webadmin/src/WebComponents/Makefile
706 webadmin/src/WebComponents/Sources/Makefile
707 webadmin/src/web-data/Makefile
708 webadmin/src/web-data/tpl/Makefile
709 webadmin/src/web-data/img/Makefile
710 webadmin/src/WebScreens/Makefile
712 webcamviewer/Makefile
713 webcamviewer/meta/Makefile
714 webcamviewer/src/Makefile
716 webbouqueteditor/Makefile
717 webbouqueteditor/src/Makefile
718 webbouqueteditor/meta/Makefile
719 webbouqueteditor/src/web/Makefile
720 webbouqueteditor/src/web-data/Makefile
721 webbouqueteditor/src/WebChilds/Makefile
722 webbouqueteditor/src/WebComponents/Makefile
723 webbouqueteditor/src/WebComponents/Sources/Makefile
724 webbouqueteditor/src/WebScreens/Makefile
726 webinterface/Makefile
727 webinterface/meta/Makefile
728 webinterface/po/Makefile
729 webinterface/src/Makefile
730 webinterface/src/m/Makefile
731 webinterface/src/mobile/Makefile
732 webinterface/src/web/Makefile
733 webinterface/src/web-data/Makefile
734 webinterface/src/web-data/css/Makefile
735 webinterface/src/web-data/fonts/Makefile
736 webinterface/src/web-data/gfx/Makefile
737 webinterface/src/web-data/img/Makefile
738 webinterface/src/web-data/lib/Makefile
739 webinterface/src/web-data/lib/lang/Makefile
740 webinterface/src/web-data/lib/datepicker/Makefile
741 webinterface/src/web-data/lib/datepicker/media/Makefile
742 webinterface/src/web-data/m/Makefile
743 webinterface/src/web-data/m/css/Makefile
744 webinterface/src/web-data/m/css/themes/Makefile
745 webinterface/src/web-data/m/css/themes/images/Makefile
746 webinterface/src/web-data/m/script/Makefile
747 webinterface/src/web-data/tpl/Makefile
748 webinterface/src/web-data/tpl/default/Makefile
749 webinterface/src/web-data/tpl/default/streaminterface/Makefile
750 webinterface/src/WebChilds/Makefile
751 webinterface/src/WebChilds/External/Makefile
752 webinterface/src/WebComponents/Makefile
753 webinterface/src/WebComponents/Converter/Makefile
754 webinterface/src/WebComponents/Sources/Makefile
757 werbezapper/meta/Makefile
758 werbezapper/po/Makefile
759 werbezapper/src/Makefile
761 youtubeplayer/Makefile
762 youtubeplayer/meta/Makefile
763 youtubeplayer/src/Makefile
764 youtubeplayer/src/Nemesis.GlassLine_Mod/Makefile
767 yttrailer/meta/Makefile
768 yttrailer/po/Makefile
769 yttrailer/src/Makefile
771 zaphistorybrowser/Makefile
772 zaphistorybrowser/meta/Makefile
773 zaphistorybrowser/po/Makefile
774 zaphistorybrowser/src/Makefile
776 zapstatistic/Makefile
777 zapstatistic/meta/Makefile
778 zapstatistic/po/Makefile
779 zapstatistic/src/Makefile
781 zdfmediathek/Makefile
782 zdfmediathek/meta/Makefile
783 zdfmediathek/src/Makefile