tremor_20180319.bb 679 B

123456789101112131415161718192021
  1. SUMMARY = "Fixed-point decoder"
  2. DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
  3. SECTION = "libs"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
  6. file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
  7. DEPENDS = "libogg"
  8. SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https \
  9. file://obsolete_automake_macros.patch;striplevel=0 \
  10. file://tremor-arm-thumb2.patch \
  11. "
  12. SRCREV = "7c30a66346199f3f09017a09567c6c8a3a0eedc8"
  13. S = "${WORKDIR}/git"
  14. inherit autotools pkgconfig
  15. EXTRA_OECONF = "--enable-shared"
  16. ARM_INSTRUCTION_SET = "arm"