libmatroska stable port information

Package: libmatroska
Version: 0.8.1
Revision: 2
Description: C++ libary to parse Matroska files
License: LGPL
Homepage: http://dl.matroska.org/downloads/libmatroska/
Maintainer: None

Conflicts: libmatroska5
Replaces: libmatroska5
BuildDependsOnly: True

GCC: 4.0

Source: http://dl.matroska.org/downloads/%n/%n-%v.tar.bz2
Source-MD5: 20cf624ace0c58a54c7752eebfbc0b19

BuildDepends: <<
libebml
<<

PatchScript: <<
#!/bin/sh -ev
sed -i.orig -e '/^COMPILEFLAGS=/s|\( \$(CPPFLAGS)\)\(.*\)|\2\1|' \
make/linux/Makefile
<<
CompileScript: <<
cd make/linux && make -w
<<

InstallScript: <<
cd make/linux && make -w install prefix=%i
<<

DocFiles: ChangeLog LICENSE.LGPL

DescDetail: <<
libmatroska is a C++ libary to parse Matroska files (.mkv and
.mka). It is available in LGPL license as a source code that should
compile on many platforms including Windows, Linux, Mac OSX and
BeOS. It depends on libebml to work.
<<