mkvtoolnix stable port information

Info2: <<
Package: mkvtoolnix%type_pkg[uitype]
Version: 5.0.1
Revision: 1
Type: uitype (-nox -gtk)
Description: Set of tools for Matroska files
License: GPL
Homepage: http://www.bunkus.org/videotools/mkvtoolnix/index.html
Maintainer: David Fang

Source: http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-%v.tar.bz2
Source-MD5: 93fbbe946de6013eca699c0c2a93a4e9

GCC: 4.0

Provides: mkvtoolnix
Conflicts: mkvtoolnix-nox, mkvtoolnix-gtk
Replaces: mkvtoolnix-nox, mkvtoolnix-gtk

BuildDepends: <<
fink (>= 0.24.12),
boost1.46.1.cmake (>= 1.36.0),
libebml3 (>= 1.2.2),
libmatroska5 (>= 1.3.0),
rake-rb18,
expat1,
libogg,
libvorbis0,
pcre,
pango1-xft2-ft219,
libflac8-dev,
lzo2,
bzip2-dev,
file-dev,
libiconv-dev,
gettext-tools,
(%type_raw[uitype] = -gtk) wxgtk2.8 (>= 2.6.10)
<<

Depends: <<
expat1-shlibs,
boost1.46.1.cmake-shlibs (>= 1.36.0),
libebml3-shlibs (>= 1.2.2),
libmatroska5-shlibs (>= 1.3.0),
libogg-shlibs,
libvorbis0-shlibs,
pcre-shlibs,
pango1-xft2-ft219-shlibs,
libflac8,
lzo2-shlibs,
bzip2-shlibs,
file-shlibs,
libiconv,
(%type_raw[uitype] = -gtk) wxgtk2.8-shlibs (>= 2.6.10)
<<

ConfigureParams: <<
--prefix=%p --mandir=%p/share/man \
--with-boost-regex=boost_regex-mt \
--with-boost-filesystem=boost_filesystem-mt \
--with-boost-system=boost_system-mt \
--enable-lzo --enable-bz2 \
--with-flac \
--build=%m-apple-darwin$dvers --host=%m-apple-darwin$dvers
<<
CompileScript: <<
#!/bin/bash -ev
dvers=`uname -r | cut -d. -f1`
if [ "%type_raw[uitype]" == "-nox" ]; then
./configure %c --disable-gui
elif [ "%type_raw[uitype]" == "-gtk" ]; then
./configure %c --enable-gui --enable-wxwidgets
fi
# translate MAKEFLAGS to RAKETHREADS: -jN
RAKETHREADS=2 rake
<<

InstallScript: <<
rake install DESTDIR=%d
<<

DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO

DescDetail: <<
MKVToolnix is a set of tools to create, alter and inspect Matroska
files under Linux, other Unices and Windows. They do for Matroska what
the OGMtools do for the OGM format and then some.
<<

DescPackaging: <<
Building with wxmac28 has succeeded but the resulting binary didn't
work in my environment. The mmg opens a window but the window is
completely frozen; it can't even be activated.

Former maintainer: Mcklaren
<<

DescUsage: <<
If you install the gtk version you can run the application with the mmg
command.
<<
<<