diff options
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" | ||
