[oe-commits] Koen Kooi : gst-plugins-bad: update to 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: 94a24531eab8c4e46dc9554baf8338fff74a3f93
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=94a24531eab8c4e46dc9554baf8338fff74a3f93

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

gst-plugins-bad: update to 0.10.11

---

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

diff --git a/conf/checksums.ini b/conf/checksums.ini
index b90b2de..1059c64 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -9570,6 +9570,10 @@ sha256=79e3618edd959e29c877b9f8b0c9156d8249d725096582dffdd5308ba6a0e645
 md5=398729b82b911eebb14156c2fa02525b
 sha256=05d83a609aaea44ea8c979897f336cb8b5537a39b271af2831e6cca3851d3007
 
+[http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.11.tar.bz2]
+md5=75a3359ece6a1c11a9e5463d79e274e8
+sha256=b50072ff6f36087b8ecebf509e6d44ab2e91292b1a3a5806a7f1437a382723e9
+
 [http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.3.tar.bz2]
 md5=8545a02c408976c5e9f0c2cf3c6a362e
 sha256=648f1ef813c64c7eedd45d164eb41ba21366bba8ec5fcbff3100458721be489e
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.11.bb b/recipes/gstreamer/gst-plugins-bad_0.10.11.bb
new file mode 100644
index 0000000..dbfe6a9
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-bad_0.10.11.bb
@@ -0,0 +1,10 @@
+require gst-plugins.inc
+
+SRC_URI += "file://vorbisenc.h file://vorbisdec.h \
+            file://ivorbis-thumb.patch;patch=1"
+DEPENDS += "gst-plugins-base directfb"
+
+do_compile_prepend() {
+	# work around missing files in upstream tarball (upstream bug #454078)
+	install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/
+}





More information about the Openembedded-commits mailing list