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 +}