summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-17 16:35:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:05:01 +0000
commitcd610f1dcaed81ed235886f77411d9447a9be82a (patch)
treec603896d42f805e02c1410f2b537b114085517bb /meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb
parentd83f879bfb9485b4b49973ab4d17e792f2b459ed (diff)
downloadpoky-cd610f1dcaed81ed235886f77411d9447a9be82a.tar.gz
libsamplerate0: update 0.1.9 -> 0.2.2
Upstream moved to github. Drop both patches: alsa configuration merged upstream, shared version info fixed upstream. License-Update: urls changed to github. (From OE-Core rev: 7676e4964ab53b101f95aef469490643f9d1f52c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb')
-rw-r--r--meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb
new file mode 100644
index 0000000000..ed2b6437dd
--- /dev/null
+++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Audio Sample Rate Conversion library"
2DESCRIPTION = "Also known as Secret Rabbit Code - a library for performing sample rate conversion of audio data."
3HOMEPAGE = "https://libsndfile.github.io/libsamplerate/"
4SECTION = "libs"
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=336d6faf40fb600bafb0061f4052f1f4 \
7 file://src/samplerate.c;beginline=1;endline=7;md5=7a4238289dc36bfb70968ccaa5bd0d4f"
8DEPENDS = "libsndfile1"
9
10SRC_URI = "https://github.com/libsndfile/libsamplerate/releases/download/${PV}/libsamplerate-${PV}.tar.xz \
11"
12
13SRC_URI[sha256sum] = "3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893"
14
15CVE_PRODUCT = "libsamplerate"
16
17UPSTREAM_CHECK_URI = "https://github.com/libsndfile/libsamplerate/releases"
18
19S = "${WORKDIR}/libsamplerate-${PV}"
20
21inherit autotools pkgconfig
22
23# FFTW and ALSA are only used in tests and examples, so they don't affect
24# normal builds. It should be safe to ignore these, but explicitly disabling
25# them adds some extra certainty that builds are deterministic.
26EXTRA_OECONF = "--disable-fftw --disable-alsa"