New package: libsoxr-0.1.2

This commit is contained in:
Juergen Buchmueller 2016-10-11 09:08:45 +02:00
parent 0f09794072
commit 81b72b348e
4 changed files with 39 additions and 0 deletions

View File

@ -1726,6 +1726,8 @@ libtls.so.11 libtls11-2.4.2_1
libvamp-hostsdk.so.3 libvamp-plugin-sdk-2.2_6
libportmidi.so portmidi-217_1
libsox.so.3 sox-14.4.2_1
libsoxr.so.0 libsoxr-0.1.2_1
libsoxr-lsr.so.0 libsoxr-0.1.2_1
libframe.so.6 frame-2.5.0_1
libgrail.so.6 grail-3.1.0_1
libgeis.so.1 geis-2.2.16_1

1
srcpkgs/libsoxr-devel Symbolic link
View File

@ -0,0 +1 @@
libsoxr

1
srcpkgs/libsoxr-doc Symbolic link
View File

@ -0,0 +1 @@
libsoxr

35
srcpkgs/libsoxr/template Normal file
View File

@ -0,0 +1,35 @@
# Template file for 'libsoxr'
pkgname=libsoxr
version=0.1.2
revision=1
wrksrc="${pkgname#lib}-${version}-Source"
build_style=cmake
configure_args="-DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON
-DVISIBILITY_HIDDENL=ON -DWITH_AVFFT=ON -DWITH_DOUBLE_PRECISION=ON
-DWITH_LSR_BINDINGS=ON -DWITH_OPENMP=ON -DWITH_PFFFT=ON -DWITH_SIMD=ON"
makedepends="libgomp-devel"
short_desc="SoX resampler library"
maintainer="Juergen Buchmueller <pullmoll@t-online.de>"
license="GPL-2"
homepage="http://sourceforge.net/p/soxr/wiki/Home/"
distfiles="http://downloads.sourceforge.net/project/soxr/soxr-${version}-Source.tar.xz"
checksum=54e6f434f1c491388cd92f0e3c47f1ade082cc24327bdc43762f7d1eefe0c275
libsoxr-devel_package() {
short_desc=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}
libsoxr-doc_package() {
short_desc=" - documentation and examples"
depends="${sourcepkg}>=${version}_${revision}"
noarch=yes
pkg_install() {
vmove usr/share/doc
}
}