multimedia/mkvtoolnix: Updated for version 3.0.0

This commit is contained in:
Andrew Strong 2010-05-13 00:35:02 +02:00 committed by Erik Hanson
parent 9b3626d29a
commit 6d4268600b
4 changed files with 21 additions and 18 deletions

View file

@ -1,8 +1,9 @@
MKVToolnix is a set of tools to create, alter and inspect Matroska
files. With these tools one can get information about (mkvinfo)
Matroska files, extract tracks/data from (mkvextract) Matroska
files and create (mkvmerge) Matroska files from other media files.
Matroska is a new multimedia file format aiming to become THE new
container format for the future.
files. With these tools one can get information about Matroska files
(mkvinfo), extract tracks/data from Matroska files (mkvextract)
and create Matroska files from other media files(mkvmerge). Matroska
is a new multimedia file format aiming to become THE new container
format for the future.
This requires libebml, libmatroska, wxGTK, and Boost.
MKVToolnix requires libebml, libmatroska and wxGTK, all of which
are available on Slackbuilds.org.

View file

@ -1,8 +1,8 @@
#!/bin/sh
# Slackware 12 build script for mkvtoolnix
# Slackware 13 build script for mkvtoolnix
# Copyright 2008-2009 Andrew Strong (http://www.andrews-corner.org)
# Copyright 2009 Andrew Strong (http://www.andrews-corner.org)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mkvtoolnix
VERSION=2.9.5
VERSION=3.0.0
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,7 +79,7 @@ make pkgdatadir=/usr/doc/$PRGNAM-$VERSION install DESTDIR=$PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null
xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man
@ -104,4 +104,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="mkvtoolnix"
VERSION="2.9.5"
VERSION="3.0.0"
HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix"
DOWNLOAD="http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-2.9.5.tar.bz2"
MD5SUM="13f639048bd829214b2472703c495e4c"
DOWNLOAD="http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-3.0.0.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="2e9373edd5a5523313d8f5bea3ee8f8e"
MD5SUM_x86_64=""
MAINTAINER="Andrew Strong"
EMAIL="andrew.david.45@gmail.com"
APPROVED="rworkman"
APPROVED="Erik Hanson"

View file

@ -9,9 +9,9 @@
mkvtoolnix: Mkvtoolnix (tools to create, alter and inspect Matroska files)
mkvtoolnix:
mkvtoolnix: MKVToolnix is a set of tools to create, alter and inspect Matroska
mkvtoolnix: files. With these tools one can get information about (mkvinfo)
mkvtoolnix: Matroska files, extract tracks/data from (mkvextract) Matroska
mkvtoolnix: files and create (mkvmerge) Matroska files from other media files.
mkvtoolnix: files. With these tools one can get information about Matroska files
mkvtoolnix: (mkvinfo), extract tracks/data from Matroska files (mkvextract) and
mkvtoolnix: create Matroska files from other media files (mkvmerge).
mkvtoolnix: Matroska is a new multimedia file format aiming to become THE new
mkvtoolnix: container format for the future.
mkvtoolnix: