Package Details: makemkv 1.17.9-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: 328
Popularity: 2.11
First Submitted: 2010-01-26 15:31 (UTC)
Last Updated: 2025-02-01 21:02 (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 2 3 4 5 6 7 8 9 10 11 .. 28 Next › Last »

freswa commented on 2023-03-07 21:44 (UTC)

ffmpeg patch will need to be modified for upcoming ffmpeg 6: https://forum.makemkv.com/forum/viewtopic.php?f=3&t=30396

OreoMonster commented on 2023-02-22 04:07 (UTC) (edited on 2023-02-22 04:07 (UTC) by OreoMonster)

1.17.3-1 Running Manjaro Sway

Out of the box makeMKV gui didn't automatically pick up optical drives. Found this on the makeMKV forums from a while back:

https://forum.makemkv.com/forum/viewtopic.php?t=23759

TLDR; run:

"modprobe sg"

with privilege, then restart makeMKV and it just works

Still works now

s.f commented on 2023-02-05 17:30 (UTC)

1.17.3 is out and works like expected.

Strit commented on 2023-01-29 22:12 (UTC)

You can add aarch64 to the architectures.

It builds and launches fine on my Pinebook Pro.

enjoirules commented on 2022-10-12 22:17 (UTC)

1.17.2 is out now, changing pkgver (and updpkgsums) to that worked for me.

https://forum.makemkv.com/forum/viewtopic.php?f=3&t=224

rfried commented on 2022-10-03 21:25 (UTC)

@muncrief, Thanks you for your great flatpak workaround for getting makemkv running on latest manjaro

Muncrief commented on 2022-10-02 12:30 (UTC)

@ilf0, as far as I know MakeMKV is broken across all Linux distributions using glibc 2.36. The problem lies in the binary blob at the heart of MakeMKV, and can only be fixed by the developer. It's been two months since the glibc change though, so the fact that the blob hasn't been updated is concerning.

However a fully functional MakeMKV installation, and VLC using it's Blu-ray enabling libraries, can be installed using Flatpaks from Flathub as I described below.

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)

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.