celt051_git.bb 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Copyright (C) 2013 Wind River Systems, Inc.
  3. #
  4. SUMMARY = "The CELT codec is a compression algorithm for audio"
  5. DESCRIPTION = "The CELT codec is a compression algorithm for \
  6. audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music \
  7. with high quality. Unlike these formats CELT imposes very little delay \
  8. on the signal, even less than is typical for speech centric formats \
  9. like Speex, GSM, or G.729."
  10. LICENSE = "BSD-2-Clause"
  11. LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2"
  12. PV = "0.5.1.3+git"
  13. SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
  14. SRC_URI = "git://gitlab.xiph.org/xiph/celt.git;branch=compat-v0.5.1;protocol=https \
  15. file://0001-configure.ac-make-tools-support-optional.patch \
  16. file://0001-tests-Include-entcode.c-into-test-sources-to-provide.patch \
  17. "
  18. S = "${WORKDIR}/git"
  19. inherit pkgconfig autotools-brokensep
  20. PACKAGECONFIG:class-native = ""
  21. PACKAGECONFIG ??= ""
  22. PACKAGECONFIG[ogg] = "--enable-tools,--disable-tools,libogg,"
  23. BBCLASSEXTEND = "native nativesdk"