Re: Handling and resolving 'dependency' which has been custom compiled

2015-03-28 Thread Lorenzo Sutton
On 28/03/15 01:34, Kevin Cummings wrote: On 03/27/2015 06:00 PM, Lorenzo Sutton wrote: [...] I compiled ffmpeg manually to have jack audio [1] support by following the guide on the ffmpeg website [2]. This means ffmpeg is in ~/bin/ffmpeg (also in my PATH). Before doing this I removed (with yu

Re: Handling and resolving 'dependency' which has been custom compiled

2015-03-27 Thread Kevin Cummings
On 03/27/2015 06:00 PM, Lorenzo Sutton wrote: > Hi all, > > What is the best way in Fedora to handle the following situation? > > - Package X depends on package Y > - Package Y is actually installed through custom compiling it (in > $HOME/bin) > - Doing: > > yum install X > > will want to insta

Re: Handling and resolving 'dependency' which has been custom compiled

2015-03-27 Thread Rahul Sundaram
Hi On Fri, Mar 27, 2015 at 6:00 PM, Lorenzo Sutton wrote: > > I compiled ffmpeg manually to have jack audio [1] support by following the > guide on the ffmpeg website [2]. This means ffmpeg is in ~/bin/ffmpeg (also > in my PATH). Before doing this I removed (with yum) ffmpeg. Now if I try to: >

Handling and resolving 'dependency' which has been custom compiled

2015-03-27 Thread Lorenzo Sutton
Hi all, What is the best way in Fedora to handle the following situation? - Package X depends on package Y - Package Y is actually installed through custom compiling it (in $HOME/bin) - Doing: yum install X will want to install Y Specifically in my case X is kdenlive and Y is ffmpeg. I compi