From: Michael Lauer Date: Mon, 22 Oct 2007 16:31:48 +0000 (+0000) Subject: gst-plugins-ugly: DEPENDS on mpeg2dec and libsidplay X-Git-Tag: Release-2010-05/1~8464^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf444cd1f994325c7f9531506acb0a56074f7ca6;p=openembedded.git gst-plugins-ugly: DEPENDS on mpeg2dec and libsidplay TODO: add more optional libraries --- 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"