🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: opusfile
pkgver: '0.12'
pkgrel: '4'
pkgdesc: 'Library for opening, seeking, and decoding .opus files'
url: 'https://www.opus-codec.org/'
arch: x86_64
depends: []
makedepends:
- libogg
- openssl
- opus
source:
- 'https://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR="${PKGDIR}" install
package: |
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libopus{file,url}.la