From 3daecfcd00ce86846e4a8a8ede37839b85ab8efc Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 16:34:03 +0100 Subject: libebml, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libebml/.footprint | 34 ++++++++++++++++++++++++++++++++++ base/libebml/.md5sum | 1 + base/libebml/Pkgfile | 15 +++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 base/libebml/.footprint create mode 100644 base/libebml/.md5sum create mode 100644 base/libebml/Pkgfile (limited to 'base/libebml') diff --git a/base/libebml/.footprint b/base/libebml/.footprint new file mode 100644 index 000000000..ffa3f4988 --- /dev/null +++ b/base/libebml/.footprint @@ -0,0 +1,34 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/ebml/ +-rw-r--r-- root/root usr/include/ebml/Debug.h +-rw-r--r-- root/root usr/include/ebml/EbmlBinary.h +-rw-r--r-- root/root usr/include/ebml/EbmlConfig.h +-rw-r--r-- root/root usr/include/ebml/EbmlContexts.h +-rw-r--r-- root/root usr/include/ebml/EbmlCrc32.h +-rw-r--r-- root/root usr/include/ebml/EbmlDate.h +-rw-r--r-- root/root usr/include/ebml/EbmlDummy.h +-rw-r--r-- root/root usr/include/ebml/EbmlElement.h +-rw-r--r-- root/root usr/include/ebml/EbmlEndian.h +-rw-r--r-- root/root usr/include/ebml/EbmlFloat.h +-rw-r--r-- root/root usr/include/ebml/EbmlHead.h +-rw-r--r-- root/root usr/include/ebml/EbmlId.h +-rw-r--r-- root/root usr/include/ebml/EbmlMaster.h +-rw-r--r-- root/root usr/include/ebml/EbmlSInteger.h +-rw-r--r-- root/root usr/include/ebml/EbmlStream.h +-rw-r--r-- root/root usr/include/ebml/EbmlString.h +-rw-r--r-- root/root usr/include/ebml/EbmlSubHead.h +-rw-r--r-- root/root usr/include/ebml/EbmlTypes.h +-rw-r--r-- root/root usr/include/ebml/EbmlUInteger.h +-rw-r--r-- root/root usr/include/ebml/EbmlUnicodeString.h +-rw-r--r-- root/root usr/include/ebml/EbmlVersion.h +-rw-r--r-- root/root usr/include/ebml/EbmlVoid.h +-rw-r--r-- root/root usr/include/ebml/IOCallback.h +-rw-r--r-- root/root usr/include/ebml/MemIOCallback.h +-rw-r--r-- root/root usr/include/ebml/StdIOCallback.h +drwxr-xr-x root/root usr/include/ebml/c/ +-rw-r--r-- root/root usr/include/ebml/c/libebml_t.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libebml.a +lrwxrwxrwx root/root usr/lib/libebml.so -> libebml.so.0 +-rw-r--r-- root/root usr/lib/libebml.so.0 diff --git a/base/libebml/.md5sum b/base/libebml/.md5sum new file mode 100644 index 000000000..e17a10a8e --- /dev/null +++ b/base/libebml/.md5sum @@ -0,0 +1 @@ +6278109f52e4f9d2c8a8dfc0d668b587 libebml-0.7.8.tar.bz2 diff --git a/base/libebml/Pkgfile b/base/libebml/Pkgfile new file mode 100644 index 000000000..77adf72cc --- /dev/null +++ b/base/libebml/Pkgfile @@ -0,0 +1,15 @@ +# Description: Librairie Extensible Binary Meta Language +# URL: http://dl.matroska.org/downloads/libebml/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libebml +version=0.7.8 +release=1 +source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2) + +build() { + cd $name-$version/make/linux + make + make prefix=$PKG/usr install +} -- cgit v1.2.3-54-g00ecf