matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / libsndfile / libsndfile1_1.0.21.bb
blob05fcea841c5d95b5885bad79d237b49bcb8f0cf2
1 DESCRIPTION = "An audio format Conversion library"
2 HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
3 AUTHOR = "Erik de Castro Lopo"
4 SECTION = "libs/multimedia"
5 LICENSE = "LGPL"
6 DEPENDS = "sqlite3"
7 PR = "r1"
9 SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz;name=libsndfile1021targz"
10 SRC_URI[libsndfile1021targz.md5sum] = "880a40ec636ab2185b97f8927299b292"
11 SRC_URI[libsndfile1021targz.sha256sum] = "7e9083a2551ff347276d82cdb61f2b4f9cd137c0b76433800e991583ded8ea67"
13 S = "${WORKDIR}/libsndfile-${PV}"
15 inherit autotools_stage lib_package pkgconfig
17 do_configure_prepend_arm() {
18 ac_cv_sizeof_off_t=8
19 # they are not in one of site/ files because they are common with
20 # glib-2.0 if they are moved to common site files then they break
21 # glib-2.0 build if largefile support is not available (.e.g. uclibc
22 # can be tuned to not have it.
23 export ac_cv_sys_largefile_source=1
24 export ac_cv_sys_file_offset_bits=64
27 do_configure_prepend_chinook-compat () {
29 for i in lt~obsolete.m4 ltsugar.m4 libtool.m4 ltoptions.m4 ltversion.m4
31 rm ${S}/M4/${i}
32 done
35 PACKAGES =+ "${PN}-octave"
36 FILES_${PN}-octave += "/usr/share/octave/site/m"