aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/celt051/celt051_git.bb
blob: 850704f5af7011dc3aaf942261df118bd05def0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Copyright (C) 2013 Wind River Systems, Inc.
#

SUMMARY = "The CELT codec is a compression algorithm for audio"
DESCRIPTION = "The CELT codec is a compression algorithm for \
audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music \
with high quality. Unlike these formats CELT imposes very little delay \
on the signal, even less than is typical for speech centric formats \
like Speex, GSM, or G.729."

LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2"

PV = "0.5.1.3+git${SRCPV}"

SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"

SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https \
    file://0001-configure.ac-make-tools-support-optional.patch \
"

S = "${WORKDIR}/git"

inherit pkgconfig autotools-brokensep

PACKAGECONFIG_class-native = ""
PACKAGECONFIG ??= ""

PACKAGECONFIG[ogg] = "--enable-tools,--disable-tools,libogg,"

BBCLASSEXTEND = "native nativesdk"