First congrats on a nice os. Just installed the e17 spin of Sabayon 5.4.
As both a Sabayon and Gentoo newbie this topic took me a while to get through. Ten years on other distros so I am not helpless however it did take learning about the config files associated with portage. No problem. Only after doing everything that was in this thread as far as adding use flags to package.use and looking over make.conf I still could not get mkvmerge to show a gui. Tried the overlay but ran in to other errors dealing with eix-sync not being recognized. Running the equery uses mkvtoolnix command go me an error saying no package mkvtoolnix found. This was just after installing it for the third time. So I found a way and wanted to share how I did it as well as provide steps on how.
The only way I could get a gui to work on mkvmerge was to download the source from bunkus dot org. Made sure wxGTK was installed through Sulfur and left the standard non gui version installed from previous attempts. During the configure dialog I saw that there was a profile error on wxwidgets. Read the output and did a
- Code: Select all
sudo eselect wxwidgets set 3
for my unicode requirements and then ran
- Code: Select all
sh configure
again. This time I could see that wxwidgets was getting recognized. Up to that point no gui would have been built.
Seems mkvtoolnix-4.4 wanted rake instead of make. Not sure if the make.conf mentioned earlier will do much as a result. After waiting for rake to compile and a very fast
- Code: Select all
sudo rake install
I had a new menu entry in the multimedia menu and voila. mkvmerge-gui popped up in all of its beauty.
Steps again were:
download source code from bunkus.org decompress it to your home folder
Make sure mkvtoolnix is installed from package manager (sulfur) as it will handle the dependencies for mkvtoolnix
make sure wxGTK is installed
in a terminal type
- Code: Select all
sudo eselect wxwidgets
read output and then
- Code: Select all
sudo eselect wxwidgets set _
replacing _ with the character set you need.
make sure rake and rake compiler are installed through package manager (sulfur for me)
open a terminal in the decompressed mkvtoolnix folder within your home directory
type
- Code: Select all
sh configure
Read the last few lines to make sure that a gui will be built once its finished
type
- Code: Select all
rake
then
- Code: Select all
sudo rake install
Thats it. Enjoy the gui version of mkvmerge.
My apologies for posting on the end of a solved thread however this is the only thread that shows on google when searching "mkvtoolnix gui sabayon" and it did not help in getting a gui. That and if a newbie tried to follow this they would likely distro hop. Hopefully this helps others who are trying to get a gui on their favorite matroska tool while enjoying Sabayon.