multimedia/mkvtoolnix: Updated for version 65.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2022-02-10 08:53:37 +07:00 committed by Willy Sudiarto Raharjo
parent cedf75d97a
commit 8257aab135
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 9 additions and 6 deletions

View file

@ -10,7 +10,7 @@ Note: This comes with internal versions of libembl and libmatroska.
Configure will use the internal versions if it fails to find them or
they are unusable.
Interested parties can build QT version of GUI by passing QTGUI=yes.
The script will build QT GUI by default. It can be disabled by GUI=no
It is also possible to install translation of man pages. It requires
po4a to be installed. Configure catches it automatically.

View file

@ -25,11 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mkvtoolnix
VERSION=${VERSION:-60.0.0}
VERSION=${VERSION:-65.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
GUI=${GUI:-yes}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
@ -88,7 +90,8 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--mandir=/usr/man \
--localstatedir=/var \
--enable-qt=${QTGUI:-no} \
--enable-gui="$GUI" \
--disable-static \
--docdir=/usr/$PRGNAM-$VERSION \
--htmldir=/usr/$PRGNAM-$VERSION \
--with-boost

View file

@ -1,8 +1,8 @@
PRGNAM="mkvtoolnix"
VERSION="60.0.0"
VERSION="65.0.0"
HOMEPAGE="https://mkvtoolnix.download/"
DOWNLOAD="https://mkvtoolnix.download/sources/mkvtoolnix-60.0.0.tar.xz"
MD5SUM="b9258789b132da04be92f12c18b1b801"
DOWNLOAD="https://mkvtoolnix.download/sources/mkvtoolnix-65.0.0.tar.xz"
MD5SUM="d409f1e54557750cdb2d357a4a16d5db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cmark"