libebml: New port.

This commit is contained in:
Brett Goulder 2008-02-13 15:08:48 -05:00
parent d307f34772
commit 2045f18b2b
4 changed files with 52 additions and 0 deletions

34
libebml/.footprint Normal file
View File

@ -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

1
libebml/.md5sum Normal file
View File

@ -0,0 +1 @@
7c8456a50fd82c1c9755917d0182c49e libebml-0.7.7.tar.bz2

1
libebml/.sha256sum Normal file
View File

@ -0,0 +1 @@
15e37ad2ee4553bb0206fb896c7ce7cdec6bfd7cdbe2c1f079f793354a56a1d6 libebml-0.7.7.tar.bz2

16
libebml/Pkgfile Normal file
View File

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