diff options
author | Brett Goulder <predatorfreak@dcaf-security.org> | 2008-02-13 15:08:48 -0500 |
---|---|---|
committer | Brett Goulder <predatorfreak@dcaf-security.org> | 2008-02-13 15:08:48 -0500 |
commit | 2045f18b2b7e0b031bbd32f415775c4b4461fa93 (patch) | |
tree | 715696402fe5ad1e3da6dda7fd2896acbca05548 /libebml | |
parent | d307f347729c45319d395f4880bb340a3f9463e8 (diff) | |
download | contrib-2045f18b2b7e0b031bbd32f415775c4b4461fa93.tar.gz contrib-2045f18b2b7e0b031bbd32f415775c4b4461fa93.tar.xz |
libebml: New port.
Diffstat (limited to 'libebml')
-rw-r--r-- | libebml/.footprint | 34 | ||||
-rw-r--r-- | libebml/.md5sum | 1 | ||||
-rw-r--r-- | libebml/.sha256sum | 1 | ||||
-rw-r--r-- | libebml/Pkgfile | 16 |
4 files changed, 52 insertions, 0 deletions
diff --git a/libebml/.footprint b/libebml/.footprint new file mode 100644 index 000000000..ffa3f4988 --- /dev/null +++ b/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/libebml/.md5sum b/libebml/.md5sum new file mode 100644 index 000000000..f0c703104 --- /dev/null +++ b/libebml/.md5sum @@ -0,0 +1 @@ +7c8456a50fd82c1c9755917d0182c49e libebml-0.7.7.tar.bz2 diff --git a/libebml/.sha256sum b/libebml/.sha256sum new file mode 100644 index 000000000..27c9efb01 --- /dev/null +++ b/libebml/.sha256sum @@ -0,0 +1 @@ +15e37ad2ee4553bb0206fb896c7ce7cdec6bfd7cdbe2c1f079f793354a56a1d6 libebml-0.7.7.tar.bz2 diff --git a/libebml/Pkgfile b/libebml/Pkgfile new file mode 100644 index 000000000..8ff075cc6 --- /dev/null +++ b/libebml/Pkgfile @@ -0,0 +1,16 @@ +# Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org. +# Description: library for mkvtoolnix +# URL: http://www.bunkus.org/videotools/mkvtoolnix/ + +name=libebml +version=0.7.7 +release=1 +source="http://dl.matroska.org/downloads/libebml/libebml-$version.tar.bz2" + +build() +{ + cd $name-$version + cd make/linux + make + make -e prefix=$PKG/usr install +} |