[oe-commits] Andreas Oberritter : lib{ebml, matroska}-1.0.0: intitial recipes

git version control git at git.openembedded.org
Wed Oct 6 22:35:18 UTC 2010


Module: openembedded.git
Branch: master
Commit: 0741f11dcba3aae5d1e26361730ea32e8f078916
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0741f11dcba3aae5d1e26361730ea32e8f078916

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Oct  1 01:17:32 2010 +0000

lib{ebml,matroska}-1.0.0: intitial recipes

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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(-)

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
+}





More information about the Openembedded-commits mailing list