mkvtoolnix: 4.6.0 -> 4.7.0

This commit is contained in:
Danny Rawlins 2011-05-21 12:25:19 +10:00
parent 519dcbd2eb
commit 4b2ae394e6
3 changed files with 11 additions and 5 deletions

View File

@ -10,3 +10,4 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mkvinfo.1.gz
-rw-r--r-- root/root usr/man/man1/mkvmerge.1.gz
-rw-r--r-- root/root usr/man/man1/mkvpropedit.1.gz
drwxr-xr-x root/root usr/share/

View File

@ -1 +1 @@
ca4e5b226175a6df2f9fdad206abf0a8 mkvtoolnix-4.6.0.tar.bz2
68200debce9570fc14d934a3d6a750b5 mkvtoolnix-4.7.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: boost file flac libmatroska libvorbis ruby
name=mkvtoolnix
version=4.6.0
version=4.7.0
release=1
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)
@ -14,9 +14,16 @@ build() {
local JOBS="$(sed -e 's/.*\(\-j[ 0-9]\+\) .*/\1/' <<< $MAKEFLAGS)"
# Disable automagic curl dep used for online update checking
sed -i -e '/curl/d' configure.in
export CURL_CFLAGS="" CURL_LIBS=""
autoreconf
./configure \
--prefix=/usr \
--mandir=/usr/man
--mandir=/usr/man \
--disable-precompiled-headers
./drake $JOBS
./drake $JOBS DESTDIR=$PKG install
@ -25,6 +32,4 @@ build() {
$PKG/usr/man/{ja,nl,zh_CN} \
$PKG/usr/share/locale \
$PKG/usr/share/doc
rmdir $PKG/usr/share
}