1
0
forked from ports/contrib

mkvtoolnix: 6.3.0 -> 6.5.0

This commit is contained in:
Danny Rawlins 2013-11-19 22:38:30 +11:00
parent 3ee67ec9b0
commit 32ab42fd5d
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
3d64652b1aa3ce3faaa468b11dcbd82c mkvtoolnix-6.3.0.tar.xz
e2d8d539b8cb9249b6c398690bc61c78 mkvtoolnix-6.5.0.tar.xz

View File

@ -6,14 +6,15 @@
# Nice to have: wxgtk
name=mkvtoolnix
version=6.3.0
version=6.5.0
release=1
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.xz)
build() {
cd $name-$version
local JOBS="$(sed -e 's/.*\(\-j[ 0-9]\+\) .*/\1/' <<< $MAKEFLAGS)"
local JOBS=$(awk 'BEGIN{RS="-j|--jobs="} NR==2 {print $1}' <<< $MAKEFLAGS)
test -n "$JOBS" && export JOBS="-j $JOBS"
# Disable automagic curl dep used for online update checking
sed -i -e '/curl/d' configure.in
@ -34,7 +35,7 @@ build() {
./drake $JOBS DESTDIR=$PKG install
rm -r \
$PKG/usr/man/{uk,ja,nl,zh_CN} \
$PKG/usr/man/{de,uk,ja,nl,zh_CN} \
$PKG/usr/share/locale
# remove doc's if wxgtk is installed