Search found 4 matches

by cdslow
Tue Sep 14, 2010 6:15 am
Forum: MakeMKV for Linux
Topic: RPM spec files
Replies: 5
Views: 15174

Re: RPM spec files

By the way, it will be much easier for packagers (and GUI package installers), if you embed license agreement directly into makemkvcon, instead of build scripts.
And add command line and config file option "license-accepted".
by cdslow
Fri Sep 10, 2010 6:32 am
Forum: MakeMKV for Linux
Topic: RPM spec files
Replies: 5
Views: 15174

RPM spec files

Here it is: makemkv_oss.spec # You can use '-without gui' command line switch # to build only libraries %define GUI %{?_without_gui:0}%{!?_without_gui:1} %define debug_package %{nil} Name: makemkv Version: 1.5.8 Release: 0.beta.1 Source: http://www.makemkv.com/download/makemkv_v%{version}_oss.tar.gz...
by cdslow
Mon Aug 30, 2010 11:41 am
Forum: MakeMKV for Linux
Topic: makemkvcon direct device specification
Replies: 3
Views: 8655

Re: makemkvcon direct device specification

mike admin wrote:You can always use --list command to see drive number.
Thanks for your answer. Can you provide exact example of command line to get drive list?
by cdslow
Sat Aug 28, 2010 1:26 pm
Forum: MakeMKV for Linux
Topic: makemkvcon direct device specification
Replies: 3
Views: 8655

makemkvcon direct device specification

Is there a way to select CD drive for makemkvcon by device file instead of number?
makemkvcon info disc:/dev/hdc does not work.
If it's impossible now, will you add this function to future program versions?