Mint-MATE 17 build issues

The place to discuss linux version of MakeMKV
Post Reply
MakOwner
Posts: 64
Joined: Sat Apr 02, 2011 5:26 am

Mint-MATE 17 build issues

Post by MakOwner »

I have reloaded an older workstaton that I used Mint-Mate with MakeMKV through 1.8.13.
After a fresh OS load to Mint 17 v2, and an attempt to build 1.8.14, the build fails with the following issue:


Code: Select all

checking for ffmpeg... no
configure: error: No package 'libavcodec' found
No package 'libavutil' found.
make: *** No targets specified and no makefile found.  Stop.
dale@dale ~/MakeMKV/makemkv-oss-1.8.14 $ sudo apt-get install libavutil
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libavutil
dale@dale ~/MakeMKV/makemkv-oss-1.8.14 $ sudo apt-get install libavcodec
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libavcodec
dale@dale ~/MakeMKV/makemkv-oss-1.8.14 $ sudo apt-get install ffmpeg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
It's my understanding that libav should cover the needs for ffmpeg functions, however, I can't figure out where the debian ffmpeg package repo is, or which libav package is required from the Mint/Ubuntu repos.

Any help?
demon
Posts: 131
Joined: Sat Dec 20, 2014 7:06 am

Re: Mint-MATE 17 build issues

Post by demon »

Did you run the recommended package install command line:

Code: Select all

sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev
I have makemkv on my Mint 17.1 laptop, as well as my Mint 17 desktop, and it builds just fine. You just have to follow the directions... :D
Post Reply