[oe-commits] Felix Domke : enigma2.bb: add fluendo mpeg demux to RDEPENDS.. needed for Playback for MPEG1/MPEG2 PS files (including renamed VDR files)

GIT User account git at amethyst.openembedded.net
Sun Nov 2 21:19:46 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: d621c250c80c8910e273911edd79a7a6ccc19816
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d621c250c80c8910e273911edd79a7a6ccc19816

Author: Felix Domke <tmbinc at opendreambox.org>
Date:   Sat Nov  1 12:54:01 2008 +0100

enigma2.bb: add fluendo mpeg demux to RDEPENDS.. needed for Playback for MPEG1/MPEG2 PS files (including renamed VDR files)

---

 packages/enigma2/enigma2.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/enigma2/enigma2.bb b/packages/enigma2/enigma2.bb
index 6f305c1..f057a5a 100644
--- a/packages/enigma2/enigma2.bb
+++ b/packages/enigma2/enigma2.bb
@@ -8,7 +8,7 @@ RDEPENDS = "python-codecs python-core python-lang python-re python-threading \
 	gst-plugin-id3demux gst-plugin-mad gst-plugin-ogg gst-plugin-playbin \
 	gst-plugin-typefindfunctions gst-plugin-ivorbis gst-plugin-audioconvert \
 	gst-plugin-wavparse python-netclient gst-plugin-mpegstream gst-plugin-selector \
-	gst-plugin-flac"
+	gst-plugin-flac gst-plugin-fluendo-mpegdemux"
 
 RDEPENDS_append_dm7020 = " gst-plugin-ossaudio"
 RDEPENDS_append_dm7025 = " gst-plugin-alsa alsa-conf"
@@ -49,6 +49,7 @@ TAG = ";tag=enigma2_rel${REL_MAJOR}${REL_MINOR}"
 
 REL_MINOR_dm8000="5"
 TAG_dm8000=""
+PR_dm8000="r1"
 
 PV = "${REL_MAJOR}.${REL_MINOR}cvs${SRCDATE}"
 





More information about the Openembedded-commits mailing list