diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-09-19 14:50:31 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-09-19 14:54:35 +0200 |
commit | 88d5bc19c46c5866668882bf7960bd69e7d681f5 (patch) | |
tree | 1c18035532885dda5269129e3c09e8e73359a896 /main/opusfile | |
parent | aef40cf7b0ae3ab052986b749bd233ef2fec8eee (diff) | |
download | aports-88d5bc19c46c5866668882bf7960bd69e7d681f5.tar.bz2 aports-88d5bc19c46c5866668882bf7960bd69e7d681f5.tar.xz |
main/opusfile: upgrade to 0.11
Diffstat (limited to 'main/opusfile')
-rw-r--r-- | main/opusfile/APKBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/main/opusfile/APKBUILD b/main/opusfile/APKBUILD index b88a743bee..7b44599dd2 100644 --- a/main/opusfile/APKBUILD +++ b/main/opusfile/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=opusfile -pkgver=0.10 -pkgrel=2 +pkgver=0.11 +pkgrel=0 pkgdesc="A high-level API for decoding and seeking within .opus files" url="https://www.opus-codec.org/" arch="all" @@ -16,7 +16,6 @@ source="https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz build() { cd "$builddir" - ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,22 +25,19 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --disable-static - make } check() { cd "$builddir" - make check } package() { cd "$builddir" - make DESTDIR="$pkgdir" install } -sha512sums="302601c31ca28bff175cefa99ac16177122a786d043be229616e2c98b7ffaf4a96b8bb17ca16e31240325a92763f417315b54d8f1b2f4f63f445cb7ad43c4a37 opusfile-0.10.tar.gz +sha512sums="ec3e282310cc4f25475c27b7bc8d1652dcb25d3ac6badf87bd1b4e5397fbe106a0dab81c60d88d198003a23d8a2c9bae8b661edc9b31433effeca438ce56a349 opusfile-0.11.tar.gz 4a5572bb0671e8bf38d70883d61257e182e4e417828c65461351649728ab5560c7da0d5d4560a30bbad256bfcafa874322a8f1470a796f4948af93d50dd4a74e libressl.patch b902b8c25506d3730a2a3bafcc5542671df8f35c588d05e54e883071c853c2e6e572dde80a8f7f39a58780a509c2d14b963040a3cab633edfc400cfca08060de fix-conflict.patch" |