aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-10-20 00:56:09 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-10-20 00:56:09 -0400
commit141c81dea108c1809a569704f2be684208359188 (patch)
treedfe4140cb968ef9bd44f3a43b14342789a79e181 /recipes/gstreamer
parent497f4e756baf6ff5525cbbcea116e8a1db83ab94 (diff)
downloadopenembedded-141c81dea108c1809a569704f2be684208359188.tar.gz
gst-plugins-ugly: add 0.10.16
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r--recipes/gstreamer/gst-plugins-ugly_0.10.16.bb20
1 files changed, 20 insertions, 0 deletions
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")
+}
+