[oe] [PATCH 2/4] lib{ebml,matroska}-1.0.0: intitial recipes

Andreas Oberritter obi at opendreambox.org
Fri Oct 1 11:17:32 UTC 2010


Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 recipes/matroska/libebml.inc          |    3 +++
 recipes/matroska/libebml_1.0.0.bb     |    4 ++++
 recipes/matroska/libmatroska.inc      |    4 ++++
 recipes/matroska/libmatroska_1.0.0.bb |    4 ++++
 recipes/matroska/matroska.inc         |   16 ++++++++++++++++
 5 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 recipes/matroska/libebml.inc
 create mode 100644 recipes/matroska/libebml_1.0.0.bb
 create mode 100644 recipes/matroska/libmatroska.inc
 create mode 100644 recipes/matroska/libmatroska_1.0.0.bb
 create mode 100644 recipes/matroska/matroska.inc

diff --git a/recipes/matroska/libebml.inc b/recipes/matroska/libebml.inc
new file mode 100644
index 0000000..8472a11
--- /dev/null
+++ b/recipes/matroska/libebml.inc
@@ -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
index 0000000..89bcad4
--- /dev/null
+++ b/recipes/matroska/libebml_1.0.0.bb
@@ -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
index 0000000..4f1e2cc
--- /dev/null
+++ b/recipes/matroska/libmatroska.inc
@@ -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
index 0000000..b0ee886
--- /dev/null
+++ b/recipes/matroska/libmatroska_1.0.0.bb
@@ -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
index 0000000..5ce8fa5
--- /dev/null
+++ b/recipes/matroska/matroska.inc
@@ -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
+}
-- 
1.7.1





More information about the Openembedded-devel mailing list