Package Details: makemkv 1.18.3-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: 339
Popularity: 1.41
First Submitted: 2010-01-26 15:31 (UTC)
Last Updated: 2026-01-30 06: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

1 2 3 4 5 6 .. 30 Next › Last »

malevolent commented on 2026-02-24 15:58 (UTC)

makemkv-oss-1.18.3.tar.gz downloads corrupted, tried several times, deleting cache, but no luck. Downloading directly from upstream also fails with wget or browser. Internet Wayback machine has something, but with 6.3MB weight and different checksum, and cannot be untarred manually

$ tar zxvf makemkv-oss-1.18.3.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

NukeCode87 commented on 2026-02-05 12:18 (UTC)

Just thought I'd ask again if you'd add me as a co-maintainer so I can automate the updates for this package?

NukeCode87 commented on 2026-02-01 03:26 (UTC)

@FabioLolix, If you'd like some help maintaining this repo, I'd be glad to help. I would like to setup an automated update script to keep this repo up to date .

Kage-Yami commented on 2026-01-31 01:08 (UTC)

@retuow That is... very weird. Can't say I've ever experienced that sort of problem before... but whatever the case is, can confirm it's worked for me today.

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