| 1 | DESCRIPTION="Libsndfile is a C library for reading and writing files containing sampled sound" |
|---|
| 2 | HOMEPAGE="http://www.mega-nerd.com/libsndfile" |
|---|
| 3 | SRC_URI="http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.21.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="880a40ec636ab2185b97f8927299b292" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | |
|---|
| 8 | DEPEND="media-libs/flac >= 1.2.1 |
|---|
| 9 | media-libs/libogg >= 1.2.0 |
|---|
| 10 | media-libs/libvorbis >= 1.3.1" |
|---|
| 11 | |
|---|
| 12 | BUILD { |
|---|
| 13 | cd libsndfile-1.0.21 |
|---|
| 14 | rm aclocal.m4 |
|---|
| 15 | cp /boot/common/share/aclocal/libtool.m4 M4 |
|---|
| 16 | cp /boot/common/share/aclocal/ltoptions.m4 M4 |
|---|
| 17 | cp /boot/common/share/aclocal/ltversion.m4 M4 |
|---|
| 18 | cp /boot/common/share/aclocal/ltsugar.m4 M4 |
|---|
| 19 | cp /boot/common/share/aclocal/lt~obsolete.m4 M4 |
|---|
| 20 | echo "AC_CONFIG_MACRO_DIR([M4]) >> configure.in" |
|---|
| 21 | libtoolize --force --copy --install |
|---|
| 22 | aclocal -I M4 |
|---|
| 23 | ./configure --prefix=/boot/common |
|---|
| 24 | make |
|---|
| 25 | } |
|---|
| 26 | |
|---|
| 27 | INSTALL { |
|---|
| 28 | cd libsndfile-1.0.21 |
|---|
| 29 | make install |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | LICENSE="GNU LGPL v2.1 |
|---|
| 33 | GNU LGPL v3" |
|---|
| 34 | COPYRIGHT="1999-2009 Erik de Castro Lopo" |
|---|