multimedia/mkvtoolnix: Updated for version 6.4.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2013-10-29 19:45:13 +01:00 committed by Robby Workman
parent 55fda37b04
commit ced9c590a9
3 changed files with 10 additions and 9 deletions

View File

@ -7,7 +7,7 @@ media files (mkvmerge) * Modify properties of existing Matroska files
(mkvpropedit) (mkvpropedit)
Note: this comes with internal versions of libembl and libmatroska. Note: this comes with internal versions of libembl and libmatroska.
Configure will use the internal versions if it fails to find them Configure will use the internal versions if it fails to find them or
installed in the system. they are unusable.
Interested parties can build QT version of GUI by passing QTGUI=yes Interested parties can build QT version of GUI by passing QTGUI=yes

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mkvtoolnix PRGNAM=mkvtoolnix
VERSION=5.8.0 VERSION=${VERSION:-6.4.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
@ -82,7 +82,8 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-gui \ --enable-gui \
--enable-qt=${QTGUI:-no} \ --enable-qt=${QTGUI:-no} \
--enable-wxwidgets \ --enable-wxwidgets \
--with-boost --with-boost \
--without-curl
./drake pkgdatadir=/usr/doc/$PRGNAM-$VERSION ./drake pkgdatadir=/usr/doc/$PRGNAM-$VERSION
./drake pkgdatadir=/usr/doc/$PRGNAM-$VERSION install DESTDIR=$PKG ./drake pkgdatadir=/usr/doc/$PRGNAM-$VERSION install DESTDIR=$PKG

View File

@ -1,8 +1,8 @@
PRGNAM="mkvtoolnix" PRGNAM="mkvtoolnix"
VERSION="5.8.0" VERSION="6.4.1"
HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" HOMEPAGE="https://www.bunkus.org/videotools/mkvtoolnix"
DOWNLOAD="http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-5.8.0.tar.bz2" DOWNLOAD="https://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-6.4.1.tar.xz"
MD5SUM="8caa3d37d2442a525bad35dbb1babc56" MD5SUM="1e878646b34eb2c32772d05b91f84f4c"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="wxPython" REQUIRES="wxPython"