summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-vuplus/enigma2/enigma2-plugins/vuplus/enigma2_plugins_gst_plugins_pkgname.patch
blob: 3ce89a34e94c6d9cfb44b5a096112c31f58ac4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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