summaryrefslogtreecommitdiffstats
path: root/celt
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-02-20 19:59:02 +0100
committertnut <tnut at nutyx dot com>2012-02-20 19:59:02 +0100
commitae2d787b054bec048d1d23aeabfd6b8207b89850 (patch)
tree1789ec68a906a217569f3f027b0bc31581882280 /celt
parent7691015c39bc91b92f40924b2b8d930a9e154a49 (diff)
downloadnutyx-extra-ae2d787b054bec048d1d23aeabfd6b8207b89850.tar.gz
nutyx-extra-ae2d787b054bec048d1d23aeabfd6b8207b89850.tar.bz2
nutyx-extra-ae2d787b054bec048d1d23aeabfd6b8207b89850.tar.xz
nutyx-extra-ae2d787b054bec048d1d23aeabfd6b8207b89850.zip
ajout celt 0.11.1-1
Diffstat (limited to 'celt')
-rw-r--r--celt/.footprint.i68617
-rw-r--r--celt/.md5sum.i6861
-rw-r--r--celt/.md5sum.x86_641
-rw-r--r--celt/Pkgfile18
4 files changed, 37 insertions, 0 deletions
diff --git a/celt/.footprint.i686 b/celt/.footprint.i686
new file mode 100644
index 000000000..8aa9393cf
--- /dev/null
+++ b/celt/.footprint.i686
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/celtdec
+-rwxr-xr-x root/root usr/bin/celtenc
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/celt/
+-rw-r--r-- root/root usr/include/celt/celt.h
+-rw-r--r-- root/root usr/include/celt/celt_header.h
+-rw-r--r-- root/root usr/include/celt/celt_types.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libcelt0.a
+-rwxr-xr-x root/root usr/lib/libcelt0.la
+lrwxrwxrwx root/root usr/lib/libcelt0.so -> libcelt0.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libcelt0.so.2 -> libcelt0.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libcelt0.so.2.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/celt.pc
diff --git a/celt/.md5sum.i686 b/celt/.md5sum.i686
new file mode 100644
index 000000000..1840dec65
--- /dev/null
+++ b/celt/.md5sum.i686
@@ -0,0 +1 @@
+94fe4acd241da8702c295bcd13a555e6 celt-0.11.1.tar.gz
diff --git a/celt/.md5sum.x86_64 b/celt/.md5sum.x86_64
new file mode 100644
index 000000000..1840dec65
--- /dev/null
+++ b/celt/.md5sum.x86_64
@@ -0,0 +1 @@
+94fe4acd241da8702c295bcd13a555e6 celt-0.11.1.tar.gz
diff --git a/celt/Pkgfile b/celt/Pkgfile
new file mode 100644
index 000000000..f7cdf942d
--- /dev/null
+++ b/celt/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Codec audio faible latence.
+# URL: http://www.celt-codec.org/
+# Maintainer: celt-dev at xiph dot org
+# Packager: piernov <piernov@piernov.org>
+# Depends on: libogg
+# Run on: libogg
+
+name=celt
+version=0.11.1
+release=1
+source=(http://downloads.xiph.org/releases/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}