From: Koen Kooi Date: Tue, 2 Jun 2009 17:08:01 +0000 (+0200) Subject: libsamplerate: update to 0.1.7 X-Git-Tag: Release-2010-05/1~3273 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae1b0db81f818c20ebab2fb69df565dd5ac3d11;p=openembedded.git libsamplerate: update to 0.1.7 --- diff --git a/conf/checksums.ini b/conf/checksums.ini index 0c5f45c8a9..20a1e22dc7 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -14266,6 +14266,10 @@ sha256=6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6 md5=06861c2c6b8e5273c9b80cf736b9fd0e sha256=98b8766323c78b7b718dfd4ef6b9292bbf0796b742abb2319b8278cbeee731d4 +[http://www.mega-nerd.com/SRC/libsamplerate-0.1.7.tar.gz] +md5=ad093e60ec44f0a60de8e29983ddbc0f +sha256=e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c + [http://gpe.linuxtogo.org/download/source/libschedule-0.14.tar.gz] md5=f4fd8f525e2cd4100db89bd6b4f92934 sha256=d86d490bada35c041b1134b15f1abc94364c798dedc974d2c5ff2127d1b80487 diff --git a/recipes/libsamplerate/libsamplerate0_0.1.7.bb b/recipes/libsamplerate/libsamplerate0_0.1.7.bb new file mode 100644 index 0000000000..1d377f1260 --- /dev/null +++ b/recipes/libsamplerate/libsamplerate0_0.1.7.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "An audio Sample Rate Conversion library" +SECTION = "libs" +LICENSE = "GPL libsamplerate" + +SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" +S = "${WORKDIR}/libsamplerate-${PV}" + +inherit autotools_stage pkgconfig + +do_configure() { + gnu-configize --force + oe_runconf +} +