multimedia/mkvtoolnix: Updated for version 5.0.1.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2011-10-24 18:22:40 -05:00 committed by Niels Horn
parent 169fc39990
commit 755618cf2f
3 changed files with 16 additions and 19 deletions

View file

@ -1,14 +1,18 @@
MKVToolnix is a set of tools to create, alter and inspect Matroska MKVToolnix is a set of tools to create, alter and inspect Matroska
(and WebM) files. With these tools, you can (and WebM) files. With these tools one can:
* Get information about Matroska files (mkvinfo) * Get information about Matroska files (mkvinfo) * Extract tracks/data
* Extract tracks/data from Matroska files (mkvextract) from Matroska files (mkvextract) * Create Matroska files from other
* Create Matroska files from other media files (mkvmerge) media files (mkvmerge) * Modify properties of existing Matroska files
* Modify properties of existing Matroska files (mkvpropedit) (mkvpropedit)
MKVToolnix requires wxGTK/wxPython all of which are available on MKVToolnix requires wxGTK/wxPython all of which are available on
Slackbuilds.org and it comes with internal versions of libembl and Slackbuilds.org and it comes with internal versions of libembl and
libmatroska. Configure will use the internal versions if it fails libmatroska. Configure will use the internal versions if it fails
to find system ones. to find systemwide
Interested parties can build QT version of GUI by passing QTGUI=yes Interested parties can build QT version of GUI by passing QTGUI=yes
Note: Mkvtoolnix build will try to use system libmatroska and libembl
and if they don't exist or unusable, then it will build Mkvtoolnix
linking with them.

View file

@ -4,7 +4,7 @@
# Copyright 2008,2009,2010. Andrew Strong (http://www.andrews-corner.org) # Copyright 2008,2009,2010. Andrew Strong (http://www.andrews-corner.org)
# All rights reserved. # All rights reserved.
# Maintained by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com # Maintained by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met: # permitted provided that the following conditions are met:
# #
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mkvtoolnix PRGNAM=mkvtoolnix
VERSION=4.9.1 VERSION=5.0.1
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -39,7 +39,6 @@ CWD=$(pwd)
TMP=${TMP:-/tmp/SBo} TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
QTGUI=${QTGUI:-no}
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@ -57,12 +56,6 @@ fi
set -e set -e
if [ "$QTGUI" = "yes" ]; then
QTCONFIG="enable-"
else
QTCONFIG="disable-"
fi
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
@ -87,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \ --mandir=/usr/man \
--localstatedir=/var \ --localstatedir=/var \
--enable-gui \ --enable-gui \
--${QTCONFIG}qt \ --enable-qt=${QTGUI:-no} \
--enable-wxwidgets \ --enable-wxwidgets \
--with-boost --with-boost

View file

@ -1,8 +1,8 @@
PRGNAM="mkvtoolnix" PRGNAM="mkvtoolnix"
VERSION="4.9.1" VERSION="5.0.1"
HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix"
DOWNLOAD="http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-4.9.1.tar.bz2" DOWNLOAD="http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-5.0.1.tar.bz2"
MD5SUM="5981f266e6d25da4a49f7464e4a97cdf" MD5SUM="93fbbe946de6013eca699c0c2a93a4e9"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Ozan Türkyılmaz" MAINTAINER="Ozan Türkyılmaz"