diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-25 15:43:43 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-25 15:43:43 -0400 |
| commit | 1bc6c6679404f4896ac09a1ac38a315599008bc7 (patch) | |
| tree | 8652f946f8f4521f4cfcdb42eeff6a3b90e32126 /recipes-support | |
| parent | adf590f2283097b64976936e530084986c203b2b (diff) | |
| download | meta-cloud-services-1bc6c6679404f4896ac09a1ac38a315599008bc7.tar.gz | |
cloud-services: add celt051
spice requires celt051.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-support')
| -rw-r--r-- | recipes-support/celt051/celt051_git.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-support/celt051/celt051_git.bb b/recipes-support/celt051/celt051_git.bb new file mode 100644 index 0000000..93a2405 --- /dev/null +++ b/recipes-support/celt051/celt051_git.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2013 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | |||
| 5 | SUMMARY = "The CELT codec is a compression algorithm for audio" | ||
| 6 | DESCRIPTION = "The CELT codec is a compression algorithm for \ | ||
| 7 | audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music \ | ||
| 8 | with high quality. Unlike these formats CELT imposes very little delay \ | ||
| 9 | on the signal, even less than is typical for speech centric formats \ | ||
| 10 | like Speex, GSM, or G.729." | ||
| 11 | |||
| 12 | LICENSE = "BSD" | ||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2" | ||
| 14 | |||
| 15 | PV = "0.5.1.3" | ||
| 16 | PR = "r0" | ||
| 17 | |||
| 18 | SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" | ||
| 19 | |||
| 20 | SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | DEPENDS += "libogg" | ||
| 25 | |||
| 26 | inherit pkgconfig autotools | ||
| 27 | |||
| 28 | PACKAGECONFIG = "" | ||
| 29 | |||
| 30 | PACKAGECONFIG[ogg] = "--with-ogg --enable-oggtest,--without-ogg --disable-oggtest,," | ||
