libsamplerate: update to 0.1.8; cross build support.
This commit is contained in:
parent
939b8434a0
commit
489eaffaa7
2 changed files with 12 additions and 15 deletions
|
@ -1,14 +1,9 @@
|
||||||
# Template file for 'libsamplerate-devel'.
|
# Template file for 'libsamplerate-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libsndfile-devel libsamplerate"
|
depends="libsndfile-devel ${sourcepkg}>=${version}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
do_install() {
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
|
|
@ -1,14 +1,18 @@
|
||||||
# Template file for 'libsamplerate'
|
# Template file for 'libsamplerate'
|
||||||
pkgname=libsamplerate
|
pkgname=libsamplerate
|
||||||
version=0.1.7
|
version=0.1.8
|
||||||
revision=5
|
revision=1
|
||||||
distfiles="http://www.mega-nerd.com/SRC/$pkgname-$version.tar.gz"
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="CFLAGS=-fPIC"
|
configure_args="CFLAGS=-fPIC"
|
||||||
makedepends="pkg-config libsndfile-devel fftw-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libsndfile-devel fftw-devel"
|
||||||
short_desc="Sample Rate Converter for audio"
|
short_desc="Sample Rate Converter for audio"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=78ed5d9ff1bf162c4a078f6a3e7432a537dd2f22dc58872b081fb01156027fcc
|
homepage="http://www.mega-nerd.com/SRC/index.html"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="http://www.mega-nerd.com/SRC/$pkgname-$version.tar.gz"
|
||||||
|
checksum=93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06
|
||||||
long_desc="
|
long_desc="
|
||||||
One example of where such a thing would be useful is converting audio from
|
One example of where such a thing would be useful is converting audio from
|
||||||
the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.
|
the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.
|
||||||
|
@ -18,5 +22,3 @@ long_desc="
|
||||||
means that the ratio of input and output sample rates can be an irrational
|
means that the ratio of input and output sample rates can be an irrational
|
||||||
number. The conversion ratio can also vary with time for speeding up and
|
number. The conversion ratio can also vary with time for speeding up and
|
||||||
slowing down effects."
|
slowing down effects."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue