Hey so if anyone else is having this issue, here is how I fixed it...
Backup the config files (important if you have a registration key)
Remove the actual program
Code: Select all
sudo rm /usr/bin/makemkv
sudo rm /usr/bin/makemkvcon
Rebuild
from source (the software manager did not work for some reason)
Code: Select all
wget http://www.makemkv.com/download/makemkv-bin-1.14.3.tar.gz
wget http://www.makemkv.com/download/makemkv-oss-1.14.3.tar.gz
tar xvzf makemkv-oss-1.14.3.tar.gz
tar xvzf makemkv-bin-1.14.3.tar.gz
cd makemkv-oss-1.14.3
./configure
make
sudo make install
cd ../makemkv-bin-1.14.3
make
sudo make install
Then you just need to copy over your registration key, start MakeMKV and you should be good to go! Now when you insert a disk into your libredrive capable drive, it should download the additional packages.
Cheers!