mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
testing/rubberband: upgrade to 3.0.0
This commit is contained in:
parent
5b254913cb
commit
56a97a8663
1 changed files with 12 additions and 12 deletions
|
@ -1,38 +1,38 @@
|
||||||
# Contributor: David Demelier <markand@malikania.fr>
|
# Contributor: David Demelier <markand@malikania.fr>
|
||||||
# Maintainer: David Demelier <markand@malikania.fr>
|
# Maintainer: David Demelier <markand@malikania.fr>
|
||||||
pkgname=rubberband
|
pkgname=rubberband
|
||||||
pkgver=2.0.2
|
pkgver=3.0.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="library for audio time-stretching and pitch-shifting"
|
pkgdesc="library for audio time-stretching and pitch-shifting"
|
||||||
url="https://www.breakfastquay.com/rubberband/"
|
url="https://www.breakfastquay.com/rubberband/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
makedepends="fftw-dev
|
makedepends="
|
||||||
|
fftw-dev
|
||||||
ladspa-dev
|
ladspa-dev
|
||||||
libsamplerate-dev
|
libsamplerate-dev
|
||||||
libsndfile-dev
|
libsndfile-dev
|
||||||
lv2-dev
|
lv2-dev
|
||||||
meson
|
meson
|
||||||
vamp-sdk-dev"
|
vamp-sdk-dev
|
||||||
|
"
|
||||||
|
checkdepends="boost-dev"
|
||||||
subpackages="$pkgname-static $pkgname-dev"
|
subpackages="$pkgname-static $pkgname-dev"
|
||||||
source="https://breakfastquay.com/files/releases/rubberband-$pkgver.tar.bz2"
|
source="https://breakfastquay.com/files/releases/rubberband-$pkgver.tar.bz2"
|
||||||
options="!check" # No tests
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
abuild-meson \
|
abuild-meson . output
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--mandir=/usr/share/man \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--buildtype=plain \
|
|
||||||
. output
|
|
||||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
meson test --print-errorlogs --no-rebuild -C output
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
87dc5d59995bf949c35b885bb2eced067d84775bab76692da1202ae7554cb1b8404ca7371c264363e6d55c8978762ed32b446535746061f09e90cfc599adc0a0 rubberband-2.0.2.tar.bz2
|
d8ce300a2cca7e35c548f9cd9f2f77f9b730b0e9427214d4a825b32ea9c90769e229f91db5846b90ff11a1513e8f68447fb598aa2684f67f10b4b9414b9ad748 rubberband-3.0.0.tar.bz2
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue