Skip to content
Snippets Groups Projects
Verified Commit d8d01332 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

1.5.1-1

parent b97ca84f
No related branches found
Tags 1.5.1-1
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = opus
pkgdesc = Totally open, royalty-free, highly versatile audio codec
pkgver = 1.5.1
pkgrel = 1
url = https://www.opus-codec.org/
arch = x86_64
license = BSD-3-Clause
makedepends = doxygen
makedepends = meson
depends = glibc
source = https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz
sha256sums = b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85
b2sums = 5ba1d6f28594f366b545507bafb22751e15a0e78e152e7cdef456dccb0bc9fc512faa18c90fb4ea5455a9535de89df987dea8a0fabce9a25c285d0c410d4b482
pkgname = opus
provides = libopus.so
pkgname = opus-docs
pkgdesc = Totally open, royalty-free, highly versatile audio codec (documentation)
depends =
......@@ -8,30 +8,27 @@ pkgname=(
opus
opus-docs
)
pkgver=1.4
pkgver=1.5.1
pkgrel=1
pkgdesc="Totally open, royalty-free, highly versatile audio codec"
url="https://www.opus-codec.org/"
arch=(x86_64)
license=(BSD)
license=(BSD-3-Clause)
depends=(
glibc
)
makedepends=(
doxygen
git
meson
)
_commit=82ac57d9f1aaf575800cf17373348e45b7ce6c0d # tags/v1.4^0
source=("git+https://github.com/xiph/opus#commit=$_commit")
b2sums=('SKIP')
source=("https://downloads.xiph.org/releases/opus/opus-$pkgver.tar.gz")
b2sums=('5ba1d6f28594f366b545507bafb22751e15a0e78e152e7cdef456dccb0bc9fc512faa18c90fb4ea5455a9535de89df987dea8a0fabce9a25c285d0c410d4b482')
pkgver() {
cd opus
git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
}
# https://downloads.xiph.org/releases/opus/SHA256SUMS.txt
sha256sums=('b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85')
prepare() {
ln -s opus-$pkgver opus
cd opus
}
......@@ -39,6 +36,9 @@ build() {
local meson_options=(
-D asm=disabled
-D custom-modes=true
-D enable-deep-plc=true
-D enable-dred=true
-D enable-osce=true
)
arch-meson opus build "${meson_options[@]}"
......
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