From: Chang.H.S Date: Mon, 3 Dec 2012 12:04:54 +0000 (+0900) Subject: enigma2-plugins : fix gstreamer-plugins package name. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=commitdiff_plain;h=4dfeefe218c1be028818c9b8ae98bb43c061983b enigma2-plugins : fix gstreamer-plugins package name. --- diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb index c73fee3..b494839 100755 --- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb +++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb @@ -31,6 +31,7 @@ SRC_URI_append_vuplus = " \ file://enigma2_plugins_ac3lipsync_dolby.patch;patch=1;pnum=1 \ file://enigma2_plugins_autoresolution_fix.patch;patch=1;pnum=1 \ file://enigma2_plugins_dependency.patch;patch=1;pnum=1 \ + file://enigma2_plugins_gst_plugins_pkgname.patch;patch=1;pnum=1 \ file://dreamboxweb.png \ file://dreamboxwebtv.png \ file://favicon.ico" diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins/vuplus/enigma2_plugins_gst_plugins_pkgname.patch b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins/vuplus/enigma2_plugins_gst_plugins_pkgname.patch new file mode 100644 index 0000000..3ce89a3 --- /dev/null +++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins/vuplus/enigma2_plugins_gst_plugins_pkgname.patch @@ -0,0 +1,53 @@ +diff --git a/lastfm/CONTROL/control b/lastfm/CONTROL/control +index 6255b30..d955011 100644 +--- a/lastfm/CONTROL/control ++++ b/lastfm/CONTROL/control +@@ -2,4 +2,4 @@ Package: enigma2-plugin-extensions-lastfm + Version: 0.4-20070408-r0 + Description: a client to use last.fm, the social music revolution + Maintainer: 3c5x9 <3c5x9@gmx.net> +-Depends: enigma2 (>> 1.0git20070908), python-twisted-web, gst-plugin-neonhttpsrc, python-crypt ++Depends: enigma2 (>> 1.0git20070908), python-twisted-web, gst-plugin-bad-neonhttpsrc, python-crypt +diff --git a/mytube/CONTROL/control b/mytube/CONTROL/control +index 43f3093..6f343c9 100644 +--- a/mytube/CONTROL/control ++++ b/mytube/CONTROL/control +@@ -3,4 +3,4 @@ Version: 1.0-20090420-r0 + Description: MyTube Player for direct playback of Youtube movies + Maintainer: Mladen Horvat + Homepage: http://www.dream-multimedia-tv.de/ +-Depends: enigma2 (>= 2.6git20090520), python-twisted-web, python-gdata, gst-plugin-flv ++Depends: enigma2 (>= 2.6git20090520), python-twisted-web, python-gdata, gst-plugin-good-flv +diff --git a/netcaster/CONTROL/control b/netcaster/CONTROL/control +index 0e69a47..83ac563 100644 +--- a/netcaster/CONTROL/control ++++ b/netcaster/CONTROL/control +@@ -3,4 +3,4 @@ Version: 0.1-20072203-r0 + Description: Player for Network and Internet Streams + Maintainer: 3c5x9 <3c5x9@gmx.net> + Homepage: http://enigma2-plugins.schwerkraft.elitedvb.net/ +-Depends: enigma2 (>= 1.0git20071803), gst-plugin-neonhttpsrc (>= 0.10.4), gst-plugin-icydemux (>= 0.10.14) ++Depends: enigma2 (>= 1.0git20071803), gst-plugin-bad-neonhttpsrc (>= 0.10.4), gst-plugin-good-icydemux (>= 0.10.14) +diff --git a/podcast/CONTROL/control b/podcast/CONTROL/control +index 4bce2da..24209f5 100644 +--- a/podcast/CONTROL/control ++++ b/podcast/CONTROL/control +@@ -3,4 +3,4 @@ Version: 0.1-r0 + Description: Stream podcasts + Maintainer: Nabil Hanna + Homepage: http://www.lt-forums.org/ali +-Depends: enigma2 (>= 2.6git20090520), gst-plugin-neonhttpsrc, python-twisted-web ++Depends: enigma2 (>= 2.6git20090520), gst-plugin-good-neonhttpsrc, python-twisted-web +diff --git a/zdfmediathek/src/plugin.py b/zdfmediathek/src/plugin.py +index b46d12f..3b27d56 100644 +--- a/zdfmediathek/src/plugin.py ++++ b/zdfmediathek/src/plugin.py +@@ -46,7 +46,7 @@ PLAY_MP4 = False + if not deviceName.startswith("dm7025"): + try: + #FIXMEE add better check ! ? ! +- for line in popen("opkg info gst-plugin-rtsp").readlines(): ++ for line in popen("opkg info gst-plugin-good-rtsp").readlines(): + if line.find("Version: ") != -1: + if line[9:] >= "0.10.23-r7.1": + PLAY_MP4 = True