diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-10 17:26:16 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-10 17:26:16 +0200 |
commit | 61a135c3b12723cc7ee7d60166d487d7b8308419 (patch) | |
tree | d6176694b77ee0ae82da95742b9196959b52635c /rubberband | |
parent | acdebf4808cc4c9aa0bf7e858d86dd4570df50fe (diff) | |
download | contrib-61a135c3b12723cc7ee7d60166d487d7b8308419.tar.gz contrib-61a135c3b12723cc7ee7d60166d487d7b8308419.tar.xz |
rubberband: 2.0.2 -> 3.0.0
Diffstat (limited to 'rubberband')
-rw-r--r-- | rubberband/.footprint | 5 | ||||
-rw-r--r-- | rubberband/.signature | 8 | ||||
-rw-r--r-- | rubberband/Pkgfile | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/rubberband/.footprint b/rubberband/.footprint index 37188937c..cdda87705 100644 --- a/rubberband/.footprint +++ b/rubberband/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/rubberband +-rwxr-xr-x root/root usr/bin/rubberband-r3 drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/rubberband/ -rw-r--r-- root/root usr/include/rubberband/RubberBandStretcher.h @@ -8,8 +9,8 @@ drwxr-xr-x root/root usr/include/rubberband/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/librubberband.a lrwxrwxrwx root/root usr/lib/librubberband.so -> librubberband.so.2 -lrwxrwxrwx root/root usr/lib/librubberband.so.2 -> librubberband.so.2.1.7 --rwxr-xr-x root/root usr/lib/librubberband.so.2.1.7 +lrwxrwxrwx root/root usr/lib/librubberband.so.2 -> librubberband.so.2.2.0 +-rwxr-xr-x root/root usr/lib/librubberband.so.2.2.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/rubberband.pc drwxr-xr-x root/root usr/lib/vamp/ diff --git a/rubberband/.signature b/rubberband/.signature index adb3eda12..75ddb347c 100644 --- a/rubberband/.signature +++ b/rubberband/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3ymzvjBjunDfXuGkzO5Y/DBhIDIZAjmoWCL8psoe6UxTmG+uFLUMTKq6u9ZQZSnYRp6l1Wj2+VMz5qXg1TdYGQ8= -SHA256 (Pkgfile) = 1c9a4537916676a120ecf64ec9465d4cead62b869846f0a70768dc5a364212a3 -SHA256 (.footprint) = cb74d861867165c6ebe9501c71a84f5d36e2d7b56a45223c78c21d2c432f9d9b -SHA256 (rubberband-v2.0.2.tar.gz) = 1372a0d52915ef07aa3cffc00a8b17996c736f328efa0f6504d231fa6428ed4b +RWSagIOpLGJF38AWBvq+k0f7XKVv/lzyBFRpI5Uic6C7xTtlu4Ke68Q95aHS10GBQa/cdeOZ0VDR6GxAzu8Y2BDVyxTGC0WSqgo= +SHA256 (Pkgfile) = f702def52e7119b7c5c7b2e6f22fa00b50c822514e6919f5bd13c3d450f62824 +SHA256 (.footprint) = 0c4cbea386616d6348a05e5f4a57dab02fd45f47771c08135bccab2afc76ade0 +SHA256 (rubberband-v3.0.0.tar.gz) = 7852cf36dbb788ab9dca4d56de320e82dfd6189e99051ecd2b395fe2976c0942 diff --git a/rubberband/Pkgfile b/rubberband/Pkgfile index 247cd3341..1111287c6 100644 --- a/rubberband/Pkgfile +++ b/rubberband/Pkgfile @@ -1,11 +1,11 @@ # Description: Time-stretching and pitch-shifting audio library and utility. # URL: https://www.breakfastquay.com/rubberband/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Danny Rawlins, crux at romster dot me # Depends on: fftw libsamplerate meson ninja vamp-plugin-sdk # Optional: openjdk8 openjdk11 openjdk15 ladspa libogg libvorbis opus name=rubberband -version=2.0.2 +version=3.0.0 release=1 source=(https://github.com/breakfastquay/$name/archive/v$version/$name-v$version.tar.gz) |