summaryrefslogtreecommitdiff
path: root/libsamplerate
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-01-31 20:35:47 +1100
committerDanny Rawlins <contact@romster.me>2021-01-31 20:35:47 +1100
commitc55c37eb3460a2e8277e74703ea415194c31835c (patch)
tree35f37af6a00ec92c5eb25f9ad9ed07da06f4aad6 /libsamplerate
parentb002aac58ead9728700e52bc592515b0e6a70be0 (diff)
downloadcontrib-c55c37eb3460a2e8277e74703ea415194c31835c.tar.gz
contrib-c55c37eb3460a2e8277e74703ea415194c31835c.tar.xz
libsamplerate: 0.1.9 -> 0.2.1
Diffstat (limited to 'libsamplerate')
-rw-r--r--libsamplerate/.footprint8
-rw-r--r--libsamplerate/.signature8
-rw-r--r--libsamplerate/Pkgfile13
3 files changed, 12 insertions, 17 deletions
diff --git a/libsamplerate/.footprint b/libsamplerate/.footprint
index 9d616c296..0ad3536ff 100644
--- a/libsamplerate/.footprint
+++ b/libsamplerate/.footprint
@@ -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
diff --git a/libsamplerate/.signature b/libsamplerate/.signature
index ed8bb3ea1..c13bd448f 100644
--- a/libsamplerate/.signature
+++ b/libsamplerate/.signature
@@ -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
diff --git a/libsamplerate/Pkgfile b/libsamplerate/Pkgfile
index 9af473a4a..ed3022d7c 100644
--- a/libsamplerate/Pkgfile
+++ b/libsamplerate/Pkgfile
@@ -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

Generated by cgit