[oe-commits] Koen Kooi : gst-plugins-ugly: add 0.10.11

GIT User account git at amethyst.openembedded.net
Wed May 20 15:31:33 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed May 20 17:24:15 2009 +0200

gst-plugins-ugly: add 0.10.11

---

 conf/checksums.ini                            |    4 ++++
 recipes/gstreamer/gst-plugins-ugly_0.10.11.bb |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 1059c64..c38cfc0 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -9682,6 +9682,10 @@ sha256=077bb0e095e5dd6dd16d697efd8d51761f3b5418efc808ed6ca7c60b34df51f8
 md5=031205d5599fce73fc36766f928b2515
 sha256=ced80afedd105cb9b1b72749f8bda29c71fa9eda06120d6b07e7362f705c9987
 
+[http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.11.tar.bz2]
+md5=dfe2e201e066a3e86a9598b6769d9739
+sha256=681d3cf7ae124bff1949187db858e5439a41be162bdad59dd69b52b70fd62dfa
+
 [http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.2.tar.bz2]
 md5=cf604b6acd80b57dc5173db7e93fc116
 sha256=c882c7485faec9803d2f61efbaedd02742e78d224a7d29d61a0a884cd962a09f
diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb
new file mode 100644
index 0000000..0624041
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-ugly_0.10.11.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")
+}
+





More information about the Openembedded-commits mailing list