* update opusfile to 0.12-4

This commit is contained in:
Alexander Baldeck 2024-08-07 08:09:24 +02:00
parent 66733c5725
commit 378ed7beed
2 changed files with 15 additions and 1 deletions

14
opusfile/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = opusfile
pkgdesc = Library for opening, seeking, and decoding .opus files
pkgver = 0.12
pkgrel = 4
url = https://opus-codec.org/
arch = x86_64
license = BSD
depends = libogg
depends = openssl
depends = opus
source = https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz
sha256sums = 118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b
pkgname = opusfile

View File

@ -5,7 +5,7 @@
pkgname=opusfile
pkgver=0.12
pkgrel=3
pkgrel=4
pkgdesc='Library for opening, seeking, and decoding .opus files'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://opus-codec.org/'