Unofficial packaging for Debian available

The place to discuss linux version of MakeMKV
ikthal
Posts: 1
Joined: Thu Aug 15, 2024 2:49 pm

Re: Unofficial packaging for Debian available

Post by ikthal »

I'm getting some circular dependency errors as of yesterday. Anyone have any ideas? Debian Bookworm, no issues until yesterday:

Code: Select all

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libavcodec-extra59 : Conflicts: libavcodec59
 libmakemkv1 : Depends: libavcodec59 (= 7:5.1.5-0+deb12u1)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
If I try to resolve by installing the -extra59 variant, the error stays the same.
mathias
Posts: 13
Joined: Sun Aug 12, 2018 4:22 pm

Re: Unofficial packaging for Debian available

Post by mathias »

ikthal wrote:
Thu Aug 15, 2024 2:53 pm
I'm getting some circular dependency errors as of yesterday. Anyone have any ideas? Debian Bookworm, no issues until yesterday:
A security update for ffmpeg was released, which will require a rebuild of makemkv because it uses a private function call from ffmpeg:
prahal wrote:
Wed Apr 03, 2024 12:43 pm
Seems the only way out is to get rid of the private function call from libmakemkv1:

Code: Select all

libffabi/src/ffabi.c:    err = avpriv_mpegaudio_decode_header(&s, hdr);
libffabi/src/mpegaudiodecheader.h:int avpriv_mpegaudio_decode_header(MPADecodeHeader *s, uint32_t header);
(the "avpriv_mpegaudio_decode_header(&s, hdr);" call is in libffabi/src/ffabi.c in ffm_mpa_decode_header)
prahal
Posts: 7
Joined: Wed Mar 13, 2024 12:42 am

Re: Unofficial packaging for Debian available

Post by prahal »

Should I report the issue that makemkv uses a private call somewhere else than this forum ?
A hack is to build libmakemkv1 without this avpriv_mpegaudio_decode_header call, bit I am afraid makemkvconv might misbehave randomly.
Maybe the private ffmpeg function code could be copied to libmakemkv1 to fix this issue ?
Post Reply