aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-12-27 08:18:40 +0000
committerpsykose <alice@ayaya.dev>2022-12-27 09:18:40 +0100
commitddc2479b71a05ed4e01a66a36a4da1142b80cd9a (patch)
treed9798b404e18b7bd3537f041064e3a1c8f6b49e1
parent860a18cee307649553ff760b688db23995a98a9e (diff)
downloadaports-ddc2479b71a05ed4e01a66a36a4da1142b80cd9a.tar.gz
aports-ddc2479b71a05ed4e01a66a36a4da1142b80cd9a.tar.bz2
aports-ddc2479b71a05ed4e01a66a36a4da1142b80cd9a.tar.xz
main/libsndfile: upgrade to 1.2.0
-rw-r--r--main/libsndfile/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/main/libsndfile/APKBUILD b/main/libsndfile/APKBUILD
index 42c27465619..fea5b95c091 100644
--- a/main/libsndfile/APKBUILD
+++ b/main/libsndfile/APKBUILD
@@ -1,27 +1,26 @@
# Contributor: Sergei Lukin <sergej.lukin@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libsndfile
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.2.0
+pkgrel=0
pkgdesc="C library for reading and writing files containing sampled sound"
url="https://libsndfile.github.io/libsndfile/"
arch="all"
license="LGPL-2.0-or-later"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
-depends_dev="libogg-dev opus-dev"
+depends_dev="opus-dev"
makedepends="
$depends_dev
alsa-lib-dev
cmake
flac-dev
+ libogg-dev
libvorbis-dev
linux-headers
python3
samurai
"
-source="https://github.com/libsndfile/libsndfile/releases/download/$pkgver/libsndfile-$pkgver.tar.xz
- $pkgname-fix-mpeg-stream-naked.patch::https://github.com/libsndfile/libsndfile/commit/a19fe100cbebec4ffda1eead0a06a5d6c24a2ef2.patch
- "
+source="https://github.com/libsndfile/libsndfile/releases/download/$pkgver/libsndfile-$pkgver.tar.xz"
# arm: sporadic testsuite failures
# s390x: broken opus support but opus is required to make
@@ -84,6 +83,5 @@ package() {
}
sha512sums="
-d01696a8a88a4444e5eb91a137cf7b26b55b12c1fe3b648653f7e78674bbdf61870066216c9ff2f6a1e63bdf7b558af9a759480cf6523b607d29347b12762006 libsndfile-1.1.0.tar.xz
-968dd70e944faf38debe47aa3aa339ff1ce3a396858a6e54a923961d7b7611815ee3600763d85ee3aca4583811eaf1737f4d0909da054796122e3609e0be5b62 libsndfile-fix-mpeg-stream-naked.patch
+c0dee6b33cd3c619aa13ec2854a5480e826640ca98a438758346194e83752af576a39f9de118824f0d0c61288632d87b489dc5793c025296e0f15564d87ca12a libsndfile-1.2.0.tar.xz
"