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/HD/Makefile
352 merlinepgcenter/images/HD_BORDER/Makefile
353 merlinepgcenter/images/SD/Makefile
354 merlinepgcenter/images/XD/Makefile
355 merlinepgcenter/images/XD_BORDER/Makefile
356 merlinepgcenter/images/HD_Elgato/Makefile
358 merlinmusicplayer/Makefile
359 merlinmusicplayer/meta/Makefile
360 merlinmusicplayer/src/Makefile
361 merlinmusicplayer/src/images/Makefile
362 merlinmusicplayer/src/merlinmp3player/Makefile
365 meteoitalia/meta/Makefile
366 meteoitalia/src/Makefile
374 moviecut/meta/Makefile
376 moviecut/src_cc/Makefile
377 moviecut/src_py/Makefile
379 movielistpreview/Makefile
380 movielistpreview/meta/Makefile
381 movielistpreview/po/Makefile
382 movielistpreview/src/Makefile
384 movieretitle/Makefile
385 movieretitle/meta/Makefile
386 movieretitle/po/Makefile
387 movieretitle/src/Makefile
390 moviesearch/meta/Makefile
391 moviesearch/src/Makefile
393 movieselectionquickbutton/Makefile
394 movieselectionquickbutton/meta/Makefile
395 movieselectionquickbutton/po/Makefile
396 movieselectionquickbutton/src/Makefile
399 movietagger/etc/Makefile
400 movietagger/meta/Makefile
401 movietagger/po/Makefile
402 movietagger/src/Makefile
405 movieepg/meta/Makefile
406 movieepg/src/Makefile
414 multirc/meta/Makefile
422 namezap/meta/Makefile
427 netcaster/meta/Makefile
428 netcaster/src/Makefile
429 netcaster/src/bin/Makefile
430 netcaster/src/bin/interface/Makefile
431 netcaster/src/etc/Makefile
433 networkbrowser/Makefile
434 networkbrowser/meta/Makefile
435 networkbrowser/src/Makefile
436 networkbrowser/src/icons/Makefile
437 networkbrowser/src/lib/Makefile
440 ncidclient/meta/Makefile
441 ncidclient/po/Makefile
442 ncidclient/src/Makefile
454 orfteletext/meta/Makefile
455 orfteletext/src/Makefile
458 partnerbox/meta/Makefile
459 partnerbox/po/Makefile
460 partnerbox/src/Makefile
461 partnerbox/src/icons/Makefile
462 partnerbox/src/servicewebts/Makefile
464 passwordchanger/Makefile
465 passwordchanger/meta/Makefile
466 passwordchanger/po/Makefile
467 passwordchanger/src/Makefile
469 permanentclock/Makefile
470 permanentclock/meta/Makefile
471 permanentclock/po/Makefile
472 permanentclock/src/Makefile
474 permanenttimeshift/Makefile
475 permanenttimeshift/meta/Makefile
476 permanenttimeshift/po/Makefile
477 permanenttimeshift/images/Makefile
478 permanenttimeshift/src/Makefile
479 permanenttimeshift/src/eitsave/Makefile
480 permanenttimeshift/src/createapscfiles/Makefile
482 pipservicerelation/Makefile
483 pipservicerelation/src/Makefile
484 pipservicerelation/meta/Makefile
491 pluginhider/meta/Makefile
492 pluginhider/po/Makefile
493 pluginhider/src/Makefile
496 pluginsort/meta/Makefile
497 pluginsort/po/Makefile
498 pluginsort/src/Makefile
502 podcast/meta/Makefile
507 porncenter/meta/Makefile
508 porncenter/po/Makefile
509 porncenter/src/Makefile
510 porncenter/src/Additions/Makefile
513 pushservice/etc//Makefile
514 pushservice/meta/Makefile
515 pushservice/po/Makefile
516 pushservice/src/Makefile
517 pushservice/src/Controller/Makefile
518 pushservice/src/Services/Makefile
519 pushservice/src/Services/gntp/Makefile
520 pushservice/src/Services/mail/Makefile
523 quickbutton/meta/Makefile
524 quickbutton/po/Makefile
525 quickbutton/src/Makefile
527 reconstructapsc/Makefile
528 reconstructapsc/meta/Makefile
529 reconstructapsc/src_cc/Makefile
530 reconstructapsc/src_py/Makefile
532 reftopiconname/Makefile
533 reftopiconname/src/Makefile
536 remotetimer/meta/Makefile
537 remotetimer/src/Makefile
539 rsdownloader/Makefile
540 rsdownloader/meta/Makefile
541 rsdownloader/po/Makefile
542 rsdownloader/src/Makefile
543 rsdownloader/src/container/Makefile
546 satloader/meta/Makefile
547 satloader/src/Makefile
548 satloader/po/Makefile
551 seekbar/meta/Makefile
556 serienfilm/meta/Makefile
557 serienfilm/po/Makefile
558 serienfilm/src/Makefile
559 serienfilm/src/icons/Makefile
561 seriesplugin/Makefile
562 seriesplugin/meta/Makefile
563 seriesplugin/po/Makefile
564 seriesplugin/src/Makefile
565 seriesplugin/src/Logos/Makefile
566 seriesplugin/src/Identifiers/Makefile
567 seriesplugin/src/Identifiers/bs4/Makefile
568 seriesplugin/src/Identifiers/bs4/builder/Makefile
569 seriesplugin/src/Identifiers/pkg/Makefile
572 setpasswd/meta/Makefile
573 setpasswd/po/Makefile
574 setpasswd/src/Makefile
577 showclock/meta/Makefile
578 showclock/po/Makefile
579 showclock/src/Makefile
582 simplerss/meta/Makefile
583 simplerss/po/Makefile
584 simplerss/src/Makefile
586 startupservice/Makefile
587 startupservice/meta/Makefile
588 startupservice/po/Makefile
589 startupservice/src/Makefile
591 startuptostandby/Makefile
592 startuptostandby/meta/Makefile
593 startuptostandby/src/Makefile
595 subsdownloader2/Makefile
596 subsdownloader2/meta/Makefile
597 subsdownloader2/src/Makefile
598 subsdownloader2/src/pic/Makefile
599 subsdownloader2/src/pic/buttons/Makefile
600 subsdownloader2/src/pic/buttons/HD/Makefile
601 subsdownloader2/src/pic/res/Makefile
602 subsdownloader2/src/SourceCode/Makefile
603 subsdownloader2/src/SourceCode/chardet/Makefile
604 subsdownloader2/src/SourceCode/periscope/Makefile
605 subsdownloader2/src/SourceCode/periscope/services/Makefile
606 subsdownloader2/src/SourceCode/periscope/services/BierDopje/Makefile
607 subsdownloader2/src/SourceCode/periscope/services/OpenSubtitle/Makefile
608 subsdownloader2/src/SourceCode/periscope/services/Subtitulos/Makefile
609 subsdownloader2/src/SourceCode/xbmc_subtitles/Makefile
610 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Makefile
611 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Itasa/Makefile
618 tageditor/meta/Makefile
619 tageditor/po/Makefile
620 tageditor/src/Makefile
623 teletext/meta/Makefile
625 teletext/src/Makefile
631 tvcharts/meta/Makefile
632 tvcharts/src/Makefile
634 unwetterinfo/Makefile
635 unwetterinfo/meta/Makefile
636 unwetterinfo/src/Makefile
638 valixdcontrol/Makefile
639 valixdcontrol/meta/Makefile
640 valixdcontrol/src/Makefile
641 valixdcontrol/src/comp/Makefile
642 valixdcontrol/src/data/Makefile
644 videocolorspace/Makefile
645 videocolorspace/meta/Makefile
646 videocolorspace/po/Makefile
647 videocolorspace/src/Makefile
650 virtualzap/meta/Makefile
651 virtualzap/po/Makefile
652 virtualzap/src/Makefile
655 vlcplayer/meta/Makefile
656 vlcplayer/po/Makefile
657 vlcplayer/src/Makefile
658 vlcplayer/src/servicets/Makefile
665 vps/src_py/web/Makefile
666 vps/src_py/web-data/Makefile
667 vps/src_py/WebComponents/Makefile
668 vps/src_py/WebComponents/Sources/Makefile
670 weatherplugin/Makefile
671 weatherplugin/meta/Makefile
672 weatherplugin/po/Makefile
673 weatherplugin/src/Makefile
675 weathercomponent/Makefile
676 weathercomponent/src/Makefile
678 weathercomponenthandler/Makefile
679 weathercomponenthandler/src/Makefile
683 webadmin/meta/Makefile
684 webadmin/src/Makefile
685 webadmin/src/mobile/Makefile
686 webadmin/src/web/Makefile
687 webadmin/src/WebChilds/Makefile
688 webadmin/src/WebComponents/Makefile
689 webadmin/src/WebComponents/Sources/Makefile
690 webadmin/src/web-data/Makefile
691 webadmin/src/web-data/tpl/Makefile
692 webadmin/src/web-data/img/Makefile
693 webadmin/src/WebScreens/Makefile
695 webcamviewer/Makefile
696 webcamviewer/meta/Makefile
697 webcamviewer/src/Makefile
699 webbouqueteditor/Makefile
700 webbouqueteditor/src/Makefile
701 webbouqueteditor/meta/Makefile
702 webbouqueteditor/src/web/Makefile
703 webbouqueteditor/src/web-data/Makefile
704 webbouqueteditor/src/WebChilds/Makefile
705 webbouqueteditor/src/WebComponents/Makefile
706 webbouqueteditor/src/WebComponents/Sources/Makefile
707 webbouqueteditor/src/WebScreens/Makefile
709 webinterface/Makefile
710 webinterface/meta/Makefile
711 webinterface/po/Makefile
712 webinterface/src/Makefile
713 webinterface/src/m/Makefile
714 webinterface/src/mobile/Makefile
715 webinterface/src/web/Makefile
716 webinterface/src/web-data/Makefile
717 webinterface/src/web-data/fonts/Makefile
718 webinterface/src/web-data/gfx/Makefile
719 webinterface/src/web-data/img/Makefile
720 webinterface/src/web-data/lib/Makefile
721 webinterface/src/web-data/lib/lang/Makefile
722 webinterface/src/web-data/lib/datepicker/Makefile
723 webinterface/src/web-data/lib/datepicker/media/Makefile
724 webinterface/src/web-data/m/Makefile
725 webinterface/src/web-data/m/css/Makefile
726 webinterface/src/web-data/m/css/themes/Makefile
727 webinterface/src/web-data/m/css/themes/images/Makefile
728 webinterface/src/web-data/m/script/Makefile
729 webinterface/src/web-data/tpl/Makefile
730 webinterface/src/web-data/tpl/default/Makefile
731 webinterface/src/web-data/tpl/default/streaminterface/Makefile
732 webinterface/src/WebChilds/Makefile
733 webinterface/src/WebChilds/External/Makefile
734 webinterface/src/WebComponents/Makefile
735 webinterface/src/WebComponents/Converter/Makefile
736 webinterface/src/WebComponents/Sources/Makefile
739 werbezapper/meta/Makefile
740 werbezapper/po/Makefile
741 werbezapper/src/Makefile
743 youtubeplayer/Makefile
744 youtubeplayer/meta/Makefile
745 youtubeplayer/src/Makefile
746 youtubeplayer/src/Nemesis.GlassLine_Mod/Makefile
749 yttrailer/meta/Makefile
750 yttrailer/po/Makefile
751 yttrailer/src/Makefile
753 zaphistorybrowser/Makefile
754 zaphistorybrowser/meta/Makefile
755 zaphistorybrowser/po/Makefile
756 zaphistorybrowser/src/Makefile
758 zapstatistic/Makefile
759 zapstatistic/meta/Makefile
760 zapstatistic/po/Makefile
761 zapstatistic/src/Makefile
763 zdfmediathek/Makefile
764 zdfmediathek/meta/Makefile
765 zdfmediathek/src/Makefile