diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-10-22 16:31:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-10-22 16:31:48 +0000 |
commit | cf444cd1f994325c7f9531506acb0a56074f7ca6 (patch) | |
tree | c6e45b69ec62f3488dd9fc73074c25e22544849a /packages | |
parent | c9694e4a52ff742b9f93eb1f636f60016a496bb8 (diff) |
gst-plugins-ugly: DEPENDS on mpeg2dec and libsidplay
TODO: add more optional libraries
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gstreamer/gst-plugins-ugly_0.10.5.bb | 5 | ||||
-rw-r--r-- | packages/gstreamer/gst-plugins-ugly_0.10.6.bb | 6 |
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" |