Skip to content
Snippets Groups Projects
Unverified Commit 3152d7c5 authored by alice's avatar alice
Browse files

community/opus-tools: rebuild against flac-1.4.0

parent 7be9993b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !38894. Comments created here will be created in the context of that merge request.
......@@ -2,17 +2,24 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=opus-tools
pkgver=0.2
pkgrel=0
pkgrel=1
pkgdesc="Collection of tools for Opus audio codec"
url="https://wiki.xiph.org/Opus-tools"
arch="all"
license="BSD-2-Clause"
makedepends="libogg-dev opus-dev flac-dev linux-headers libopusenc-dev
opusfile-dev"
makedepends="
flac-dev
libogg-dev
libopusenc-dev
linux-headers
opus-dev
opusfile-dev
"
subpackages="$pkgname-doc"
source="https://archive.mozilla.org/pub/opus/opus-tools-$pkgver.tar.gz"
build() {
CFLAGS="$CFLAGS -flto=auto" \
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -26,4 +33,6 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="6fdde8d938e8fadc9391b5d188883dab0aecf8b27d40d00b5d67d8fac9cfd9d5107b1934bfe6310587400f277c99d1db5cabf3d26f340ce2141873dec238e5ce opus-tools-0.2.tar.gz"
sha512sums="
6fdde8d938e8fadc9391b5d188883dab0aecf8b27d40d00b5d67d8fac9cfd9d5107b1934bfe6310587400f277c99d1db5cabf3d26f340ce2141873dec238e5ce opus-tools-0.2.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment