aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-17 20:46:31 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-17 21:33:26 +0100
commite04b826e9b24dbe3b9332da8da9b9310f5125dc4 (patch)
tree71a0d96568fc9317a1abcf7340678cb9cfba8f35 /recipes/gstreamer/gst-plugins-ugly_0.10.14.bb
parentd695f337bdaa0e297ad89c6fdd99edf97bc270db (diff)
downloadopenembedded-e04b826e9b24dbe3b9332da8da9b9310f5125dc4.tar.gz
gstreamer: updates
* switch to new-style staging * add support for new-style checksums * move plugins to newer versions, so plugins moved (e.g. ivorbis) * fixup gstconfig header parsing
Diffstat (limited to 'recipes/gstreamer/gst-plugins-ugly_0.10.14.bb')
-rw-r--r--recipes/gstreamer/gst-plugins-ugly_0.10.14.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb
new file mode 100644
index 0000000000..d8295f5763
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb
@@ -0,0 +1,21 @@
+require gst-plugins.inc
+
+PR = "${INC_PR}.0"
+
+DEPENDS += "gst-plugins-base mpeg2dec libsidplay"
+
+SRC_URI += "\
+ file://gstmad_16bit.patch;patch=1 \
+ file://gstsid_autofoo_HACK.patch;patch=1 \
+"
+
+SRC_URI[archive.md5sum] = "0bc0d27bcce88c73ef6c81e88624e686"
+SRC_URI[archive.sha256sum] = "78dba9963e130cfd09f294b60219e6562459c5d848bc3b38a653db7f21fc850b"
+
+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")
+}
+