MHW epg

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • you have to patch enigma2: or flash


      openembedded/packages/enigma2/enigma2.bb

      Quellcode

      1. do_configure() {
      2. perl -pi -e 's:^//#define ENABLE_MHW_EPG.*$:#define ENABLE_MHW_EPG 1:g' ${S}/lib/dvb/epgcache.h
      3. ./autogen.sh
      4. oe_runconf
      5. }

      btw: in our Image MHW EPG is activated
      » time to say goodbye «

      Konfuzius sagt:
      Erst wenn eine Mücke auf deinen Hoden landet wirst du lernen Probleme ohne Gewalt zu lösen.
    • Emh...

      Quellcode

      1. DESCRIPTION = "Enigma2 is an experimental, but useful framebuffer-based frontend for DVB functions"
      2. MAINTAINER = "Felix Domke <tmbinc@elitedvb.net>"
      3. DEPENDS = "jpeg libungif libmad libpng libsigc++-1.2 gettext-native \
      4. dreambox-dvbincludes freetype libdvbsi++ python swig-native \
      5. libfribidi gstreamer libxmlccwrap"
      6. RDEPENDS = "python-codecs python-core python-lang python-re python-threading \
      7. python-xml python-fcntl gst-plugin-decodebin python-stringold \
      8. gst-plugin-id3demux gst-plugin-mad gst-plugin-ogg gst-plugin-playbin \
      9. gst-plugin-typefindfunctions gst-plugin-vorbis gst-plugin-audioconvert \
      10. gst-plugin-wavparse python-netclient gst-plugin-mpegstream"
      11. RDEPENDS_append_dm7020 = " gst-plugin-ossaudio"
      12. RDEPENDS_append_dm7025 = " gst-plugin-alsa alsa-conf"
      13. # 'forward depends' - no two providers can have the same PACKAGES_DYNAMIC, however both
      14. # enigma2 and enigma2-plugins produce enigma2-plugin-*.
      15. DEPENDS += "enigma2-plugins"
      16. PACKAGES_DYNAMIC = "enigma2-plugin-*"
      17. DESCRIPTION_append_enigma2-plugin-extensions-cutlisteditor = "enables you to cut your movies."
      18. DESCRIPTION_append_enigma2-plugin-extensions-graphmultiepg = "shows a graphical timeline EPG."
      19. DESCRIPTION_append_enigma2-plugin-extensions-pictureplayer = "displays photos on the TV."
      20. DESCRIPTION_append_enigma2-plugin-systemplugins-configurationbackup = "backs up your configuration and restores them optionally."
      21. DESCRIPTION_append_enigma2-plugin-systemplugins-frontprocessorupdate = "keeps your frontprocessor up to date."
      22. DESCRIPTION_append_enigma2-plugin-systemplugins-positionersetup = "helps you installing a motorized dish."
      23. DESCRIPTION_append_enigma2-plugin-systemplugins-satelliteequipmentcontrol = "allows you to fine-tune DiSEqC-settings."
      24. DESCRIPTION_append_enigma2-plugin-systemplugins-satfinder = "helps you to align your dish."
      25. DESCRIPTION_append_enigma2-plugin-systemplugins-skinselector = "shows a menu with selectable skins."
      26. PN = "enigma2"
      27. PR = "r0"
      28. SRCDATE = "20071126"
      29. REL_MAJOR="2"
      30. REL_MINOR="3"
      31. PV = "${REL_MAJOR}.${REL_MINOR}cvs${SRCDATE}"
      32. TAG = "enigma2_rel${REL_MAJOR}${REL_MINOR}"
      33. SRC_URI = "cvs://anonymous@dreamboxupdate.com/cvs;module=enigma2;method=pserver;date=${SRCDATE} \
      34. file://enigma2.sh"
      35. S = "${WORKDIR}/enigma2"
      36. FILES_${PN} += "${datadir}/fonts"
      37. inherit autotools pkgconfig
      38. bindir = "/usr/bin"
      39. sbindir = "/usr/sbin"
      40. EXTRA_OECONF = "--enable-maintainer-mode --with-target=native --with-libsdl=no"
      41. do_install_append() {
      42. install -m 0755 ${WORKDIR}/enigma2.sh ${D}/usr/bin/
      43. }
      44. do_configure() {
      45. perl -pi -e 's:^//#define ENABLE_MHW_EPG.*$:#define ENABLE_MHW_EPG 1:g' ${S}/lib/dvb/epgcache.h
      46. ./autogen.sh
      47. oe_runconf
      48. }
      49. python populate_packages_prepend () {
      50. enigma2_plugindir = bb.data.expand('${libdir}/enigma2/python/Plugins', d)
      51. do_split_packages(d, enigma2_plugindir, '(.*?/.*?)/.*', 'enigma2-plugin-%s', '%s ', recursive=True, match_path=True, prepend=True)
      52. }
      Alles anzeigen



      but not funz....
    • This code is working fine... Tested 5min ago!

      By the way, what error message do you get?

      Quellcode

      1. DESCRIPTION = "Enigma2 is an experimental, but useful framebuffer-based frontend for DVB functions"
      2. MAINTAINER = "Felix Domke <tmbinc@elitedvb.net>"
      3. DEPENDS = "jpeg libungif libmad libpng libsigc++-1.2 gettext-native \
      4. dreambox-dvbincludes freetype libdvbsi++ python swig-native \
      5. libfribidi gstreamer libxmlccwrap"
      6. RDEPENDS = "python-codecs python-core python-lang python-re python-threading \
      7. python-xml python-fcntl gst-plugin-decodebin python-stringold \
      8. gst-plugin-id3demux gst-plugin-mad gst-plugin-ogg gst-plugin-playbin \
      9. gst-plugin-typefindfunctions gst-plugin-vorbis gst-plugin-audioconvert \
      10. gst-plugin-wavparse python-netclient gst-plugin-mpegstream "
      11. RDEPENDS_append_dm7020 = " gst-plugin-ossaudio"
      12. RDEPENDS_append_dm7025 = " gst-plugin-alsa alsa-conf"
      13. # 'forward depends' - no two providers can have the same PACKAGES_DYNAMIC, however both
      14. # enigma2 and enigma2-plugins produce enigma2-plugin-*.
      15. DEPENDS += "enigma2-plugins"
      16. PACKAGES_DYNAMIC = "enigma2-plugin-* enigma2-skin-*"
      17. DESCRIPTION_append_enigma2-plugin-extensions-cutlisteditor = " enables you to cut your movies."
      18. DESCRIPTION_append_enigma2-plugin-extensions-graphmultiepg = " shows a graphical timeline EPG."
      19. DESCRIPTION_append_enigma2-plugin-extensions-pictureplayer = " displays photos on the TV."
      20. DESCRIPTION_append_enigma2-plugin-systemplugins-configurationbackup = " backs up your configuration and restores them optionally."
      21. DESCRIPTION_append_enigma2-plugin-systemplugins-frontprocessorupdate = " keeps your frontprocessor up to date."
      22. DESCRIPTION_append_enigma2-plugin-systemplugins-positionersetup = " helps you installing a motorized dish."
      23. DESCRIPTION_append_enigma2-plugin-systemplugins-satelliteequipmentcontrol = " allows you to fine-tune DiSEqC-settings."
      24. DESCRIPTION_append_enigma2-plugin-systemplugins-satfinder = " helps you to align your dish."
      25. DESCRIPTION_append_enigma2-plugin-systemplugins-skinselector = " shows a menu with selectable skins."
      26. PN = "enigma2"
      27. PR = "r0"
      28. SRCDATE = "20071126"
      29. REL_MAJOR="2"
      30. REL_MINOR="2"
      31. PV = "${REL_MAJOR}.${REL_MINOR}cvs${SRCDATE}"
      32. TAG = "enigma2_rel${REL_MAJOR}${REL_MINOR}"
      33. SRC_URI = "cvs://anonymous@dreamboxupdate.com/cvs;module=enigma2;method=pserver;date=${SRCDATE} \
      34. file://enigma2.sh"
      35. S = "${WORKDIR}/enigma2"
      36. FILES_${PN} += "${datadir}/fonts"
      37. inherit autotools pkgconfig
      38. bindir = "/usr/bin"
      39. sbindir = "/usr/sbin"
      40. EXTRA_OECONF = "--enable-maintainer-mode --with-target=native --with-libsdl=no"
      41. do_configure() {
      42. perl -pi -e 's:^//#define ENABLE_MHW_EPG.*$:#define ENABLE_MHW_EPG 1:g' ${S}/lib/dvb/epgcache.h
      43. ./autogen.sh
      44. oe_runconf
      45. }
      46. do_install_append() {
      47. install -m 0755 ${WORKDIR}/enigma2.sh ${D}/usr/bin/
      48. }
      49. python populate_packages_prepend () {
      50. enigma2_plugindir = bb.data.expand('${libdir}/enigma2/python/Plugins', d)
      51. do_split_packages(d, enigma2_plugindir, '(.*?/.*?)/.*', 'enigma2-plugin-%s', ' %s', recursive=True, match_path=True, prepend=True)
      52. }
      Alles anzeigen
      » time to say goodbye «

      Konfuzius sagt:
      Erst wenn eine Mücke auf deinen Hoden landet wirst du lernen Probleme ohne Gewalt zu lösen.