From 943ac8183a0775b45e0de9caec2f9f813e85172d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Fri, 20 Feb 2009 02:32:22 +0100 Subject: gst-plugins-ugly: update to version 0.10.10 --- packages/gstreamer/gst-plugins-ugly_0.10.10.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/gstreamer/gst-plugins-ugly_0.10.10.bb (limited to 'packages/gstreamer/gst-plugins-ugly_0.10.10.bb') diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.10.bb b/packages/gstreamer/gst-plugins-ugly_0.10.10.bb new file mode 100644 index 0000000000..062404179e --- /dev/null +++ b/packages/gstreamer/gst-plugins-ugly_0.10.10.bb @@ -0,0 +1,16 @@ +require gst-plugins.inc + +DEPENDS += "gst-plugins-base mpeg2dec libsidplay" + +SRC_URI += "\ + file://gstmad_16bit.patch;patch=1 \ + file://gstsid_autofoo_HACK.patch;patch=1 \ +" + +python() { + # Don't build, if we are building an ENTERPRISE distro + enterprise = bb.data.getVar("ENTERPRISE_DISTRO", d, 1) + if enterprise == "1": + raise bb.parse.SkipPackage("gst-plugins-ugly will only build if ENTERPRISE_DISTRO != 1") +} + -- cgit v1.2.3