From: Denys Dmytriyenko Date: Wed, 20 Oct 2010 04:56:09 +0000 (-0400) Subject: gst-plugins-ugly: add 0.10.16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141c81dea108c1809a569704f2be684208359188;p=openembedded.git gst-plugins-ugly: add 0.10.16 Signed-off-by: Denys Dmytriyenko --- diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.16.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.16.bb new file mode 100644 index 0000000000..343111e5ca --- /dev/null +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.16.bb @@ -0,0 +1,20 @@ +require gst-plugins.inc + +PR = "${INC_PR}.0" + +DEPENDS += "gst-plugins-base mpeg2dec libsidplay" + +SRC_URI += "\ + file://gstmad_16bit.patch \ + file://gstsid_autofoo_HACK.patch \ +" +SRC_URI[archive.md5sum] = "989e1b0fab010f73f76912f70ec5f62a" +SRC_URI[archive.sha256sum] = "d7fc7636001e78736540c628ad889888cb85ea722f08d1c6813b16682dd9c09c" + +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") +} +