opus: 1.3.1 -> 1.4
This commit is contained in:
parent
9b08a22794
commit
64af04bbda
@ -8,12 +8,8 @@ drwxr-xr-x root/root usr/include/opus/
|
||||
-rw-r--r-- root/root usr/include/opus/opus_projection.h
|
||||
-rw-r--r-- root/root usr/include/opus/opus_types.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libopus.a
|
||||
lrwxrwxrwx root/root usr/lib/libopus.so -> libopus.so.0.8.0
|
||||
lrwxrwxrwx root/root usr/lib/libopus.so.0 -> libopus.so.0.8.0
|
||||
-rwxr-xr-x root/root usr/lib/libopus.so.0.8.0
|
||||
lrwxrwxrwx root/root usr/lib/libopus.so -> libopus.so.0
|
||||
lrwxrwxrwx root/root usr/lib/libopus.so.0 -> libopus.so.0.9.0
|
||||
-rwxr-xr-x root/root usr/lib/libopus.so.0.9.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/opus.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/aclocal/
|
||||
-rw-r--r-- root/root usr/share/aclocal/opus.m4
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/aQVfEf5Bb2RdD+PJWycY9dSJGcS6Z5iVigyCnn2K25VwjDjeqeDBxppao5sJYqv0IzS3p0jo0HMAWpzboETtwU=
|
||||
SHA256 (Pkgfile) = 28fc36321f6b0a31ef2cc04bb331b22d0720f2fd874fedd744573dbf43664243
|
||||
SHA256 (.footprint) = fa6a106e0860c153e4bf9aa5aa15eef204e9c17dd1093356dc90ae49bc5533ff
|
||||
SHA256 (opus-1.3.1.tar.gz) = 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d
|
||||
RWSE3ohX2g5d/aJ1QKQY4TlNLrSDmNQ6gIx27N52LlD6MvjxU+s/E3pYSzIe6vmO5o2RWtVMGzwkpWK8GHiJZClgDduP9k2Tngc=
|
||||
SHA256 (Pkgfile) = ae146d01483a3232a8a30b0f7ccbd0e910dce3410fefd0773ef282807c406ef8
|
||||
SHA256 (.footprint) = f021dc49696e9ea6d3551cc33d914f92e6115dc572aa5c71606f0baeffd9143d
|
||||
SHA256 (opus-1.4.tar.gz) = c9b32b4253be5ae63d1ff16eea06b94b5f0f2951b7a02aceef58e3a3ce49c51f
|
||||
|
26
opus/Pkgfile
26
opus/Pkgfile
@ -3,24 +3,20 @@
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
|
||||
name=opus
|
||||
version=1.3.1
|
||||
version=1.4
|
||||
release=1
|
||||
source=(https://archive.mozilla.org/pub/$name/$name-$version.tar.gz)
|
||||
source=(https://github.com/xiph/opus/releases/download/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--enable-custom-modes \
|
||||
--enable-intrinsics \
|
||||
--enable-rtcd \
|
||||
--enable-ambisonics \
|
||||
--disable-doc \
|
||||
--disable-nls
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D custom-modes=true \
|
||||
-D tests=disabled
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
find $PKG -name '*.la' -delete
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user