bug#73898: MPV should not propagate all inputs

2024-10-23 Thread Antero Mejr
Maxim Cournoyer writes: > Maybe we could have a mpv package that doesn't propagate anything, and a > libmpv > that does, if there are any users (other packages) of mpv as a library? There was already some discussion about that here: https://issues.guix.gnu.org/68250 It seems like once the pkgc

bug#73898: MPV should not propagate all inputs

2024-10-23 Thread Maxim Cournoyer
Hi Antero, Antero Mejr writes: > Currently, MPV propagates most of its inputs, which is not correct. > > When MPV tries to propagate a different version of a dependency (like > ffmpeg) that is a different version what is currently installed, Guix > operations will fail. > > The source code in vi

bug#73898: MPV should not propagate all inputs

2024-10-19 Thread Antero Mejr
Currently, MPV propagates most of its inputs, which is not correct. When MPV tries to propagate a different version of a dependency (like ffmpeg) that is a different version what is currently installed, Guix operations will fail. The source code in video.scm says that the inputs are propagated so