summaryrefslogtreecommitdiff
path: root/opus/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-03-17 16:08:53 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-03-17 16:09:10 +1100
commitfe2d531bfec90cc38f2a70fcb6d49f4b74fb1cb1 (patch)
tree4ed799a617a9241a207bb49d79b09a351a10c44d /opus/Pkgfile
parent7c2f530569a6cf8015be735c91053a6ed17761ad (diff)
downloadopt-fe2d531bfec90cc38f2a70fcb6d49f4b74fb1cb1.tar.gz
opt-fe2d531bfec90cc38f2a70fcb6d49f4b74fb1cb1.tar.xz
opus: contrib -> opt
Diffstat (limited to 'opus/Pkgfile')
-rw-r--r--opus/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/opus/Pkgfile b/opus/Pkgfile
new file mode 100644
index 000000000..451de1b2c
--- /dev/null
+++ b/opus/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Codec designed for interactive speech and audio transmission over the Internet.
+# URL: http://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
+release=1
+source=(https://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure \
+ --prefix=/usr \
+ --enable-custom-modes \
+ --enable-intrinsics \
+ --enable-rtcd \
+ --enable-ambisonics \
+ --disable-nls
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share/doc
+}

Generated by cgit