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.16
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 2 3 4 5 6 7 8 .. 32 Next › Last »

retuow commented on 2026-01-30 15:03 (UTC) (edited on 2026-01-30 15:03 (UTC) by retuow)

@Kage-Yami: I had issues at well, but they seem to be download related. For me the makemkv-bin-1.18.3.tar.gz file passed the check, but the makemkv-oss-1.18.3.tar.gz one didn't.

I checked the downloaded files, and for me the makemkv-oss-1.18.3.tar.gz was corrupted, I could not check it with tar:

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

I cleared the files (in my case from ~/.cache/paru/clone/makemkv) and tried again a couple of hours later. This time, the install worked without issues, and with the original checksums.

Kage-Yami commented on 2026-01-30 10:18 (UTC)

I'm getting a different SHA-256 for the bin archive downloaded than what's in the PKGBUILD... wonder if upstream did a silent update?

b3caa5a1511053bfbc1ca2cfa39d85a0fbe1bee0d97ea3335e7755a0dcce9043  makemkv-bin-1.18.3.tar.gz

Kage-Yami commented on 2026-01-30 09:23 (UTC)

Re. Mirto52's comment - looks like upstream is now moving old versions to a subpath when releasing newer versions. Not great, they should be staying in the same place, but that's something that would need to be raised with upstream (likely on their forums).

Mirto52 commented on 2026-01-29 17:12 (UTC)

Trying to install MakeMKV I receive a package not found error.

I discovered that the package was moved do the /old directory

So, in the construction file, I needed to change these lines from

source=(${url}/download/${pkgname}-bin-${pkgver}.tar.gz
        ${url}/download/${pkgname}-oss-${pkgver}.tar.gz

to

source=(${url}/download/old/${pkgname}-bin-${pkgver}.tar.gz
        ${url}/download/old/${pkgname}-oss-${pkgver}.tar.gz

NukeCode87 commented on 2026-01-29 11:56 (UTC)

Hey, would you mind making me a co-maintainer so I can automate the updates for this package?

ZeroDot1 commented on 2025-12-04 15:30 (UTC)

sudo sh -c 'echo "sg" > /etc/modules-load.d/sg.conf' sudo modprobe sg yay --rebuild makemkv

loganmarchione commented on 2025-10-16 20:45 (UTC)

The command for yay is yay --rebuild makemkv

FabioLolix commented on 2025-10-10 09:28 (UTC)

Any word on when this package will get the update to version 1.18.2?

@Kanogul reminder that updating pkgbuilds isn't my paid job; if you can't wait grab the pkgbuild, edit pkgver= to the last version, update hash with updpkgsums and build then build with makepkg or devtools

FabioLolix commented on 2025-10-10 09:25 (UTC)

@FabioLoix How would one rebuild the package? I have tried reinstalling

in this case reinstalling solves nothing because the package is still linked to the old version, makepkg -sf force rebuild


"/usr/bin/makemkvcon: error while loading shared libraries: libavcodec.so.61: cannot open shared object file: No such file or directory"

@jaja27 what pkgbuild are you using? This one on the AUR have a depends on libavcodec.so since 15 months; you should be forced to remove the old package otherwise it will block the system update with an error like:

error: failed to prepare transaction (could not satisfy dependencies)
:: installing ffmpeg ($VERSION) breaks dependency 'libavcodec.so=$VERSION' required by makemkv

jaja27 commented on 2025-10-09 19:06 (UTC)

Thank you both, @holunder and @dontbemeantome, I just discovered the --rebuild flag thanks to you :)