summaryrefslogtreecommitdiffstats
path: root/base/libebml
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 16:34:03 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 16:34:03 +0100
commit3daecfcd00ce86846e4a8a8ede37839b85ab8efc (patch)
treec6ec25c3b0e91e8b662825b810336f0f1938c7e1 /base/libebml
parente4e2c5260af55ac7a916d771f31c6e4ebeb2c824 (diff)
downloadnutyx-pakxe-3daecfcd00ce86846e4a8a8ede37839b85ab8efc.tar.gz
nutyx-pakxe-3daecfcd00ce86846e4a8a8ede37839b85ab8efc.tar.bz2
nutyx-pakxe-3daecfcd00ce86846e4a8a8ede37839b85ab8efc.tar.xz
nutyx-pakxe-3daecfcd00ce86846e4a8a8ede37839b85ab8efc.zip
libebml, déplacé dans base
Diffstat (limited to 'base/libebml')
-rw-r--r--base/libebml/.footprint34
-rw-r--r--base/libebml/.md5sum1
-rw-r--r--base/libebml/Pkgfile15
3 files changed, 50 insertions, 0 deletions
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
+}