lib{ebml,matroska}-1.0.0: intitial recipes
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 1 Oct 2010 01:17:32 +0000 (01:17 +0000)
committerKhem Raj <raj.khem@gmail.com>
Wed, 6 Oct 2010 22:25:01 +0000 (15:25 -0700)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/matroska/libebml.inc [new file with mode: 0644]
recipes/matroska/libebml_1.0.0.bb [new file with mode: 0644]
recipes/matroska/libmatroska.inc [new file with mode: 0644]
recipes/matroska/libmatroska_1.0.0.bb [new file with mode: 0644]
recipes/matroska/matroska.inc [new file with mode: 0644]

diff --git a/recipes/matroska/libebml.inc b/recipes/matroska/libebml.inc
new file mode 100644 (file)
index 0000000..8472a11
--- /dev/null
@@ -0,0 +1,3 @@
+DESCRIPTION = "access library for the EBML format"
+
+require matroska.inc
diff --git a/recipes/matroska/libebml_1.0.0.bb b/recipes/matroska/libebml_1.0.0.bb
new file mode 100644 (file)
index 0000000..89bcad4
--- /dev/null
@@ -0,0 +1,4 @@
+require ${PN}.inc
+
+SRC_URI[md5sum] = "6d438f03d8928d83a2d120ed02705f03"
+SRC_URI[sha256sum] = "72480dec736cd5df5bc9e8c3864a58d17715542c83ff1b2095dca46cc1b8b178"
diff --git a/recipes/matroska/libmatroska.inc b/recipes/matroska/libmatroska.inc
new file mode 100644 (file)
index 0000000..4f1e2cc
--- /dev/null
@@ -0,0 +1,4 @@
+DESCRIPTION = "extensible open standard audio/video container format"
+DEPENDS = "libebml"
+
+require matroska.inc
diff --git a/recipes/matroska/libmatroska_1.0.0.bb b/recipes/matroska/libmatroska_1.0.0.bb
new file mode 100644 (file)
index 0000000..b0ee886
--- /dev/null
@@ -0,0 +1,4 @@
+require ${PN}.inc
+
+SRC_URI[md5sum] = "4efcf3945b17a6f0320cf1aaa326a4de"
+SRC_URI[sha256sum] = "dc000523df508e457ead6447b2d9a2c549fbff525783c13a96d19bbd61137b88"
diff --git a/recipes/matroska/matroska.inc b/recipes/matroska/matroska.inc
new file mode 100644 (file)
index 0000000..5ce8fa5
--- /dev/null
@@ -0,0 +1,16 @@
+HOMEPAGE = "http://www.matroska.org/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPLv2.1"
+
+SRC_URI = "http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2"
+
+EXTRA_OEMAKE = "CROSS=${TARGET_PREFIX} prefix=${D}${prefix} -C make/linux"
+
+do_compile() {
+        oe_runmake
+}
+
+do_install() {
+        oe_runmake install
+}