diff options
author | piernov <piernov@piernov.org> | 2012-01-19 21:45:34 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-01-19 21:45:34 +0100 |
commit | 4142559149dfb58a815f22cf2374b49cb36bb5e9 (patch) | |
tree | 96747863e28b4a6e5dd5ee97dd9279349770a1b5 | |
parent | 8ad5fd6a93110b4d326f5864f70bf52f86d1ee6b (diff) | |
download | nutyx-multimedia-4142559149dfb58a815f22cf2374b49cb36bb5e9.tar.gz nutyx-multimedia-4142559149dfb58a815f22cf2374b49cb36bb5e9.tar.bz2 nutyx-multimedia-4142559149dfb58a815f22cf2374b49cb36bb5e9.tar.xz nutyx-multimedia-4142559149dfb58a815f22cf2374b49cb36bb5e9.zip |
celt 0.11.1-1 ajout port > Codec audio faible latence (requis par jack2)
-rw-r--r-- | celt/.footprint.i686 | 17 | ||||
-rw-r--r-- | celt/.footprint.x86_64 | 17 | ||||
-rw-r--r-- | celt/.md5sum.i686 | 1 | ||||
-rw-r--r-- | celt/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | celt/Pkgfile | 18 |
5 files changed, 54 insertions, 0 deletions
diff --git a/celt/.footprint.i686 b/celt/.footprint.i686 new file mode 100644 index 0000000..8aa9393 --- /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/.footprint.x86_64 b/celt/.footprint.x86_64 new file mode 100644 index 0000000..8aa9393 --- /dev/null +++ b/celt/.footprint.x86_64 @@ -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 0000000..1840dec --- /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 0000000..1840dec --- /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 0000000..c04d98a --- /dev/null +++ b/celt/Pkgfile @@ -0,0 +1,18 @@ +# Description: Codec audio faible latence. +# URL: http://www.celt-codec.org/ +# Maintainer: piernov <piernov@piernov.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 +} |