diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-17 16:35:12 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-21 11:05:01 +0000 |
| commit | cd610f1dcaed81ed235886f77411d9447a9be82a (patch) | |
| tree | c603896d42f805e02c1410f2b537b114085517bb /meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb | |
| parent | d83f879bfb9485b4b49973ab4d17e792f2b459ed (diff) | |
| download | poky-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.bb | 26 |
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 @@ | |||
| 1 | SUMMARY = "Audio Sample Rate Conversion library" | ||
| 2 | DESCRIPTION = "Also known as Secret Rabbit Code - a library for performing sample rate conversion of audio data." | ||
| 3 | HOMEPAGE = "https://libsndfile.github.io/libsamplerate/" | ||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "BSD-2-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=336d6faf40fb600bafb0061f4052f1f4 \ | ||
| 7 | file://src/samplerate.c;beginline=1;endline=7;md5=7a4238289dc36bfb70968ccaa5bd0d4f" | ||
| 8 | DEPENDS = "libsndfile1" | ||
| 9 | |||
| 10 | SRC_URI = "https://github.com/libsndfile/libsamplerate/releases/download/${PV}/libsamplerate-${PV}.tar.xz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893" | ||
| 14 | |||
| 15 | CVE_PRODUCT = "libsamplerate" | ||
| 16 | |||
| 17 | UPSTREAM_CHECK_URI = "https://github.com/libsndfile/libsamplerate/releases" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/libsamplerate-${PV}" | ||
| 20 | |||
| 21 | inherit 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. | ||
| 26 | EXTRA_OECONF = "--disable-fftw --disable-alsa" | ||
