libaudec: initial add 0.2

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-04-14 23:38:01 +02:00
parent af23d50156
commit 1ea25c7385

View File

@@ -0,0 +1,20 @@
SUMMARY = "A library for reading and resampling audio files"
HOMEPAGE = "https://www.zrythm.org/"
LICENSE = "AGPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb1e647870add0502f8f010b19de32af"
inherit meson
SRC_URI = "git://github.com/zrythm/libaudec.git"
SRCREV = "734b30dbb15fa780b06a5cf261f9b29484ef8cfa"
PV = "0.2"
S = "${WORKDIR}/git"
DEPENDS = " \
libsndfile1 \
libsamplerate0 \
"
PACKAGECONFIG ??= "ffmpeg"
PACKAGECONFIG[ffmpeg] = "-Denable_ffmpeg=true,-Denable_ffmpeg=false,ffmpeg"