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
107 babelzapper/etc/Makefile
108 babelzapper/meta/Makefile
109 babelzapper/src/Makefile
111 birthdayreminder/Makefile
112 birthdayreminder/meta/Makefile
113 birthdayreminder/po/Makefile
114 birthdayreminder/src/Makefile
116 bitrateviewer/Makefile
117 bitrateviewer/meta/Makefile
118 bitrateviewer/src/Makefile
119 bitrateviewer/src/bitratecalc/Makefile
122 bonjour/meta/Makefile
130 curlytx/meta/Makefile
135 dreamirc/meta/Makefile
136 dreamirc/src/Makefile
137 dreamirc/src/protocols/Makefile
139 dreammediathek/Makefile
140 dreammediathek/src/Makefile
143 dvdbackup/meta/Makefile
144 dvdbackup/po/Makefile
145 dvdbackup/src/Makefile
152 easyinfo/meta/Makefile
153 easyinfo/src/Makefile
156 easymedia/meta/Makefile
157 easymedia/po/Makefile
158 easymedia/src/Makefile
168 eibox/src/images/Makefile
171 elektro/meta/Makefile
176 emailclient/meta/Makefile
177 emailclient/po/Makefile
178 emailclient/src/Makefile
181 emission/meta/Makefile
182 emission/src/Makefile
185 epgrefresh/meta/Makefile
186 epgrefresh/po/Makefile
187 epgrefresh/src/Makefile
188 epgrefresh/src/webinterface/Makefile
191 epgsearch/meta/Makefile
192 epgsearch/po/Makefile
193 epgsearch/src/Makefile
196 eurotictv/meta/Makefile
197 eurotictv/po/Makefile
198 eurotictv/src/Makefile
201 fancontrol2/meta/Makefile
202 fancontrol2/po/Makefile
203 fancontrol2/src/Makefile
204 fancontrol2/src/data/Makefile
207 filebrowser/meta/Makefile
208 filebrowser/src/Makefile
211 fritzcall/meta/Makefile
212 fritzcall/po/Makefile
213 fritzcall/src/Makefile
214 fritzcall/src/images/Makefile
217 fstabeditor/meta/Makefile
218 fstabeditor/src/Makefile
221 ftpbrowser/meta/Makefile
222 ftpbrowser/po/Makefile
223 ftpbrowser/src/Makefile
224 ftpbrowser/src/images/Makefile
226 genuinedreambox/Makefile
227 genuinedreambox/meta/Makefile
228 genuinedreambox/src/Makefile
231 googlemaps/meta/Makefile
232 googlemaps/src/Makefile
235 growlee/meta/Makefile
239 httpproxy/meta/Makefile
240 httpproxy/src/Makefile
247 infobartunerstate/Makefile
248 infobartunerstate/meta/Makefile
249 infobartunerstate/po/Makefile
250 infobartunerstate/src/Makefile
253 kiddytimer/img/Makefile
254 kiddytimer/meta/Makefile
255 kiddytimer/po/Makefile
256 kiddytimer/src/Makefile
264 letterbox/src/Makefile
265 letterbox/meta/Makefile
268 logomanager/logodir_hdd/Makefile
269 logomanager/meta/Makefile
270 logomanager/src/Makefile
272 mediadownloader/Makefile
273 mediadownloader/meta/Makefile
274 mediadownloader/po/Makefile
275 mediadownloader/src/Makefile
278 menusort/meta/Makefile
279 menusort/src/Makefile
282 merlinepg/meta/Makefile
283 merlinepg/src/Makefile
285 merlinepgcenter/Makefile
286 merlinepgcenter/meta/Makefile
287 merlinepgcenter/src/Makefile
288 merlinepgcenter/po/Makefile
289 merlinepgcenter/skins/Makefile
290 merlinepgcenter/images/Makefile
291 merlinepgcenter/images/HD/Makefile
292 merlinepgcenter/images/HD_BORDER/Makefile
293 merlinepgcenter/images/SD/Makefile
294 merlinepgcenter/images/XD/Makefile
295 merlinepgcenter/images/XD_BORDER/Makefile
296 merlinepgcenter/images/HD_Elgato/Makefile
298 merlinmusicplayer/Makefile
299 merlinmusicplayer/meta/Makefile
300 merlinmusicplayer/src/Makefile
301 merlinmusicplayer/src/images/Makefile
302 merlinmusicplayer/src/merlinmp3player/Makefile
305 meteoitalia/meta/Makefile
306 meteoitalia/src/Makefile
314 moviecut/meta/Makefile
316 moviecut/src_cc/Makefile
317 moviecut/src_py/Makefile
319 movielistpreview/Makefile
320 movielistpreview/meta/Makefile
321 movielistpreview/po/Makefile
322 movielistpreview/src/Makefile
324 movieretitle/Makefile
325 movieretitle/meta/Makefile
326 movieretitle/po/Makefile
327 movieretitle/src/Makefile
330 moviesearch/meta/Makefile
331 moviesearch/src/Makefile
333 movieselectionquickbutton/Makefile
334 movieselectionquickbutton/meta/Makefile
335 movieselectionquickbutton/po/Makefile
336 movieselectionquickbutton/src/Makefile
339 movietagger/etc/Makefile
340 movietagger/meta/Makefile
341 movietagger/po/Makefile
342 movietagger/src/Makefile
345 movieepg/meta/Makefile
346 movieepg/src/Makefile
354 multirc/meta/Makefile
361 namezap/meta/Makefile
366 netcaster/meta/Makefile
367 netcaster/src/Makefile
368 netcaster/src/bin/Makefile
369 netcaster/src/bin/interface/Makefile
370 netcaster/src/etc/Makefile
372 networkbrowser/Makefile
373 networkbrowser/meta/Makefile
374 networkbrowser/src/Makefile
375 networkbrowser/src/icons/Makefile
376 networkbrowser/src/lib/Makefile
379 ncidclient/meta/Makefile
380 ncidclient/po/Makefile
381 ncidclient/src/Makefile
393 orfteletext/meta/Makefile
394 orfteletext/src/Makefile
397 partnerbox/meta/Makefile
398 partnerbox/po/Makefile
399 partnerbox/src/Makefile
400 partnerbox/src/icons/Makefile
401 partnerbox/src/servicewebts/Makefile
403 passwordchanger/Makefile
404 passwordchanger/meta/Makefile
405 passwordchanger/po/Makefile
406 passwordchanger/src/Makefile
408 permanentclock/Makefile
409 permanentclock/meta/Makefile
410 permanentclock/po/Makefile
411 permanentclock/src/Makefile
413 permanenttimeshift/Makefile
414 permanenttimeshift/meta/Makefile
415 permanenttimeshift/po/Makefile
416 permanenttimeshift/images/Makefile
417 permanenttimeshift/src/Makefile
418 permanenttimeshift/src/eitsave/Makefile
419 permanenttimeshift/src/createapscfiles/Makefile
421 pipservicerelation/Makefile
422 pipservicerelation/src/Makefile
423 pipservicerelation/meta/Makefile
430 pluginhider/meta/Makefile
431 pluginhider/po/Makefile
432 pluginhider/src/Makefile
435 pluginsort/meta/Makefile
436 pluginsort/po/Makefile
437 pluginsort/src/Makefile
441 podcast/meta/Makefile
446 porncenter/meta/Makefile
447 porncenter/po/Makefile
448 porncenter/src/Makefile
449 porncenter/src/Additions/Makefile
452 quickbutton/meta/Makefile
453 quickbutton/po/Makefile
454 quickbutton/src/Makefile
456 reconstructapsc/Makefile
457 reconstructapsc/meta/Makefile
458 reconstructapsc/src_cc/Makefile
459 reconstructapsc/src_py/Makefile
462 remotetimer/meta/Makefile
463 remotetimer/src/Makefile
465 rsdownloader/Makefile
466 rsdownloader/meta/Makefile
467 rsdownloader/po/Makefile
468 rsdownloader/src/Makefile
469 rsdownloader/src/container/Makefile
472 seekbar/meta/Makefile
477 serienfilm/meta/Makefile
478 serienfilm/po/Makefile
479 serienfilm/src/Makefile
480 serienfilm/src/icons/Makefile
483 setpasswd/meta/Makefile
484 setpasswd/po/Makefile
485 setpasswd/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/periscope/services/Subtitulos/Makefile
520 subsdownloader2/src/SourceCode/xbmc_subtitles/Makefile
521 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Makefile
522 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Napisyme/Makefile
523 subsdownloader2/src/SourceCode/xbmc_subtitles/services/Itasa/Makefile
530 tageditor/meta/Makefile
531 tageditor/po/Makefile
532 tageditor/src/Makefile
538 trafficinfo/meta/Makefile
539 trafficinfo/src/Makefile
542 tvcharts/meta/Makefile
543 tvcharts/src/Makefile
545 unwetterinfo/Makefile
546 unwetterinfo/meta/Makefile
547 unwetterinfo/src/Makefile
549 valixdcontrol/Makefile
550 valixdcontrol/meta/Makefile
551 valixdcontrol/src/Makefile
552 valixdcontrol/src/comp/Makefile
553 valixdcontrol/src/data/Makefile
556 virtualzap/meta/Makefile
557 virtualzap/po/Makefile
558 virtualzap/src/Makefile
561 vlcplayer/meta/Makefile
562 vlcplayer/po/Makefile
563 vlcplayer/src/Makefile
564 vlcplayer/src/servicets/Makefile
571 vps/src_py/web/Makefile
572 vps/src_py/web-data/Makefile
573 vps/src_py/WebComponents/Makefile
574 vps/src_py/WebComponents/Sources/Makefile
576 weatherplugin/Makefile
577 weatherplugin/meta/Makefile
578 weatherplugin/po/Makefile
579 weatherplugin/src/Makefile
581 webcamviewer/Makefile
582 webcamviewer/meta/Makefile
583 webcamviewer/src/Makefile
585 webbouqueteditor/Makefile
586 webbouqueteditor/src/Makefile
587 webbouqueteditor/meta/Makefile
588 webbouqueteditor/src/web/Makefile
589 webbouqueteditor/src/web-data/Makefile
590 webbouqueteditor/src/WebChilds/Makefile
591 webbouqueteditor/src/WebComponents/Makefile
592 webbouqueteditor/src/WebComponents/Sources/Makefile
593 webbouqueteditor/src/WebScreens/Makefile
595 webinterface/Makefile
596 webinterface/meta/Makefile
597 webinterface/po/Makefile
598 webinterface/src/Makefile
599 webinterface/src/mobile/Makefile
600 webinterface/src/web/Makefile
601 webinterface/src/web-data/Makefile
602 webinterface/src/web-data/gfx/Makefile
603 webinterface/src/web-data/img/Makefile
604 webinterface/src/web-data/lib/Makefile
605 webinterface/src/web-data/lib/lang/Makefile
606 webinterface/src/web-data/lib/datepicker/Makefile
607 webinterface/src/web-data/lib/datepicker/media/Makefile
608 webinterface/src/web-data/tpl/Makefile
609 webinterface/src/web-data/tpl/default/Makefile
610 webinterface/src/web-data/tpl/default/streaminterface/Makefile
611 webinterface/src/WebChilds/Makefile
612 webinterface/src/WebChilds/External/Makefile
613 webinterface/src/WebComponents/Makefile
614 webinterface/src/WebComponents/Converter/Makefile
615 webinterface/src/WebComponents/Sources/Makefile
618 werbezapper/meta/Makefile
619 werbezapper/po/Makefile
620 werbezapper/src/Makefile
622 youtubeplayer/Makefile
623 youtubeplayer/meta/Makefile
624 youtubeplayer/src/Makefile
625 youtubeplayer/src/Nemesis.GlassLine_Mod/Makefile
628 yttrailer/meta/Makefile
629 yttrailer/po/Makefile
630 yttrailer/src/Makefile
632 zaphistorybrowser/Makefile
633 zaphistorybrowser/meta/Makefile
634 zaphistorybrowser/po/Makefile
635 zaphistorybrowser/src/Makefile
637 zapstatistic/Makefile
638 zapstatistic/meta/Makefile
639 zapstatistic/po/Makefile
640 zapstatistic/src/Makefile
642 zdfmediathek/Makefile
643 zdfmediathek/meta/Makefile
644 zdfmediathek/src/Makefile