mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/mkvtoolnix: Updated to 71.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e43a6c679b
commit
751e388794
2 changed files with 5 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mkvtoolnix
|
||||
VERSION=${VERSION:-70.0.0}
|
||||
VERSION=${VERSION:-71.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -89,6 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--enable-gui="$GUI" \
|
||||
--disable-static \
|
||||
--disable-update-check \
|
||||
--docdir=/usr/$PRGNAM-$VERSION \
|
||||
--htmldir=/usr/$PRGNAM-$VERSION \
|
||||
--with-boost
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mkvtoolnix"
|
||||
VERSION="70.0.0"
|
||||
VERSION="71.1.0"
|
||||
HOMEPAGE="https://mkvtoolnix.download/"
|
||||
DOWNLOAD="https://mkvtoolnix.download/sources/mkvtoolnix-70.0.0.tar.xz"
|
||||
MD5SUM="4753e5434009281a3e9e75a17e827a6e"
|
||||
DOWNLOAD="https://mkvtoolnix.download/sources/mkvtoolnix-71.1.0.tar.xz"
|
||||
MD5SUM="3d04fcf2a80ba56dd950f21ccaa5fee9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cmark"
|
||||
|
|
Loading…
Reference in a new issue