🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: opus
pkgver: '1.6.1'
pkgrel: '1'
pkgdesc: 'Codec designed for interactive speech and audio transmission over the Internet'
url: 'https://www.opus-codec.org/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --enable-custom-modes --disable-static \
--docdir=/usr/share/doc/${pkgname}-${pkgver}
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libopus.la
package: |
true