Page 1 of 1

Install only Makemkvcon?

Posted: Sun Jul 10, 2011 11:48 pm
by horrormaster
Is there a way to only build and install makemkvcon and not have to install QT and the GUI MakeMKV?

Re: Install only Makemkvcon?

Posted: Tue Jul 12, 2011 9:30 am
by mike admin
horrormaster wrote:Is there a way to only build and install makemkvcon and not have to install QT and the GUI MakeMKV?
Yes, just disable makemkv target in makefile. You will still need to rebuild libraries, but no QT is required.

Re: Install only Makemkvcon?

Posted: Sat Nov 12, 2011 9:53 pm
by kirby
I just did this on a new system (the old one is toast) and it worked great. However, I don't know how to apply my license key (I purchased one) using only makemkvcon.

Re: Install only Makemkvcon?

Posted: Sun Nov 13, 2011 5:21 am
by mike admin
Please search this forum - app_Key in ~/.MakeMKV/settings.conf

Re: Install only Makemkvcon?

Posted: Sat Nov 19, 2011 7:54 pm
by Trespasser
mike admin wrote:
horrormaster wrote:Is there a way to only build and install makemkvcon and not have to install QT and the GUI MakeMKV?
Yes, just disable makemkv target in makefile. You will still need to rebuild libraries, but no QT is required.
Excuse me for ask, Mike, but where exactly do we disable makemkv target in the makefile? Can you please post the section of the makefile that is to be disabled? Also, are we talking the bin or oss makefile?

I'm wanting to find out so I can write a script that will update MakeMKV whenever a kernel upgrade occurs.

Thanks very much. :) .

Re: Install only Makemkvcon?

Posted: Sun Nov 20, 2011 9:25 pm
by Trespasser
Never mind, Mike. I finally figured it out.

Now to figure out how to remove subtitles while the movie is being ripped.

Thanks.

Re: Install only Makemkvcon?

Posted: Mon Nov 21, 2011 7:25 pm
by Trespasser
I just discovered that if you install the necessary build packages for MakeMKV plus install checkinstall as well the resulting (in my case) deb packages produced will allow you to install MakeMKV to a fresh install of your OS without the build packages (save about 125 mbs of disc space). You will need to install libqt4-dbus and libqt4-xml though (both about 250 kbs in size each) before the gui will open. Also, it appears you don't have to worry about kernel upgrades either. I stepped up to kernel 2.6.32-36, from 2.6.32-35, in lucid as well as kernel 2.6.35-31 and MakeMKV opened up and functioned perfectly.

The command to use during the build process for both the bin and oss folders is...

checkinstall -D make -f makefile.linux install

Hope this info helps someone.

I also run CentOS 6.0 as well. I check and see if the same procedure works for it as well.

Later...

Re: Install only Makemkvcon?

Posted: Mon Nov 21, 2011 11:30 pm
by Trespasser
No such thing as checkinstall in CentOS 6.0 at present, so I saved each individual part of the MakeMKV install process, did a reinstall via CloneZilla, manually moved each part to their respective place, created a launcher in alacarte (Main Menu), clicked it, and MakeMKV opened right up. The sweet thing is I didn't need to install any additional packages, unlike Ubuntu.

All the build packages needed in CentOS 6.0 to build MakeMKV totaled 157 mbs. That's download size not install size. BTW, I already had quite a few of the build packages installed prior to this (to build my nvidia module at a kernel upgrade).

Yeah, MakeMKV installs and works fine in CentOS 6.0.

Later...

Re: Install only Makemkvcon?

Posted: Tue Mar 06, 2012 1:33 pm
by kjoyce77
Trespasser,

Out of curiosity what did you change?

I commented out 'out/makemkv' no the 'all' and 'install' target.(oss directory) The install script still tried to install makemkv and failed. However, that really didn't matter because the libraries were installed first. Then installing the bin directory copied makemkvcon into place and everything worked fine.

I don't know if I did this wrong or it is just the way the file is set up.

Re: Install only Makemkvcon?

Posted: Wed Sep 25, 2013 3:35 pm
by alxscott
Hi there,

I'm trying to figure out how to make a Slackbuild for a MakeMKVcon only package for my unRAID server. I dont suppose you could help me out by sharing which parts of the make file to hash out?

Because its a server setup, and ramfs based, I'm trying to minimise the number of packages required to build and produce the package!

Many Thanks!

Re: Install only Makemkvcon?

Posted: Sat Feb 15, 2014 6:40 pm
by Nicias
Can't you just run .configure with --disable-gui?

Re: Install only Makemkvcon?

Posted: Sat Feb 22, 2014 7:50 am
by mike admin
Nicias wrote:Can't you just run .configure with --disable-gui?
This is the right way, but this option appeared after the OP asked the question.

Re: Install only Makemkvcon?

Posted: Fri Aug 15, 2014 7:29 am
by glizi
I found this in the forum:


Yes, on linux, the key is stored in ~/.MakeMKV/settings.conf. Add/replace the line
Code:
app_Key = "[insert key here]"