diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2023-05-24 10:56:38 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-25 12:37:00 +0700 |
commit | bbf86367ae3112d71e649f708af1c2a7b709d759 (patch) | |
tree | 07d8c27c092b6f2f88f8b022250e5fac2db7df77 /multimedia | |
parent | 06e2ebf4ccb5d843f4befde794effe429ace8298 (diff) |
multimedia/mkvtoolnix Updated to 76.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mkvtoolnix/README | 18 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/mkvtoolnix.SlackBuild | 2 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/mkvtoolnix.info | 6 |
3 files changed, 18 insertions, 8 deletions
diff --git a/multimedia/mkvtoolnix/README b/multimedia/mkvtoolnix/README index 94be1f58240c..e1076149dc40 100644 --- a/multimedia/mkvtoolnix/README +++ b/multimedia/mkvtoolnix/README @@ -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. diff --git a/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild b/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild index e7dc3721c7cc..29f3e9318bc6 100644 --- a/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild +++ b/multimedia/mkvtoolnix/mkvtoolnix.SlackBuild @@ -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} diff --git a/multimedia/mkvtoolnix/mkvtoolnix.info b/multimedia/mkvtoolnix/mkvtoolnix.info index 02ba05622d8d..daaad12ee86c 100644 --- a/multimedia/mkvtoolnix/mkvtoolnix.info +++ b/multimedia/mkvtoolnix/mkvtoolnix.info @@ -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" |