| 1 | DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio" |
|---|
| 2 | HOMEPAGE="http://www.mega-nerd.com/SRC" |
|---|
| 3 | SRC_URI="http://www.mega-nerd.com/SRC/libsamplerate-0.1.7.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="ad093e60ec44f0a60de8e29983ddbc0f" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | |
|---|
| 8 | DEPEND="pkgconfig >= 0.23 |
|---|
| 9 | media-libs/libsndfile >= 1.0.21" |
|---|
| 10 | |
|---|
| 11 | BUILD { |
|---|
| 12 | cd libsamplerate-0.1.7 |
|---|
| 13 | rm aclocal.m4 |
|---|
| 14 | rm acinclude.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 | libtoolize --automake |
|---|
| 24 | autoheader |
|---|
| 25 | ./configure --prefix=/boot/common |
|---|
| 26 | make |
|---|
| 27 | } |
|---|
| 28 | |
|---|
| 29 | INSTALL { |
|---|
| 30 | cd libsamplerate-0.1.7 |
|---|
| 31 | make install |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | LICENSE="GNU LGPL v2.1 |
|---|
| 35 | GNU LGPL v3" |
|---|
| 36 | COPYRIGHT="1999-2009 Erik de Castro Lopo" |
|---|