From 1cc9f39a44764c5f3b4904de276fed1589c45182 Mon Sep 17 00:00:00 2001 From: Andrew Strong Date: Thu, 17 Jun 2010 16:10:56 -0500 Subject: multimedia/mkvtoolnix: Updated for version 4.0.0. Signed-off-by: Erik Hanson --- multimedia/mkvtoolnix/README | 13 +++++++------ multimedia/mkvtoolnix/mkvtoolnix.SlackBuild | 15 +++++---------- multimedia/mkvtoolnix/mkvtoolnix.info | 8 ++++---- multimedia/mkvtoolnix/slack-desc | 12 ++++++------ 4 files changed, 22 insertions(+), 26 deletions(-) (limited to 'multimedia/mkvtoolnix') diff --git a/multimedia/mkvtoolnix/README b/multimedia/mkvtoolnix/README index c031063a0a..d3b687eaf4 100644 --- a/multimedia/mkvtoolnix/README +++ b/multimedia/mkvtoolnix/README @@ -1,9 +1,10 @@ MKVToolnix is a set of tools to create, alter and inspect Matroska -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. +files. With these tools one can: -MKVToolnix requires libebml, libmatroska and wxGTK, all of which +* Get information about Matroska files (mkvinfo) +* Extract tracks/data from Matroska files (mkvextract) +* Create Matroska files from other media files (mkvmerge) +* Modify properties of existing Matroska files (mkvpropedit) + +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 94b5930ce3..141de5a20d 100644 --- a/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild +++ b/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware 13 build script for mkvtoolnix +# Slackware build script for mkvtoolnix -# Copyright 2010 Andrew Strong (http://www.andrews-corner.org) +# Copyright 2008,2009,2010. Andrew Strong (http://www.andrews-corner.org) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mkvtoolnix -VERSION=3.2.0 +VERSION=4.0.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -90,10 +88,8 @@ make pkgdatadir=/usr/doc/$PRGNAM-$VERSION install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done # ---> Create 'Desktop' files for mmg and mkvinfo: mkdir -p $PKG/usr/share/applications @@ -113,4 +109,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /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 4d1c64f0ec..1ee2924757 100644 --- a/multimedia/mkvtoolnix/mkvtoolnix.info +++ b/multimedia/mkvtoolnix/mkvtoolnix.info @@ -1,10 +1,10 @@ PRGNAM="mkvtoolnix" -VERSION="3.2.0" +VERSION="4.0.0" HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" -DOWNLOAD="http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-3.2.0.tar.bz2" -MD5SUM="9bf31280cb07870771e69de0287dc769" +DOWNLOAD="http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-4.0.0.tar.bz2" +MD5SUM="434eb24b9c49a99ac386bd2c4c525538" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Andrew Strong" -EMAIL="andrew.david.45@gmail.com" +EMAIL="andrew.david.52@gmail.com" APPROVED="Erik Hanson" diff --git a/multimedia/mkvtoolnix/slack-desc b/multimedia/mkvtoolnix/slack-desc index d60fb6c9b7..1be3e8d7bc 100644 --- a/multimedia/mkvtoolnix/slack-desc +++ b/multimedia/mkvtoolnix/slack-desc @@ -9,11 +9,11 @@ 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 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: files. With these tools one can: mkvtoolnix: -mkvtoolnix: Home Page: http://www.bunkus.org/videotools/mkvtoolnix +mkvtoolnix: * Get information about Matroska files (mkvinfo) +mkvtoolnix: * Extract tracks/data from Matroska files (mkvextract) +mkvtoolnix: * Create Matroska files from other media files (mkvmerge) +mkvtoolnix: * Modify properties of existing Matroska files (mkvpropedit) mkvtoolnix: +mkvtoolnix: Home Page: http://www.bunkus.org/videotools/mkvtoolnix -- cgit v1.2.3