mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
multimedia/mkvtoolnix Updated to 76.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
06e2ebf4cc
commit
bbf86367ae
3 changed files with 18 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue