enigma2-plugins : update patch.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / enigma2 / enigma2-plugins / enigma2_plugins_gst_plugins_pkgname.patch
1 diff --git a/lastfm/CONTROL/control b/lastfm/CONTROL/control
2 index 6255b30..d955011 100644
3 --- a/lastfm/CONTROL/control
4 +++ b/lastfm/CONTROL/control
5 @@ -2,4 +2,4 @@ Package: enigma2-plugin-extensions-lastfm
6  Version: 0.4-20070408-r0
7  Description: a client to use last.fm, the social music revolution 
8  Maintainer: 3c5x9 <3c5x9@gmx.net>
9 -Depends: enigma2 (>> 1.0git20070908), python-twisted-web, gst-plugin-neonhttpsrc, python-crypt
10 +Depends: enigma2 (>> 1.0git20070908), python-twisted-web, gst-plugins-bad-neonhttpsrc, python-crypt
11 diff --git a/mytube/CONTROL/control b/mytube/CONTROL/control
12 index 43f3093..6f343c9 100644
13 --- a/mytube/CONTROL/control
14 +++ b/mytube/CONTROL/control
15 @@ -3,4 +3,4 @@ Version: 1.0-20090420-r0
16  Description: MyTube Player for direct playback of Youtube movies
17  Maintainer: Mladen Horvat <acid-burn@opendreambox.org>
18  Homepage: http://www.dream-multimedia-tv.de/
19 -Depends: enigma2 (>= 2.6git20090520), python-twisted-web, python-gdata, gst-plugin-flv
20 +Depends: enigma2 (>= 2.6git20090520), python-twisted-web, python-gdata, gst-plugins-good-flv
21 diff --git a/netcaster/CONTROL/control b/netcaster/CONTROL/control
22 index 0e69a47..83ac563 100644
23 --- a/netcaster/CONTROL/control
24 +++ b/netcaster/CONTROL/control
25 @@ -3,4 +3,4 @@ Version: 0.1-20072203-r0
26  Description: Player for Network and Internet Streams
27  Maintainer: 3c5x9 <3c5x9@gmx.net>
28  Homepage: http://enigma2-plugins.schwerkraft.elitedvb.net/
29 -Depends: enigma2 (>= 1.0git20071803), gst-plugin-neonhttpsrc (>= 0.10.4), gst-plugin-icydemux (>= 0.10.14)
30 +Depends: enigma2 (>= 1.0git20071803), gst-plugins-bad-neonhttpsrc (>= 0.10.4), gst-plugins-good-icydemux (>= 0.10.14)
31 diff --git a/podcast/CONTROL/control b/podcast/CONTROL/control
32 index 4bce2da..24209f5 100644
33 --- a/podcast/CONTROL/control
34 +++ b/podcast/CONTROL/control
35 @@ -3,4 +3,4 @@ Version: 0.1-r0
36  Description: Stream podcasts
37  Maintainer: Nabil Hanna <nabil1978@web.de>
38  Homepage: http://www.lt-forums.org/ali
39 -Depends: enigma2 (>= 2.6git20090520), gst-plugin-neonhttpsrc, python-twisted-web
40 +Depends: enigma2 (>= 2.6git20090520), gst-plugins-good-neonhttpsrc, pythons-twisted-web
41 diff --git a/zdfmediathek/src/plugin.py b/zdfmediathek/src/plugin.py
42 index b46d12f..3b27d56 100644
43 --- a/zdfmediathek/src/plugin.py
44 +++ b/zdfmediathek/src/plugin.py
45 @@ -46,7 +46,7 @@ PLAY_MP4 = False
46  if not deviceName.startswith("dm7025"):
47         try:
48                 #FIXMEE add better check ! ? !
49 -               for line in popen("opkg info gst-plugin-rtsp").readlines():
50 +               for line in popen("opkg info gst-plugins-good-rtsp").readlines():
51                         if line.find("Version: ") != -1:
52                                 if line[9:] >= "0.10.23-r7.1":
53                                         PLAY_MP4 = True