aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsndfile
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2011-05-11 02:54:32 -0400
committerDenys Dmytriyenko <denis@denix.org>2011-05-11 02:54:32 -0400
commit76e71325ea4da1de9d828dc1a35c26f67e5878d7 (patch)
tree6e5210c14d3bd23c62f2fea9a786eb3e513565da /recipes/libsndfile
parente2ac55d5d37c4fb412e9fdd08ac0635306d34447 (diff)
downloadopenembedded-76e71325ea4da1de9d828dc1a35c26f67e5878d7.tar.gz
libsndfile: add latest version 1.0.24, as older no longer available
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes/libsndfile')
-rw-r--r--recipes/libsndfile/libsndfile1_1.0.24.bb36
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes/libsndfile/libsndfile1_1.0.24.bb b/recipes/libsndfile/libsndfile1_1.0.24.bb
new file mode 100644
index 0000000000..913c2837de
--- /dev/null
+++ b/recipes/libsndfile/libsndfile1_1.0.24.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "An audio format Conversion library"
+HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
+AUTHOR = "Erik de Castro Lopo"
+SECTION = "libs/multimedia"
+LICENSE = "LGPL"
+DEPENDS = "sqlite3"
+PR = "r0"
+
+SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz"
+
+S = "${WORKDIR}/libsndfile-${PV}"
+
+inherit autotools lib_package pkgconfig
+
+do_configure_prepend_arm() {
+ ac_cv_sizeof_off_t=8
+ # they are not in one of site/ files because they are common with
+ # glib-2.0 if they are moved to common site files then they break
+ # glib-2.0 build if largefile support is not available (.e.g. uclibc
+ # can be tuned to not have it.
+ export ac_cv_sys_largefile_source=1
+ export ac_cv_sys_file_offset_bits=64
+}
+
+do_configure_prepend_chinook-compat () {
+ for i in lt~obsolete.m4 ltsugar.m4 libtool.m4 ltoptions.m4 ltversion.m4
+ do
+ rm ${S}/M4/${i}
+ done
+}
+
+PACKAGES =+ "${PN}-octave"
+FILES_${PN}-octave += "/usr/share/octave/site/m"
+
+SRC_URI[md5sum] = "8f823c30c1d8d44830db6ab845d6679e"
+SRC_URI[sha256sum] = "b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4"