Pinned Comments
FabioLolix commented on 2024-07-20 16:33 (UTC)
This now depends on libavcodec.so
so when it needs to be rebuilded against new ffmpeg
version you are forced to uninstall first otherwise the update will be blocked
fosskers commented on 2023-06-11 13:56 (UTC)
I can confirm that a manual sudo modprobe sg
was necessary to get makepkg
to detect my DVD drive.
FabioLolix commented on 2023-03-16 21:41 (UTC)
ilf0 commented on 2022-10-02 10:48 (UTC)
makemkv starts for me. But it sais "Downloading latest SDF to /home/user/.MakeMKV …", and after a while displays a popup "Fatal error occurred, program will now exit." with the only button an "OK" exiting the program.
Muncrief commented on 2022-10-01 03:01 (UTC) (edited on 2022-10-02 13:04 (UTC) by Muncrief)
Anuskuss commented on 2022-09-17 22:46 (UTC)
Get yourself downgrade and run
sudo downgrade glibc=2.35-6 lib32-glibc=2.35-6 gcc-libs=12.1.0-3 gcc=12.1.0-3
Be aware that this breaks stuff that relies on GLIBC_2.36
(e.g. systemd) so make sure to update afterwards.
gary9872 commented on 2022-09-02 21:26 (UTC)
I got farther using flatpak, but all disc still fail :(
preinkemeier commented on 2022-08-13 08:27 (UTC) (edited on 2022-08-13 08:27 (UTC) by preinkemeier)
Try using flatpak and the version distributed on flathub. This works well for me. I just successfully ripped a DVD with it.
freswa commented on 2022-08-11 01:36 (UTC)
@chowbok You're absolutely correct. I deleted my comment to not lead to misinformation.
chowbok commented on 2022-08-11 01:19 (UTC)
Don't see how a change in the headers could affect an already-compiled application.
bickman2k commented on 2022-08-10 20:00 (UTC) (edited on 2022-08-10 20:00 (UTC) by bickman2k)
I also downgraded gcc, gcc-libs, and llvm-libs.
Murray7501 commented on 2022-08-10 17:55 (UTC)
@bickman2k how did you downgrade it ?
I couldn't do it with pacman -U glibc-2.35-6-x86_64.pkg.tar.zst from the cache
so I went with the pacman -Syyuu after editing pacman 's mirrorlist to arch back in time
Using Flatpaks from Flathub I was able to restore a fully functional MakeMKV/VLC system. MakeMKV rips disks just as well as ever, and VLC actually plays Blu-rays with menus better than ever. Note that the repeated execution of "flatpak install vlc" is not a mistake. Each time you execute the command a list of options is presented, and my instructions tell you which one to choose.
First install flatpak:
sudo pacman -S flatpak
Now reboot.
Install MakeMKV (choose "app/com.makemkv.MakeMKV/x86_64/stable"):
flatpak install makemkv
Install VLC (choose "app/org.videolan.VLC/x86_64/stable"):
flatpak install vlc
Install VLC MakeMKV plugin (choose latest version from list like "runtime/org.videolan.VLC.Plugin.makemkv/x86_64/3-21.08"):
flatpak install vlc
Install VLC Java plugin (choose latest version from list like "runtime/org.videolan.VLC.Plugin.bdj/x86_64/3-21.08"):
flatpak install vlc
Install VLC FDK-AAC plugin (choose latest version from list like "runtime/org.videolan.VLC.Plugin.fdkaac/x86_64/3-21.08"):
flatpak install vlc
That's it. MakeMKV/VLC should now run just as if they'd been installed normally. Except, like I said earlier, Blu-rays with menus actually seem to work better in VLC now.