mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
33 lines
1.0 KiB
BlitzBasic
33 lines
1.0 KiB
BlitzBasic
#
|
|
# 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-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2"
|
|
|
|
PV = "0.5.1.3+git"
|
|
|
|
SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
|
|
|
|
SRC_URI = "git://gitlab.xiph.org/xiph/celt.git;branch=compat-v0.5.1;protocol=https \
|
|
file://0001-configure.ac-make-tools-support-optional.patch \
|
|
file://0001-tests-Include-entcode.c-into-test-sources-to-provide.patch \
|
|
"
|
|
|
|
|
|
inherit pkgconfig autotools-brokensep
|
|
|
|
PACKAGECONFIG:class-native = ""
|
|
PACKAGECONFIG ??= ""
|
|
|
|
PACKAGECONFIG[ogg] = "--enable-tools,--disable-tools,libogg,"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|