aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-10-04 21:08:54 +0000
committerpsykose <alice@ayaya.dev>2022-10-04 23:08:54 +0200
commit4a5dcf9105a40bd0c8526019f62cbe8a86db2cc0 (patch)
tree798898265a8006f334e29078190a312f65edba02
parent6c0f13ae0902804a7fceccb3bdbe1c247bd5879c (diff)
testing/aubio: rebuild against ffmpeg5
-rw-r--r--testing/aubio/APKBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/testing/aubio/APKBUILD b/testing/aubio/APKBUILD
index 0c84c5cf95d..e18f2d2a091 100644
--- a/testing/aubio/APKBUILD
+++ b/testing/aubio/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=aubio
pkgver=0.4.9
-pkgrel=0
+pkgrel=1
pkgdesc="tool designed for the extraction of annotations from audio signals"
url="https://aubio.org"
arch="all"
license="GPL-3.0-or-later"
makedepends="
- ffmpeg4-dev
+ ffmpeg-dev
fftw-dev
jack-dev
libsamplerate-dev
@@ -18,6 +18,7 @@ makedepends="
subpackages="$pkgname-static $pkgname-dev"
source="https://aubio.org/pub/aubio-$pkgver.tar.bz2
unversioned-python.patch
+ $pkgname-ffmpeg5.patch::https://github.com/aubio/aubio/commit/8a05420e5dd8c7b8b2447f82dc919765876511b3.patch
"
build() {
@@ -34,5 +35,8 @@ package() {
python3 waf install --destdir="$pkgdir"
}
-sha512sums="0cb81bb4b15051db3f3f4d160d500af56fdfb237e0a74e3f366f53c2870030aa0a7cee8469a611a9694c36b8866d3d42ffb48241c999de08f3fee43e6d903130 aubio-0.4.9.tar.bz2
-08ef8497caec4a6025bfada1e7718469943f71e1847d2b340731483d6b396da7d367b1a180f87d70590109bfe2e7bd74141aebc458c607f5f96fd42e618e7ea7 unversioned-python.patch"
+sha512sums="
+0cb81bb4b15051db3f3f4d160d500af56fdfb237e0a74e3f366f53c2870030aa0a7cee8469a611a9694c36b8866d3d42ffb48241c999de08f3fee43e6d903130 aubio-0.4.9.tar.bz2
+08ef8497caec4a6025bfada1e7718469943f71e1847d2b340731483d6b396da7d367b1a180f87d70590109bfe2e7bd74141aebc458c607f5f96fd42e618e7ea7 unversioned-python.patch
+8ce2a1fc35f73586d92e637d76354843c8cd1bdd5cda2b8e56db6b05ddcea4d2297500f9039f53d9482bff68fc1ee9e60c9459799a900e85f373745b3258b7ef aubio-ffmpeg5.patch
+"