summaryrefslogtreecommitdiff
path: root/opus
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2013-06-02 23:27:42 +1000
committerDanny Rawlins <monster.romster@gmail.com>2013-06-14 12:29:36 +1000
commitdd03d65a97d3541222d790ea98b9f89ca7682ec7 (patch)
treeca79a3757955cb3fb14f6779690ab8ea38b52f56 /opus
parent87f27159c01c25d6391501b25c885f89b8d0f64d (diff)
downloadcontrib-dd03d65a97d3541222d790ea98b9f89ca7682ec7.tar.gz
contrib-dd03d65a97d3541222d790ea98b9f89ca7682ec7.tar.xz
opus: initial import
Diffstat (limited to 'opus')
-rw-r--r--opus/.footprint19
-rw-r--r--opus/.md5sum1
-rw-r--r--opus/Pkgfile20
3 files changed, 40 insertions, 0 deletions
diff --git a/opus/.footprint b/opus/.footprint
new file mode 100644
index 000000000..6e7e61e21
--- /dev/null
+++ b/opus/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/opus/
+-rw-r--r-- root/root usr/include/opus/opus.h
+-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_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.3.0
+lrwxrwxrwx root/root usr/lib/libopus.so.0 -> libopus.so.0.3.0
+-rwxr-xr-x root/root usr/lib/libopus.so.0.3.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
diff --git a/opus/.md5sum b/opus/.md5sum
new file mode 100644
index 000000000..ba3cc4cc6
--- /dev/null
+++ b/opus/.md5sum
@@ -0,0 +1 @@
+c503ad05a59ddb44deab96204401be03 opus-1.0.2.tar.gz
diff --git a/opus/Pkgfile b/opus/Pkgfile
new file mode 100644
index 000000000..fb3640158
--- /dev/null
+++ b/opus/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Codec designed for interactive speech and audio transmission over the Internet.
+# URL: http://www.opus-codec.org/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Danny Rawlins, monster dot romster at gmail dot com
+
+name=opus
+version=1.0.2
+release=1
+source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ --enable-custom-modes
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit