mkvtoolnix: update to 9.8.0
This commit is contained in:
parent
63bfa26a50
commit
55a384ab2f
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mkvtoolnix'
|
||||
pkgname=mkvtoolnix
|
||||
version=9.7.1
|
||||
version=9.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-curl"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-2"
|
||||
homepage="https://www.bunkus.org/videotools/mkvtoolnix/"
|
||||
distfiles="${homepage}/sources/${pkgname}-${version}.tar.xz"
|
||||
checksum=b2b8821e2d74df0f765c97f93ddd1dbfb062f3c22b969cfa04d1bb5cb638a88e
|
||||
checksum=494b2fb9ff83a858d8849baecdd3320456717923bb7a854d31a02a49640228db
|
||||
# Cross compiling fails due to dependency chain eigen -> jack -> pulseaudio
|
||||
nocross=yes
|
||||
|
||||
|
@ -20,8 +20,8 @@ pre_configure() {
|
|||
./autogen.sh
|
||||
}
|
||||
do_build() {
|
||||
./drake ${makejobs}
|
||||
rake ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
./drake DESTDIR=${DESTDIR} install
|
||||
rake DESTDIR=${DESTDIR} install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue