* update rubberband to 3.3.0-2
This commit is contained in:
parent
178d0878d0
commit
8221cbe49e
68
rubberband/.SRCINFO
Normal file
68
rubberband/.SRCINFO
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
pkgbase = rubberband
|
||||||
|
pkgdesc = Time-stretching and pitch-shifting audio library and utility
|
||||||
|
pkgver = 3.3.0
|
||||||
|
pkgrel = 2
|
||||||
|
url = https://www.breakfastquay.com/rubberband/
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL2
|
||||||
|
makedepends = boost
|
||||||
|
makedepends = fftw
|
||||||
|
makedepends = java-environment
|
||||||
|
makedepends = ladspa
|
||||||
|
makedepends = lv2
|
||||||
|
makedepends = meson
|
||||||
|
makedepends = libsamplerate
|
||||||
|
makedepends = libsndfile
|
||||||
|
makedepends = vamp-plugin-sdk
|
||||||
|
source = rubberband-3.3.0.tar.gz::https://github.com/breakfastquay/rubberband/archive/v3.3.0.tar.gz
|
||||||
|
sha512sums = 6d7ce80f47a5870920748d6e2ff9425f9d90e3fd2d62d7b937158ad2134829bc1d1e34ec4fd6327de5d6f1924b4bb793dc4c9d10574102e11338383c4522ba84
|
||||||
|
b2sums = 09002ddb20dc34ea3bceb3d35468cd6b5398e41808c8e9ef9346e5fb3a3544b725c7da6c6bce80e6b9a2b58e1f55faea83d365b255852d3b953f5134dfc6445e
|
||||||
|
|
||||||
|
pkgname = rubberband
|
||||||
|
depends = fftw
|
||||||
|
depends = libfftw3.so
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = glibc
|
||||||
|
depends = libsamplerate
|
||||||
|
depends = libsamplerate.so
|
||||||
|
depends = libsndfile
|
||||||
|
depends = libsndfile.so
|
||||||
|
provides = librubberband.so
|
||||||
|
provides = librubberband-jni.so
|
||||||
|
|
||||||
|
pkgname = rubberband-ladspa
|
||||||
|
pkgdesc = Time-stretching and pitch-shifting audio library and utility - LADSPA plugin
|
||||||
|
groups = pro-audio
|
||||||
|
groups = ladspa-plugins
|
||||||
|
depends = fftw
|
||||||
|
depends = libfftw3.so
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = glibc
|
||||||
|
depends = libsamplerate
|
||||||
|
depends = libsamplerate.so
|
||||||
|
depends = ladspa-host
|
||||||
|
|
||||||
|
pkgname = rubberband-lv2
|
||||||
|
pkgdesc = Time-stretching and pitch-shifting audio library and utility - LV2 plugin
|
||||||
|
groups = pro-audio
|
||||||
|
groups = lv2-plugins
|
||||||
|
depends = fftw
|
||||||
|
depends = libfftw3.so
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = glibc
|
||||||
|
depends = libsamplerate
|
||||||
|
depends = libsamplerate.so
|
||||||
|
depends = lv2-host
|
||||||
|
|
||||||
|
pkgname = rubberband-vamp
|
||||||
|
pkgdesc = Time-stretching and pitch-shifting audio library and utility - VAMP plugin
|
||||||
|
groups = pro-audio
|
||||||
|
groups = vamp-plugins
|
||||||
|
depends = fftw
|
||||||
|
depends = libfftw3.so
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = glibc
|
||||||
|
depends = libsamplerate
|
||||||
|
depends = libsamplerate.so
|
||||||
|
depends = vamp-host
|
||||||
|
depends = vamp-plugin-sdk
|
4
rubberband/.nvchecker.toml
Normal file
4
rubberband/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[rubberband]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/breakfastquay/rubberband.git"
|
||||||
|
prefix = "v"
|
@ -6,7 +6,7 @@
|
|||||||
pkgbase=rubberband
|
pkgbase=rubberband
|
||||||
pkgname=(rubberband rubberband-{ladspa,lv2,vamp})
|
pkgname=(rubberband rubberband-{ladspa,lv2,vamp})
|
||||||
pkgver=3.3.0
|
pkgver=3.3.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Time-stretching and pitch-shifting audio library and utility"
|
pkgdesc="Time-stretching and pitch-shifting audio library and utility"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://www.breakfastquay.com/rubberband/"
|
url="https://www.breakfastquay.com/rubberband/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user