diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:38:32 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:50:20 +0100 |
| commit | e2e6f6fe07049f33cb6348780fa975162752e421 (patch) | |
| tree | b1813295411235d1297a0ed642b1346b24fdfb12 /meta/recipes-multimedia/libsamplerate | |
| download | poky-e2e6f6fe07049f33cb6348780fa975162752e421.tar.gz | |
initial commit of Enea Linux 3.1
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-multimedia/libsamplerate')
| -rw-r--r-- | meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb new file mode 100644 index 0000000000..25e97b4bab --- /dev/null +++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "An audio Sample Rate Conversion library" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 5 | file://src/samplerate.c;beginline=1;endline=17;md5=d0807c35fc906466d24a50463534815a" | ||
| 6 | DEPENDS = "flac libsndfile1" | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "1c7fb25191b4e6e3628d198a66a84f47" | ||
| 12 | SRC_URI[sha256sum] = "93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06" | ||
| 13 | S = "${WORKDIR}/libsamplerate-${PV}" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | PACKAGECONFIG[fftw] = ",--disable-fftw,fftw" | ||
