Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532600 - media-video/mkvtoolnix USE=qt5 fails to find Qt5
Summary: media-video/mkvtoolnix USE=qt5 fails to find Qt5
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: PATCH
Depends on:
Blocks:
 
Reported: 2014-12-14 23:35 UTC by Eugene Shalygin
Modified: 2015-01-31 14:36 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 Eugene Shalygin 2014-12-14 23:35:17 UTC
When qt4 is selected to be the default Qt version via dev-qt/qtchooser, mkvtoolnix's configuration script can not find Qt5. Trivial fix is to add

use qt5 && export QT_SELECT=qt5

to the ebuild src_configure() 

Reproducible: Always

Steps to Reproduce:
1. # ln -sf /etc/xdg/qtchooser/qt4.conf /etc/xdg/qtchooser/default.conf
2. USE="qt5" emerge -1 media-video/mkvtoolnix
Comment 1 Account removed 2015-01-05 08:16:26 UTC
until this is fixed you can simply
mkdir /etc/portage/env/media-video
echo "export QT_SELECT=qt5" > /etc/portage/env/media-video/mkvtoolnix
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2015-01-31 14:36:59 UTC
+  31 Jan 2015; Ben de Groot <yngwin@gentoo.org> mkvtoolnix-7.5.0.ebuild:
+  Point directly to Qt5 tools to fix bug #532600, and actually build
+  experimental mkvtoolnix-gui.

It still doesn't install a desktop file though.