libsamplerate-32: initial import
This commit is contained in:
parent
eee853b1d8
commit
aef4c098c2
0
libsamplerate-32/.32bit
Normal file
0
libsamplerate-32/.32bit
Normal file
9
libsamplerate-32/.footprint
Normal file
9
libsamplerate-32/.footprint
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib32/
|
||||||
|
-rw-r--r-- root/root usr/lib32/libsamplerate.a
|
||||||
|
-rwxr-xr-x root/root usr/lib32/libsamplerate.la
|
||||||
|
lrwxrwxrwx root/root usr/lib32/libsamplerate.so -> libsamplerate.so.0.2.1
|
||||||
|
lrwxrwxrwx root/root usr/lib32/libsamplerate.so.0 -> libsamplerate.so.0.2.1
|
||||||
|
-rwxr-xr-x root/root usr/lib32/libsamplerate.so.0.2.1
|
||||||
|
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib32/pkgconfig/samplerate.pc
|
5
libsamplerate-32/.signature
Normal file
5
libsamplerate-32/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||||
|
RWSwxGo/zH7eXeOJVhT4ttMVn3mjCsQCU8ovlu957JS0sPchtVvDQPbfwAWna0eoNdv6xWoZ7zo3dP3L4g6L1jyvPU0RY6wIDAE=
|
||||||
|
SHA256 (Pkgfile) = 916c797ec9adf3a52492e738c23a9a6f908668778df43445e032609e36b23680
|
||||||
|
SHA256 (.footprint) = 6f416d8a53f8f24b5ac42889a8c9eddc1481cc0efabadbff70d21ca137dec800
|
||||||
|
SHA256 (libsamplerate-0.2.1.tar.bz2) = f6323b5e234753579d70a0af27796dde4ebeddf58aae4be598e39b3cee00c90a
|
23
libsamplerate-32/Pkgfile
Normal file
23
libsamplerate-32/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Description: Sound sample rate conversion library.
|
||||||
|
# URL: https://libsndfile.github.io/libsamplerate/
|
||||||
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||||
|
# Depends on: libsndfile-32
|
||||||
|
|
||||||
|
name=libsamplerate-32
|
||||||
|
version=0.2.1
|
||||||
|
release=1
|
||||||
|
source=(https://github.com/libsndfile/libsamplerate/releases/download/$version/libsamplerate-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd libsamplerate-$version
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--libdir=/usr/lib32
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
rm -r $PKG/usr/share/doc $PKG/usr/include
|
||||||
|
rmdir $PKG/usr/share
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user