summaryrefslogtreecommitdiff
path: root/opus/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-10-13 18:11:40 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-10-13 18:11:40 +1100
commite9e055de7486e95a08211a55a0e6942f024d3eed (patch)
tree3191923f52fde36f81fc2662f7143e477590ef97 /opus/Pkgfile
parent39ff14b045d4baa6cca152d6b2a74e65f7c8df5f (diff)
downloadopt-e9e055de7486e95a08211a55a0e6942f024d3eed.tar.gz
opt-e9e055de7486e95a08211a55a0e6942f024d3eed.tar.xz
opus: 1.2.1 -> 1.3.1
Diffstat (limited to 'opus/Pkgfile')
-rw-r--r--opus/Pkgfile10
1 files changed, 5 insertions, 5 deletions
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
}

Generated by cgit