Search found 3 matches
- Thu Mar 03, 2011 6:00 am
- Forum: MakeMKV for Linux
- Topic: Bluray navigation menus
- Replies: 26
- Views: 57227
Re: Bluray navigation menus
I think that any user of MythTV or other libbluray-enabled software will be interested in getting some sort of direct access to the decrypted bluray image. That way, one won't need to rip the disk to be able to watch it. I'm interested in this feature. Having said that - Mike, have you considered us...
- Sat Feb 05, 2011 11:54 pm
- Forum: MakeMKV for Linux
- Topic: v1.6.4 oss build fails on fedora 14
- Replies: 2
- Views: 9504
Re: v1.6.4 oss build fails on fedora 14
I've got an older version of Fedbora and the same problem. You need to add -lQtDBus to the compile line. I put the details in the thread posted by the Ubuntu user that has the same problem. It's likely that many users are going to run into this problem. Hope this helps.
- Sat Feb 05, 2011 11:51 pm
- Forum: MakeMKV for Linux
- Topic: Unable to compile 1.6.4 on Ubuntu server 10.04
- Replies: 9
- Views: 28053
Re: Unable to compile 1.6.4 on Ubuntu server 10.04
From what I can tell, additional code was added that makes use of the libQTDBus, but the library was not added to the compile line. The following works for me. Go into makefile.linux and change the line indicated with the '>'. I've included a few lines of context. Basically, you need to add -lQtDBus...