[oe-commits] Denys Dmytriyenko : gst-plugins-ugly: add 0.10.16

git version control git at git.openembedded.org
Wed Oct 20 04:59:58 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 141c81dea108c1809a569704f2be684208359188
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=141c81dea108c1809a569704f2be684208359188

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Wed Oct 20 00:56:09 2010 -0400

gst-plugins-ugly: add 0.10.16

Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/gstreamer/gst-plugins-ugly_0.10.16.bb |   20 ++++++++++++++++++++
 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 0000000..343111e
--- /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")
+}
+





More information about the Openembedded-commits mailing list