libsamplerate: update to 0.1.7
authorKoen Kooi <koen@openembedded.org>
Tue, 2 Jun 2009 17:08:01 +0000 (19:08 +0200)
committerKoen Kooi <koen@Powerbook-3.local>
Fri, 5 Jun 2009 15:48:04 +0000 (17:48 +0200)
conf/checksums.ini
recipes/libsamplerate/libsamplerate0_0.1.7.bb [new file with mode: 0644]

index 0c5f45c..20a1e22 100644 (file)
@@ -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 (file)
index 0000000..1d377f1
--- /dev/null
@@ -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
+}
+