Package Details: makemkv 1.18.4-1

Git Clone URL: https://aur.archlinux.org/makemkv.git (read-only, click to copy)
Package Base: makemkv
Description: DVD and Blu-ray to MKV converter
Upstream URL: https://www.makemkv.com
Licenses: LGPL-2.1-or-later, LicenseRef-GuinpinSoft-inc-EULA
Submitter: hydro
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 341
Popularity: 2.03
First Submitted: 2010-01-26 15:31 (UTC)
Last Updated: 2026-06-16 17:06 (UTC)

Dependencies (4)

Sources (4)

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)

Beta key:

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 32 Next › Last »

Muncrief commented on 2022-10-01 03:01 (UTC) (edited on 2022-10-02 13:04 (UTC) by Muncrief)

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.

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

bickman2k commented on 2022-08-10 17:29 (UTC)

Downgrading just glibc (and lib32-glibc in my case) to 2.35 allowed me to run this version again.