ap/mkvtoolnix: Upgraded to mkvtoolnix-9.2.0.

slackware-14.2
Damien Goutte-Gattat 2016-07-03 15:15:03 +02:00
parent 079d5dc7a7
commit f77e7efce5
3 changed files with 4 additions and 6 deletions

View File

@ -1 +0,0 @@
2ca0d21727ffabc7efc7739f18609aa3871c3b9f mkvtoolnix-8.2.0.tar.xz

View File

@ -0,0 +1 @@
eea8473d59b5d97c134d8e32b8022b8cda7f1779 mkvtoolnix-9.2.0.tar.xz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2010,2011,2012,2013,2015 Damien Goutte-Gattat
# Copyright (C) 2010-2013,2015,2016 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -26,11 +26,10 @@
# <http://www.bunkus.org/videotools/mkvtoolnix/index.html>.
#
# Depends: l/libmatroska
# Optional: l/wxwidgets-gtk
# Source package infos
NAMESRC=${NAMESRC:-mkvtoolnix}
VERSION=${VERSION:-8.2.0}
VERSION=${VERSION:-9.2.0}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz}
WGET=${WGET:-http://www.bunkus.org/videotools/mkvtoolnix/sources/$ARCHIVE}
@ -91,7 +90,6 @@ CXXFLAGS=$CPUOPT \
--prefix=/usr \
--mandir=/usr/man \
--disable-static \
--disable-wxwidgets \
--disable-qt
./drake -j $JOBS
./drake install DESTDIR=$PKG
@ -105,7 +103,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
# Install the documentation
mkdir -p $PKG/usr/doc/$NAME
install -m 644 AUTHORS COPYING ChangeLog README.md TODO $PKG/usr/doc/$NAME
install -m 644 AUTHORS COPYING ChangeLog README.md $PKG/usr/doc/$NAME
# Copy slack-desc file
install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc