summaryrefslogtreecommitdiffstats
path: root/mkvtoolnix
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-01-30 15:58:58 +0000
committer Eric Hameleers <alien@slackware.com>2022-01-30 15:58:58 +0000
commit205536b5e572d6abc7acfeedf7cea73012a9457d (patch)
tree37243cf56fabc64da2f1ca0fa20fedf1d3364f91 /mkvtoolnix
parentbb8010a449ee91c585ef806e3295ead81f4261c3 (diff)
downloadasb-205536b5e572d6abc7acfeedf7cea73012a9457d.tar.gz
asb-205536b5e572d6abc7acfeedf7cea73012a9457d.tar.xz
mkvtoolnix: update to 64.0.0
Diffstat (limited to 'mkvtoolnix')
-rwxr-xr-xmkvtoolnix/build/mkvtoolnix.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/mkvtoolnix/build/mkvtoolnix.SlackBuild b/mkvtoolnix/build/mkvtoolnix.SlackBuild
index f7d0e16f..647ea26c 100755
--- a/mkvtoolnix/build/mkvtoolnix.SlackBuild
+++ b/mkvtoolnix/build/mkvtoolnix.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2011, 2015, 2016, 2017, 2019, 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2011, 2015, 2016, 2017, 2019, 2020, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -61,6 +61,8 @@
# * Update for Slackware -current.
# 46.0.0-1: 11/may/2020 by Eric Hameleers <alien@slackware.com>
# * Update for Slackware -current.
+# 64.0.0-1: 30/jan/2022 by Eric Hameleers <alien@slackware.com>
+# * Update for Slackware -current.
#
# Run 'sh mkvtoolnix.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -71,12 +73,12 @@
# Set initial variables:
PRGNAM=mkvtoolnix
-VERSION=${VERSION:-46.0.0}
+VERSION=${VERSION:-64.0.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
-DOCS="AUTHORS COPYING* ChangeLog NEWS* README*"
+DOCS="AUTHORS COPYING* NEWS* README*"
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
@@ -191,9 +193,9 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--localstatedir=/var \
--sysconfdir=/etc \
- --enable-qt \
+ --enable-gui \
+ --enable-qt5 \
--with-boost \
- --without-curl \
--program-prefix= \
--program-suffix= \
--build=$TARGET \