Search found 7 matches
- Fri Aug 16, 2024 1:14 pm
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 17
- Views: 31565
Re: Unofficial packaging for Debian available
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 ...
- Tue Jun 04, 2024 7:57 pm
- Forum: DVD discs
- Topic: MEDIUM ERROR:L-EC UNCORRECTABLE ERROR
- Replies: 23
- Views: 133499
Re: MEDIUM ERROR:L-EC UNCORRECTABLE ERROR
Necromancy, but might be of help to surfers. Had this on a brand new DVD 21:23:05 cyclope kernel: scsi_io_completion_action: 27 callbacks suppressed juin 04 21:23:05 cyclope kernel: sr 5:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=3s juin 04 21:23:05 cyclope kernel...
- Mon Jun 03, 2024 3:25 pm
- Forum: MakeMKV for Linux
- Topic: Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
- Replies: 2
- Views: 4029
Re: Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
EDIT: I miss understood the actual question so, unless the ffmpeg file is replaced before makemkvcon builds against it, it's pointless. I'm also not sure why it is assumed that only this header routine is what requires full ffmpeg. avpriv_...() is a getter function while ff_mpa_...() is a (useless?...
- Mon Jun 03, 2024 12:15 am
- Forum: MakeMKV for Linux
- Topic: Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
- Replies: 2
- Views: 4029
Could the call to ffmpeg private avpriv_mpegaudio_decode_header symbol be replaced to avoid getting tight dependency
As I reported in https://forum.makemkv.com/forum/viewtopic.php?p=151247#p151247, the use of avpriv_mpegaudio_decode_header in libffabi/src/ffabi.c ffm_mpa_decode_header, make the deb to depends on the full ffmpeg version (ie exactly7:6.1.1-3 hen build against ffmpeg 7:6.1.1-3). I did not investigate...
- Wed Apr 03, 2024 12:43 pm
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 17
- Views: 31565
Re: Unofficial packaging for Debian available
I'm not a debian packaging expert, but I think the issue is that you have libmakemkv1 depending directly on the upstream reversion of libavcodec60 (=7:6.1.1-1) and not a slightly more generic version (>=7:6.1.1), i.e. drop the -1 so that the dmo package -dmo1 can be used, as you have for libavutil5...
- Sat Mar 16, 2024 5:53 am
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 17
- Views: 31565
Re: Unofficial packaging for Debian available
Thanks. It turns out I just rebuilt the packages from your sources against the unstable repository and the dependencies were updated accordingly. Only libssl3t64 dependency has changed so on next upgrade all packages were set back to your repository versions instead of my local builds except libmake...
- Wed Mar 13, 2024 12:45 am
- Forum: MakeMKV for Linux
- Topic: Unofficial packaging for Debian available
- Replies: 17
- Views: 31565
Re: Unofficial packaging for Debian available
Could you provide sid/unstable packages taking into account the 64-bit time_t transition (t64 suffix) in sid/unstable currently in progress?