Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 604188 - media-video/mkvtoolnix-9.7.1 USE=qt5 should install mkvtoolnix-gui
Summary: media-video/mkvtoolnix-9.7.1 USE=qt5 should install mkvtoolnix-gui
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-30 21:23 UTC by Hadrien Lacour
Modified: 2017-01-04 13:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hadrien Lacour 2016-12-30 21:23:02 UTC
equery f -f cmd mkvtoolnix
 * Searching for mkvtoolnix ...
 * Contents of media-video/mkvtoolnix-9.7.1:
/usr/bin/mkvextract
/usr/bin/mkvinfo
/usr/bin/mkvmerge
/usr/bin/mkvpropedit
sudo emerge -av '=media-video/mkvtoolnix-9.6.0'
...
equery f -f cmd mkvtoolnix
 * Searching for mkvtoolnix ...
 * Contents of media-video/mkvtoolnix-9.6.0:
/usr/bin/mkvextract
/usr/bin/mkvinfo
/usr/bin/mkvmerge
/usr/bin/mkvpropedit
/usr/bin/mkvtoolnix-gui

Only USE flag set is qt5.
Comment 1 Alexis Ballier gentoo-dev 2017-01-04 11:59:22 UTC
This commit might help, otherwise I'll need config.log and build log.


commit 531e6636ce82d8fe346b1a3ab47167e04c1d6015
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Wed Jan 4 12:58:22 2017 +0100

    media-video/mkvtoolnix: add qtconcurrent missing dep, should help in bug #604188
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1

diff --git a/media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild b/media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild
index a7667d8bf2..e5d26a1938 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -41,6 +41,7 @@ RDEPEND="
                dev-qt/qtgui:5
                dev-qt/qtnetwork:5
                dev-qt/qtwidgets:5
+               dev-qt/qtconcurrent:5
        )
 "
Comment 2 Hadrien Lacour 2017-01-04 13:16:04 UTC
It works now.