summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Andrew Strong <andrew.david.45@gmail.com>2010-05-13 00:35:02 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-13 00:35:02 +0200
commit6d4268600b126c124ac2b04ac31c44d8e74a4d85 (patch)
treea52bf36c473b0abc37d0e941f55af7bbe1558924 /multimedia
parent9b3626d29a9a7c819c08d590cc8897ce9838189c (diff)
downloadslackbuilds-6d4268600b126c124ac2b04ac31c44d8e74a4d85.tar.gz
slackbuilds-6d4268600b126c124ac2b04ac31c44d8e74a4d85.tar.xz
multimedia/mkvtoolnix: Updated for version 3.0.0
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mkvtoolnix/README13
-rw-r--r--multimedia/mkvtoolnix/mkvtoolnix.SlackBuild10
-rw-r--r--multimedia/mkvtoolnix/mkvtoolnix.info10
-rw-r--r--multimedia/mkvtoolnix/slack-desc6
4 files changed, 21 insertions, 18 deletions
diff --git a/multimedia/mkvtoolnix/README b/multimedia/mkvtoolnix/README
index c03f86b4c6..c031063a0a 100644
--- a/multimedia/mkvtoolnix/README
+++ b/multimedia/mkvtoolnix/README
@@ -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.
diff --git a/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild b/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild
index 16e48ee813..996164a6d5 100644
--- a/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild
+++ b/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild
@@ -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}
diff --git a/multimedia/mkvtoolnix/mkvtoolnix.info b/multimedia/mkvtoolnix/mkvtoolnix.info
index 434db9eab7..a421276bee 100644
--- a/multimedia/mkvtoolnix/mkvtoolnix.info
+++ b/multimedia/mkvtoolnix/mkvtoolnix.info
@@ -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"
diff --git a/multimedia/mkvtoolnix/slack-desc b/multimedia/mkvtoolnix/slack-desc
index ede0541852..d60fb6c9b7 100644
--- a/multimedia/mkvtoolnix/slack-desc
+++ b/multimedia/mkvtoolnix/slack-desc
@@ -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: