[oe-commits] Koen Kooi : mkvtoolnix: add 5.9.0

git at git.openembedded.org git at git.openembedded.org
Sun Jan 27 22:59:24 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 13609c862898f46c18e7471d6b139a511859539e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=13609c862898f46c18e7471d6b139a511859539e

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sun Jan 27 15:41:18 2013 +0000

mkvtoolnix: add 5.9.0

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb     |   30 ++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb
new file mode 100644
index 0000000..e7f93d2
--- /dev/null
+++ b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb
@@ -0,0 +1,30 @@
+SUMMARY = "MKVToolNix -- Cross-platform tools for Matroska"
+HOMEPAGE = "http://www.bunkus.org/videotools/mkvtoolnix/source.html"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "curl boost expat zlib libebml libmatroska libogg libvorbis bzip2 lzo file ruby-native"
+
+SRC_URI = "http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${PV}.tar.bz2"
+SRC_URI[md5sum] = "033621461ef8eb922fc1366e0a9a6f16"
+SRC_URI[sha256sum] = "d913f531331c3332d2fb334c872ea19bfea7293dfedc4bf33ae7162e4efcbde1"
+
+inherit autotools
+
+EXTRA_OECONF = " --with-boost-libdir=${STAGING_LIBDIR} \
+               "
+
+# remove some hardcoded searchpaths
+do_configure_prepend() {
+	sed -i -e s:/usr/local/lib:${STAGING_LIBDIR}:g -e s:/usr/local/include:${STAGING_INCDIR}:g ac/ebml.m4
+}
+
+# Yeah, no makefile
+do_compile() {
+	./drake
+}
+
+do_install() {
+	./drake install DESTDIR=${D}
+}





More information about the Openembedded-commits mailing list