[oe-commits] Koen Kooi : libsamplerate: update to 0.1.7

git version control git at git.openembedded.org
Fri Jun 5 16:11:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fae1b0db81f818c20ebab2fb69df565dd5ac3d11
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fae1b0db81f818c20ebab2fb69df565dd5ac3d11

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  2 19:08:01 2009 +0200

libsamplerate: update to 0.1.7

---

 conf/checksums.ini                            |    4 ++++
 recipes/libsamplerate/libsamplerate0_0.1.7.bb |   14 ++++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0c5f45c..20a1e22 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 0000000..1d377f1
--- /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
+}
+





More information about the Openembedded-commits mailing list