...as per the original announcement (http://www.makemkv.com/forum2/viewtopic.php?f=10&t=7008):
as it turns out: Handbrake can utilise this feature.any application that uses libbluray/libaacs for decryption will be able to open a protected blu-ray disc, as long as MakeMKV is installed
Here is what I did/used (probably not *all* steps are necesseray prerequisites)
- * all this was done on a Ubuntu 'precise' installation
- * install makemkv (http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224)
- * install handbrake
- * install libbluray & friends (I temporarily added the 'trusty' repos for this step, just to make sure that I have the latest versions):
Code: Select all
apt-get install libbluray1 libbluray-bin libbluray-bdj
- * I removed libaacs the quick and dirty way with dpkg -r --force-all libaacs
- * make symbolic links to libmmbd (http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009); just to make sure I also made symlinks for libaacs and libbdplus pointing to libmmbd in /usr/lib/i386-linux-gnu
- * I also made the following symlinks as I got an error about a missing "libbluray.jar when running programs (I dont know wether this is necessary):
Code: Select all
ln -s /usr/share/java/libbluray.jar /usr/lib/libbluray/libbluray.jar
Disclaimer: I did all this on a system that I use for all sorts of tests, so I dont care if I break something by mixing different version repos, using dpkg force removals etc, so if you are on a production system you might want to be careful with this stuff...
[edit]Offtopic@devs: I am still looking forward to an arm version of makemkv, either for my sheeva plug or my raspberry [/edit]