Skip to content
Snippets Groups Projects
Commit f7b8e8da authored by alice's avatar alice Committed by alice
Browse files

community/opus-tools: rebuild against flac-1.4.0

parent 6fec56c7
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38894main/flac: upgrade to 1.4.0
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 @@ ...@@ -2,17 +2,24 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=opus-tools pkgname=opus-tools
pkgver=0.2 pkgver=0.2
pkgrel=0 pkgrel=1
pkgdesc="Collection of tools for Opus audio codec" pkgdesc="Collection of tools for Opus audio codec"
url="https://wiki.xiph.org/Opus-tools" url="https://wiki.xiph.org/Opus-tools"
arch="all" arch="all"
license="BSD-2-Clause" license="BSD-2-Clause"
makedepends="libogg-dev opus-dev flac-dev linux-headers libopusenc-dev makedepends="
opusfile-dev" flac-dev
libogg-dev
libopusenc-dev
linux-headers
opus-dev
opusfile-dev
"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://archive.mozilla.org/pub/opus/opus-tools-$pkgver.tar.gz" source="https://archive.mozilla.org/pub/opus/opus-tools-$pkgver.tar.gz"
build() { build() {
CFLAGS="$CFLAGS -flto=auto" \
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
...@@ -26,4 +33,6 @@ package() { ...@@ -26,4 +33,6 @@ package() {
make DESTDIR="$pkgdir" install 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