summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-04-19 16:40:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 09:52:25 +0100
commit71794b266e3fcd9661f57a4ba70abc87e74b7326 (patch)
tree6c7db40a4946a4ff7f1622b36b5c014bcfe54b2f /meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
parentbf254f22afa61147c00fa9d4afb2056cb6833465 (diff)
downloadopenembedded-core-71794b266e3fcd9661f57a4ba70abc87e74b7326.tar.gz
openembedded-core-71794b266e3fcd9661f57a4ba70abc87e74b7326.tar.bz2
openembedded-core-71794b266e3fcd9661f57a4ba70abc87e74b7326.tar.xz
openembedded-core-71794b266e3fcd9661f57a4ba70abc87e74b7326.zip
libsndfile1: upgrade to version 1.0.24
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb')
-rw-r--r--meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
new file mode 100644
index 000000000..a547d768b
--- /dev/null
+++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "An audio format Conversion library"
+HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
+AUTHOR = "Erik de Castro Lopo"
+DEPENDS = "sqlite3"
+SECTION = "libs/multimedia"
+LICENSE = "LGPLv2.1"
+PR = "r0"
+
+SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "8f823c30c1d8d44830db6ab845d6679e"
+SRC_URI[sha256sum] = "b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a"
+
+S = "${WORKDIR}/libsndfile-${PV}"
+
+inherit autotools lib_package pkgconfig
+
+do_configure_prepend_arm() {
+ export ac_cv_sys_largefile_source=1
+ export ac_cv_sys_file_offset_bits=64
+ ac_cv_sizeof_off_t=8
+}
+