forked from ports/contrib
libsamplerate: 0.1.9 -> 0.2.1
This commit is contained in:
parent
b002aac58e
commit
c55c37eb34
@ -1,13 +1,11 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/sndfile-resample
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/samplerate.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libsamplerate.a
|
||||
-rwxr-xr-x root/root usr/lib/libsamplerate.la
|
||||
lrwxrwxrwx root/root usr/lib/libsamplerate.so -> libsamplerate.so.0.1.8
|
||||
lrwxrwxrwx root/root usr/lib/libsamplerate.so.0 -> libsamplerate.so.0.1.8
|
||||
-rwxr-xr-x root/root usr/lib/libsamplerate.so.0.1.8
|
||||
lrwxrwxrwx root/root usr/lib/libsamplerate.so -> libsamplerate.so.0.2.1
|
||||
lrwxrwxrwx root/root usr/lib/libsamplerate.so.0 -> libsamplerate.so.0.2.1
|
||||
-rwxr-xr-x root/root usr/lib/libsamplerate.so.0.2.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/samplerate.pc
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3wBoY3m9Dti17Pd8T973yLBsoQcFPsOZDIHXL8zUuvupaD1A0U3OIVPRLwSX5/2QUWHZyqjePsJDO58xgIKMPQA=
|
||||
SHA256 (Pkgfile) = f5eb08e8f02c168e72f092dc3faf95202926d1164c1d01834f60d7e64369d665
|
||||
SHA256 (.footprint) = e0e28c5eecd971a6f1f12566b00b284dffb3da90550baf9644851ee3d1d8fc51
|
||||
SHA256 (libsamplerate-0.1.9.tar.gz) = 0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1
|
||||
RWSagIOpLGJF327ObLTECVwZ99EqLWFORvI6oIvctPq8+f2wEWqSNMVjcSWcuSV8MimBiJEqljI/WQK5o72DZY2gUn5+9SLdrAc=
|
||||
SHA256 (Pkgfile) = da8070b48a15588f951ce4d580b12103d99639797177ee10cce593bd538b5a3f
|
||||
SHA256 (.footprint) = 16878e2253d28c87c28d68fd3ca2fa53d08f8ad7caff2ea182e11a37d0057ea9
|
||||
SHA256 (libsamplerate-0.2.1.tar.bz2) = f6323b5e234753579d70a0af27796dde4ebeddf58aae4be598e39b3cee00c90a
|
||||
|
@ -1,22 +1,19 @@
|
||||
# Description: Sound sample rate conversion library.
|
||||
# URL: http://www.mega-nerd.com/SRC/
|
||||
# URL: https://libsndfile.github.io/libsamplerate/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: libsndfile
|
||||
# Optional: fftw
|
||||
|
||||
name=libsamplerate
|
||||
version=0.1.9
|
||||
version=0.2.1
|
||||
release=1
|
||||
source=(http://www.mega-nerd.com/SRC/$name-$version.tar.gz)
|
||||
source=(
|
||||
https://github.com/libsndfile/libsamplerate/releases/download/$version/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-gcc-pipe \
|
||||
--disable-dependency-tracking
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user