aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-10-22 16:31:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-10-22 16:31:48 +0000
commitcf444cd1f994325c7f9531506acb0a56074f7ca6 (patch)
treec6e45b69ec62f3488dd9fc73074c25e22544849a /packages/gstreamer
parentc9694e4a52ff742b9f93eb1f636f60016a496bb8 (diff)
downloadopenembedded-cf444cd1f994325c7f9531506acb0a56074f7ca6.tar.gz
gst-plugins-ugly: DEPENDS on mpeg2dec and libsidplay
TODO: add more optional libraries
Diffstat (limited to 'packages/gstreamer')
-rw-r--r--packages/gstreamer/gst-plugins-ugly_0.10.5.bb5
-rw-r--r--packages/gstreamer/gst-plugins-ugly_0.10.6.bb6
2 files changed, 3 insertions, 8 deletions
diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.5.bb b/packages/gstreamer/gst-plugins-ugly_0.10.5.bb
deleted file mode 100644
index 51ce56dc1f..0000000000
--- a/packages/gstreamer/gst-plugins-ugly_0.10.5.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require gst-plugins.inc
-
-DEPENDS += "gst-plugins-base"
-SRC_URI += "file://cross-compile.patch;patch=1"
-PR = "r4"
diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.6.bb b/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
index 9eb6410d09..64f36ddb38 100644
--- a/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
+++ b/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
@@ -1,7 +1,7 @@
require gst-plugins.inc
-DEPENDS += "gst-plugins-base"
+DEPENDS += "gst-plugins-base mpeg2dec libsidplay"
+PR = "r2"
+
SRC_URI += "file://cross-compile.patch;patch=1 \
file://gstmad_16bit.patch;patch=1"
-
-PR = "r1"