Unfortunately the
wxwidgets USE flag is not enabled in the
mkvtoolnix package.
Sometimes I would find handy to split those packages, but maybe there is just too few interested users or there is not enough manpower
However the solution is not very hard, it is enough to recompile
mkvtoolnix using portage:
1) open a console and become root
2) run:
(as root)
- Code: Select all
emerge --sync
3) install
wxgtk and some other dependencies using entropy and:
(as root)
- Code: Select all
equo install wxGTK rake ruby rubygems
4) recompile
mkvtoolnix:
(as root)
- Code: Select all
USE="wxwidgets" emerge -1av mkvtoolnix
5) sync entropy and portage:
(as root)
- Code: Select all
equo rescue spmsync
be careful when updating your system with entropy, it could suggest you to reinstall the entropy version of
mkvtoolnix.
[
Edit] added some other dependencies using entropy.