diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-10-13 18:11:40 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-10-13 18:11:40 +1100 |
commit | e9e055de7486e95a08211a55a0e6942f024d3eed (patch) | |
tree | 3191923f52fde36f81fc2662f7143e477590ef97 /opus | |
parent | 39ff14b045d4baa6cca152d6b2a74e65f7c8df5f (diff) | |
download | opt-e9e055de7486e95a08211a55a0e6942f024d3eed.tar.gz opt-e9e055de7486e95a08211a55a0e6942f024d3eed.tar.xz |
opus: 1.2.1 -> 1.3.1
Diffstat (limited to 'opus')
-rw-r--r-- | opus/.footprint | 8 | ||||
-rw-r--r-- | opus/.signature | 8 | ||||
-rw-r--r-- | opus/Pkgfile | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/opus/.footprint b/opus/.footprint index 00b7be6e3..dcf38ebe7 100644 --- a/opus/.footprint +++ b/opus/.footprint @@ -5,13 +5,13 @@ drwxr-xr-x root/root usr/include/opus/ -rw-r--r-- root/root usr/include/opus/opus_custom.h -rw-r--r-- root/root usr/include/opus/opus_defines.h -rw-r--r-- root/root usr/include/opus/opus_multistream.h +-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 --rwxr-xr-x root/root usr/lib/libopus.la -lrwxrwxrwx root/root usr/lib/libopus.so -> libopus.so.0.6.1 -lrwxrwxrwx root/root usr/lib/libopus.so.0 -> libopus.so.0.6.1 --rwxr-xr-x root/root usr/lib/libopus.so.0.6.1 +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 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/ diff --git a/opus/.signature b/opus/.signature index c0f574576..53bc10f0a 100644 --- a/opus/.signature +++ b/opus/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dBbvCn58Nyz9vcPtyDewJ4MTQezvmSIv0SerTiUa4jVchD0qisOXQXBvoftfVga+cn/T1UdeTdXG8YK2WOqrwg= -SHA256 (Pkgfile) = aec4248a755997aa8b6c42c773a2ee77f53e8cecabd4a8538c2e274687825d27 -SHA256 (.footprint) = 83b4b250474590787e12031117a7dce8150771e0433938b2379943b1bfd966d8 -SHA256 (opus-1.2.1.tar.gz) = cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732 +RWSE3ohX2g5d/aQVfEf5Bb2RdD+PJWycY9dSJGcS6Z5iVigyCnn2K25VwjDjeqeDBxppao5sJYqv0IzS3p0jo0HMAWpzboETtwU= +SHA256 (Pkgfile) = 28fc36321f6b0a31ef2cc04bb331b22d0720f2fd874fedd744573dbf43664243 +SHA256 (.footprint) = fa6a106e0860c153e4bf9aa5aa15eef204e9c17dd1093356dc90ae49bc5533ff +SHA256 (opus-1.3.1.tar.gz) = 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d diff --git a/opus/Pkgfile b/opus/Pkgfile index 451de1b2c..c0ded9c1d 100644 --- a/opus/Pkgfile +++ b/opus/Pkgfile @@ -1,12 +1,11 @@ # Description: Codec designed for interactive speech and audio transmission over the Internet. -# URL: http://www.opus-codec.org/ +# URL: https://www.opus-codec.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me name=opus -version=1.2.1 +version=1.3.1 release=1 -source=(https://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz) +source=(https://archive.mozilla.org/pub/$name/$name-$version.tar.gz) build() { cd $name-$version @@ -17,10 +16,11 @@ build() { --enable-intrinsics \ --enable-rtcd \ --enable-ambisonics \ + --disable-doc \ --disable-nls make make DESTDIR=$PKG install - rm -rf $PKG/usr/share/doc + find $PKG -name '*.la' -delete } |