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.
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 ?
$ sudo aptitude install makemkvcon
The following NEW packages will be installed:
ccextractor{a} libdriveio0{a} libgpac12t64{a} makemkvcon{b}
0 packages upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
Need to get 10.2 MB of archives. After unpacking 21.9 MB will be used.
The following packages have unmet dependencies:
makemkvcon : Depends: libmakemkv1 (>= 1.17.7) but it is not installable
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) makemkvcon [Not Installed]
$ sudo aptitude install libmakemkv1
The following NEW packages will be installed:
libmakemkv1{b}
0 packages upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 124 kB of archives. After unpacking 665 kB will be used.
The following packages have unmet dependencies:
libmakemkv1 : Depends: libavcodec61 (= 7:7.1-3) but 10:7.1-dmo2+b1 is installed
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) libmakemkv1 [Not Installed]
It looks like you have the deb-multimedia repo enabled, which is pulling in a different compiled package of ffmpeg. Because makemkv compiles against an internal private ffmpeg function, apt tries to install the version of libavcodec61 from Debian's official repo, but that conflicts with the one provided by deb-multimedia.
Depending on your apt priority pinning, you might be able to uninstall deb-multimedia's version of ffmpeg packages, then install makemkv.
It looks like you have the deb-multimedia repo enabled, which is pulling in a different compiled package of ffmpeg. Because makemkv compiles against an internal private ffmpeg function, apt tries to install the version of libavcodec61 from Debian's official repo, but that conflicts with the one provided by deb-multimedia.
Depending on your apt priority pinning, you might be able to uninstall deb-multimedia's version of ffmpeg packages, then install makemkv.
I remove deb-multimedia and tried to clean things up as best as I could. Unfortunately it didn't help much:
$ sudo aptitude install libmakemkv1
The following NEW packages will be installed:
libavutil59{a} libmakemkv1{b} libvdpau-va-gl1{a} libvdpau1{a} mesa-vdpau-drivers{a} vdpau-driver-all{a}
0 packages upgraded, 6 newly installed, 0 to remove and 70 not upgraded.
Need to get 124 kB/659 kB of archives. After unpacking 2,394 kB will be used.
The following packages have unmet dependencies:
libmakemkv1 : Depends: libavcodec61 (= 7:7.1-3) but it is not going to be installed
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) libmakemkv1 [Not Installed]
$ sudo aptitude install libavcodec61=7:7.1-3
The following NEW packages will be installed:
libavcodec61{b} libavutil59{a} libcodec2-1.2{a} libshine3{a} libsoxr0{a} libswresample5{a} libvdpau-va-gl1{a} libvdpau1{a} libxvidcore4{a}
mesa-vdpau-drivers{a} vdpau-driver-all{a}
0 packages upgraded, 11 newly installed, 0 to remove and 70 not upgraded.
Need to get 14.1 MB/15.0 MB of archives. After unpacking 36.9 MB will be used.
The following packages have unmet dependencies:
libavcodec61 : Depends: libavutil59 (= 7:7.1-3) but 10:7.1-dmo2+b1 is to be installed
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) libavcodec61 [Not Installed]
$ sudo aptitude why-not libavcodec61=7:7.1-3
E: No package named "libavcodec61=7:7.1-3" exists.
I don't know if it's allowed to use version specifiers for why-not so the latter might be a red herring. But it seems the version needed might not be available?
MakeMKV (1.17.7) works on a live DebIan-Bookworm-based system
libmmbd0 was listed but not installed - added ("recommends")
applied MakeMKV preference option for Integration - so VLC plays (and hopefully handbrake)
Also needed libbluray-bdj for menu java
( wonder if mpv/SMplayer … better subtitle background support than I get with VLC … ?)