[oe] [meta-oe][PATCH] libopus: adding libopus_0.9.10

Radek Dostal rd at radekdostal.com
Thu May 10 11:56:01 UTC 2012


Signed-off-by: Radek Dostal <rd at radekdostal.com>
---
 .../recipes-multimedia/libopus/libopus_0.9.10.bb   |   22 ++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-multimedia/libopus/libopus_0.9.10.bb

diff --git a/meta-oe/recipes-multimedia/libopus/libopus_0.9.10.bb b/meta-oe/recipes-multimedia/libopus/libopus_0.9.10.bb
new file mode 100644
index 0000000..27d8a75
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libopus/libopus_0.9.10.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Celt Audio Codec"
+DESCRIPTION = "The Opus codec is designed for interactive \
+speech and audio transmission over the Internet. It is \
+designed by the IETF Codec Working Group and incorporates \
+technology from Skype's SILK codec and Xiph.Org's CELT codec."
+HOMEPAGE = "http://www.opus-codec.org/"
+SECTION = "libs/multimedia"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6d9f9b3714db6bbcfb6e42170d9c664d"
+DEPENDS = ""
+
+PR = "r0"
+
+SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "afbda2fd20dc08e6075db0f60297a137"
+SRC_URI[sha256sum] = "4e379a98ba95bbbfe9087ef10fdd05c8ac9060b6d695f587ea82a7b43a0df4fe"
+S = "${WORKDIR}/opus-${PV}"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-fixed-point"
-- 
1.7.5.4





More information about the Openembedded-devel mailing list