Install only Makemkvcon?
-
- Posts: 1
- Joined: Sun Jul 10, 2011 11:46 pm
Install only Makemkvcon?
Is there a way to only build and install makemkvcon and not have to install QT and the GUI MakeMKV?
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Install only Makemkvcon?
Yes, just disable makemkv target in makefile. You will still need to rebuild libraries, but no QT is required.horrormaster wrote:Is there a way to only build and install makemkvcon and not have to install QT and the GUI MakeMKV?
Re: Install only Makemkvcon?
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.
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Install only Makemkvcon?
Please search this forum - app_Key in ~/.MakeMKV/settings.conf
-
- Posts: 8
- Joined: Mon Jul 25, 2011 12:27 pm
Re: Install only Makemkvcon?
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?mike admin wrote:Yes, just disable makemkv target in makefile. You will still need to rebuild libraries, but no QT is required.horrormaster wrote:Is there a way to only build and install makemkvcon and not have to install QT and the GUI MakeMKV?
I'm wanting to find out so I can write a script that will update MakeMKV whenever a kernel upgrade occurs.
Thanks very much. .
-
- Posts: 8
- Joined: Mon Jul 25, 2011 12:27 pm
Re: Install only Makemkvcon?
Never mind, Mike. I finally figured it out.
Now to figure out how to remove subtitles while the movie is being ripped.
Thanks.
Now to figure out how to remove subtitles while the movie is being ripped.
Thanks.
-
- Posts: 8
- Joined: Mon Jul 25, 2011 12:27 pm
Re: Install only Makemkvcon?
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...
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...
-
- Posts: 8
- Joined: Mon Jul 25, 2011 12:27 pm
Re: Install only Makemkvcon?
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...
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?
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.
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?
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!
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?
Can't you just run .configure with --disable-gui?
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Install only Makemkvcon?
This is the right way, but this option appeared after the OP asked the question.Nicias wrote:Can't you just run .configure with --disable-gui?
Re: Install only Makemkvcon?
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]"
Yes, on linux, the key is stored in ~/.MakeMKV/settings.conf. Add/replace the line
Code:
app_Key = "[insert key here]"