FS#24532 - [mkvtoolnix] enable Qt GUI
Attached to Project:
Arch Linux
Opened by Ruben Van Boxem (rubenvb) - Wednesday, 01 June 2011, 14:16 GMT
Last edited by Maxime Gauduin (Alucryd) - Sunday, 11 October 2015, 14:20 GMT
Opened by Ruben Van Boxem (rubenvb) - Wednesday, 01 June 2011, 14:16 GMT
Last edited by Maxime Gauduin (Alucryd) - Sunday, 11 October 2015, 14:20 GMT
|
Details
Description:
The mkvtoolnix source has a Qt Gui. This should be enabled and the gtk dependency should be optional. Additional info: * package version: 4.8.0-2 |
This task depends upon
Closed by Maxime Gauduin (Alucryd)
Sunday, 11 October 2015, 14:20 GMT
Reason for closing: Fixed
Additional comments about closing: 8.4.0-2
Sunday, 11 October 2015, 14:20 GMT
Reason for closing: Fixed
Additional comments about closing: 8.4.0-2
--enable-qt compile the Qt version of the GUIs (no)
--> mkvtoolnix: commandline, without gui
--> mkvtoolnix-gui: gtk/wxwidgets frontend
--> mkvtoolnix-qt: Qt gui
It'd be nice to have, and won't cause that much problems. (There's already a mkvtoolnix-nogui in AUR, but then of course no matching gui packages)
Anyway a three-splitted package is the best option.
./configure --prefix=/usr \
--with-boost-libdir=/usr/lib \
--enable-qt
./drake
That's right?