summaryrefslogtreecommitdiffstats
path: root/mkvtoolnix/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-10-09 09:44:28 +0000
committer Eric Hameleers <alien@slackware.com>2009-10-09 09:44:28 +0000
commite3e757b4db455b8e136788de0a1dffb87e1b3e70 (patch)
treef0ad0404a76d1f443ea91efcbaf92c7cc057889e /mkvtoolnix/build
parent61341e75e40cef9d519b46817558c9446f3ce7dc (diff)
downloadasb-e3e757b4db455b8e136788de0a1dffb87e1b3e70.tar.gz
asb-e3e757b4db455b8e136788de0a1dffb87e1b3e70.tar.xz
Small fixes
Diffstat (limited to 'mkvtoolnix/build')
-rwxr-xr-xmkvtoolnix/build/mkvtoolnix.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkvtoolnix/build/mkvtoolnix.SlackBuild b/mkvtoolnix/build/mkvtoolnix.SlackBuild
index 9aaab3c8..a2d6e11a 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: libebml, libmatroska, wxGTK, boost
+# Needs: libebml, libmatroska, wxGTK
# Changelog:
# 2.8.0-1: 14/May/2009 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -149,11 +149,12 @@ CFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--enable-gui \
--enable-wxwidgets \
- --enable-qt \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
+ # Do not try to compile the mmg-qt gui for now - mkvinfo uses wxGTK anyway
+ #--enable-qt \
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log