summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChang.H.S <jhs@dev3>2012-12-03 12:04:54 (GMT)
committerChang.H.S <jhs@dev3>2012-12-03 12:04:54 (GMT)
commit4dfeefe218c1be028818c9b8ae98bb43c061983b (patch)
tree7095d23f881ffe849d8093feca1d4da063340d9f
parent0ab8f34fe49d4f2ebd9a397c85a7446d10887f79 (diff)
enigma2-plugins : fix gstreamer-plugins package name.
-rwxr-xr-xmeta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins.bb1
-rw-r--r--meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins/vuplus/enigma2_plugins_gst_plugins_pkgname.patch53
2 files changed, 54 insertions, 0 deletions
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 <acid-burn@opendreambox.org>
+ 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 <nabil1978@web.de>
+ 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