multimedia/mkvtoolnix Updated to 76.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2023-05-24 10:56:38 +03:00 committed by Willy Sudiarto Raharjo
parent 06e2ebf4cc
commit bbf86367ae
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 18 additions and 8 deletions

View file

@ -6,11 +6,21 @@ MKVToolnix is a set of tools to create, alter and inspect Matroska
* Create Matroska files from other media files (mkvmerge)
* Modify properties of existing Matroska files (mkvpropedit)
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.
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.
Below libraries are bundled with the source code and configure will use
system version if they are usable:
* avilib
* librmff
* nlohmann-json
* pugixml (on SBo)
* utf8-cpp
* fmt (on SBo)
* libebml (on SBo)
* libmatroska (on SBo)
Installation of the above libraries are completely optional and internal
versions are well tested within the application.

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mkvtoolnix
VERSION=${VERSION:-73.0.0}
VERSION=${VERSION:-76.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="mkvtoolnix"
VERSION="73.0.0"
VERSION="76.0"
HOMEPAGE="https://mkvtoolnix.download/"
DOWNLOAD="https://mkvtoolnix.download/sources/mkvtoolnix-73.0.0.tar.xz"
MD5SUM="585cf381c7b3844a3bdc319cb8efccff"
DOWNLOAD="https://mkvtoolnix.download/sources/mkvtoolnix-76.0.tar.xz"
MD5SUM="78370627a17447c2ef19ccad4a6dee54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cmark"