summaryrefslogtreecommitdiff
path: root/fdk-aac
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2016-12-11 16:08:35 +1100
committerDanny Rawlins <monster.romster@gmail.com>2016-12-11 16:08:35 +1100
commit8333ff6fdd7f3911b9c150a68cc1399f78345345 (patch)
treedd4524999fc53b6ae4e769d93aab44e345b0f02f /fdk-aac
parent4fc3f5e34d8a048d69b660ac9eb618e7e586b731 (diff)
downloadcontrib-8333ff6fdd7f3911b9c150a68cc1399f78345345.tar.gz
contrib-8333ff6fdd7f3911b9c150a68cc1399f78345345.tar.xz
fdk-aac: initial commit
Diffstat (limited to 'fdk-aac')
-rw-r--r--fdk-aac/.footprint16
-rw-r--r--fdk-aac/.md5sum1
-rw-r--r--fdk-aac/Pkgfile18
3 files changed, 35 insertions, 0 deletions
diff --git a/fdk-aac/.footprint b/fdk-aac/.footprint
new file mode 100644
index 000000000..b96e90b09
--- /dev/null
+++ b/fdk-aac/.footprint
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/fdk-aac/
+-rw-r--r-- root/root usr/include/fdk-aac/FDK_audio.h
+-rw-r--r-- root/root usr/include/fdk-aac/aacdecoder_lib.h
+-rw-r--r-- root/root usr/include/fdk-aac/aacenc_lib.h
+-rw-r--r-- root/root usr/include/fdk-aac/genericStds.h
+-rw-r--r-- root/root usr/include/fdk-aac/machine_type.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libfdk-aac.a
+-rwxr-xr-x root/root usr/lib/libfdk-aac.la
+lrwxrwxrwx root/root usr/lib/libfdk-aac.so -> libfdk-aac.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libfdk-aac.so.1 -> libfdk-aac.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libfdk-aac.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/fdk-aac.pc
diff --git a/fdk-aac/.md5sum b/fdk-aac/.md5sum
new file mode 100644
index 000000000..fb2ec23ec
--- /dev/null
+++ b/fdk-aac/.md5sum
@@ -0,0 +1 @@
+e274a7d7f6cd92c71ec5c78e4dc9f8b7 fdk-aac-0.1.4.tar.gz
diff --git a/fdk-aac/Pkgfile b/fdk-aac/Pkgfile
new file mode 100644
index 000000000..23557e522
--- /dev/null
+++ b/fdk-aac/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
+# URL: https://sourceforge.net/projects/opencore-amr/
+# Maintainer: Danny Rawlins, crux at romster dot me
+# Packager: Danny Rawlins, crux at romster dot me
+
+name=fdk-aac
+version=0.1.4
+release=1
+source=(http://downloads.sourceforge.net/project/opencore-amr/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit