From ae2d787b054bec048d1d23aeabfd6b8207b89850 Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 20 Feb 2012 19:59:02 +0100 Subject: ajout celt 0.11.1-1 --- celt/.footprint.i686 | 17 +++++++++++++++++ celt/.md5sum.i686 | 1 + celt/.md5sum.x86_64 | 1 + celt/Pkgfile | 18 ++++++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 celt/.footprint.i686 create mode 100644 celt/.md5sum.i686 create mode 100644 celt/.md5sum.x86_64 create mode 100644 celt/Pkgfile (limited to 'celt') 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 +# 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 +} -- cgit v1.2.3-54-g00ecf