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