mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/mkvtoolnix: Removed wxPython from REQUIRES.
Now the gui is qt5-only Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
7e812fa6e9
commit
6c7330eb5a
2 changed files with 1 additions and 3 deletions
|
@ -79,9 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
--localstatedir=/var \
|
||||
--enable-gui \
|
||||
--enable-qt=${QTGUI:-no} \
|
||||
--enable-wxwidgets \
|
||||
--with-boost \
|
||||
--without-curl
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-8.9.0.
|
|||
MD5SUM="a272f79a1449ccf6c335ee3afddb6ce2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ozan Türkyılmaz"
|
||||
EMAIL="ozan.turkyilmaz@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue