summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-02 19:08:01 +0200
committerKoen Kooi <koen@Powerbook-3.local>2009-06-05 17:48:04 +0200
commitfae1b0db81f818c20ebab2fb69df565dd5ac3d11 (patch)
treedec755db458d3b97cccfffc907324deb7b126ec1
parent47f0cf05cb65da4169738f634691d772d14d641d (diff)
libsamplerate: update to 0.1.7
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/libsamplerate/libsamplerate0_0.1.7.bb14
2 files changed, 18 insertions, 0 deletions
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
+}
+