summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-18 11:34:05 +0000
committer Eric Hameleers <alien@slackware.com>2016-11-18 11:34:05 +0000
commit2b69f3fe0495ea7fd1d73a7e2d63ba17efc1739f (patch)
treefadf48a899c1046e54582b1a19d7573d2a879b7f
parent00c8417f752f133fdc1bc16a03aa16c317fdb0d1 (diff)
downloadasb-2b69f3fe0495ea7fd1d73a7e2d63ba17efc1739f.tar.gz
asb-2b69f3fe0495ea7fd1d73a7e2d63ba17efc1739f.tar.xz
mkvtoolnix: Qt GUI is the only one left.
-rwxr-xr-xmkvtoolnix/build/mkvtoolnix.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/mkvtoolnix/build/mkvtoolnix.SlackBuild b/mkvtoolnix/build/mkvtoolnix.SlackBuild
index c551ce42..532f4f27 100755
--- a/mkvtoolnix/build/mkvtoolnix.SlackBuild
+++ b/mkvtoolnix/build/mkvtoolnix.SlackBuild
@@ -28,7 +28,7 @@
# For: mkvtoolnix
# Descr: Matroska container manipulation utilities
# URL: http://www.bunkus.org/videotools/mkvtoolnix/
-# Needs: qt5,wxGTK
+# Needs: libinput,libxkbcommon,qt5,qt5-webkit
# Changelog:
# 2.8.0-1: 14/May/2009 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -49,7 +49,8 @@
# 8.9.0-1: 03/jul/2016 by Eric Hameleers <alien@slackware.com>
# * Update for Slackware 14.2.
# 9.5.0-1: 18/nov/2016 by Eric Hameleers <alien@slackware.com>
-# * Update for Slackware 14.2 and -current.
+# * Update for Slackware 14.2 and -current. Remove wxGTK as
+# a dependency since the Qt GUI is the only left.
#
# Run 'sh mkvtoolnix.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -178,8 +179,6 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--localstatedir=/var \
--sysconfdir=/etc \
- --enable-gui \
- --enable-wxwidgets \
--enable-qt \
--with-boost \
--without-curl \