diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2021-09-11 06:26:50 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2021-09-11 06:26:50 -0600 |
commit | 547d821acde4c667c3fd08f226cb2176f9696da7 (patch) | |
tree | 33c9bb6600d9b5036daa97bb81081330bdf804c4 /main/opusfile | |
parent | 31aef5f4d17502392a87aa6b4170093bc3e2bdb0 (diff) | |
download | aports-547d821acde4c667c3fd08f226cb2176f9696da7.tar.gz aports-547d821acde4c667c3fd08f226cb2176f9696da7.tar.bz2 aports-547d821acde4c667c3fd08f226cb2176f9696da7.tar.xz |
main/{opusfile,pjproject,unbound}: downgrade to openssl 1.1 for asterisk
Diffstat (limited to 'main/opusfile')
-rw-r--r-- | main/opusfile/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/opusfile/APKBUILD b/main/opusfile/APKBUILD index 09e7df7d88..decf3e3b6a 100644 --- a/main/opusfile/APKBUILD +++ b/main/opusfile/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=opusfile pkgver=0.12 -pkgrel=1 +pkgrel=2 pkgdesc="High-level API for decoding and seeking within .opus files" url="https://www.opus-codec.org/" arch="all" license="BSD-3-Clause" -depends_dev="openssl-dev" +depends_dev="openssl1.1-compat-dev" makedepends="$depends_dev libogg-dev opus-dev" subpackages="$pkgname-dev $pkgname-doc" source="https://downloads.xiph.org/releases/opus/opusfile-$pkgver.tar.gz |