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.29
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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 28 Next › Last »

hydro commented on 2016-09-15 21:11 (UTC)

I'm on vacation, sorry for the inconvenience.

ProfessorKaos64 commented on 2016-09-15 17:01 (UTC)

Please update your md5sums, package failed to verify.

jarerod commented on 2016-09-13 20:35 (UTC)

This is now out of date, updated tars are at: http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224

hydro commented on 2016-07-27 04:51 (UTC)

@Wesley_Chan Note: Packages in the AUR assume that the base-devel group is installed, i.e. they do not list the group's members as dependencies explicitly. https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

Wesley_Chan commented on 2016-07-27 02:51 (UTC) (edited on 2016-07-27 02:53 (UTC) by Wesley_Chan)

It needs pkg-config and fakeroot as build-time dependencies.

Brinox commented on 2016-06-25 12:31 (UTC)

Please remove these lines update-desktop-database -q xdg-icon-resource forceupdate --theme hicolor from the .install file, as these operations will now be executed automatically by the pacman hooks.

Marcel_K commented on 2016-06-22 22:54 (UTC)

True. Adding sed 's/$(DESTDIR)/"$(DESTDIR)"/' -i Makefile after l. 33 instead of sending quotes is better. BTW, @hydro, you don't need to bump pkgrel if the resulting package is the same.

abouvier commented on 2016-06-21 03:54 (UTC)

It's the variables inside of the makemkv's Makefile who should have quotes around them.

Marcel_K commented on 2016-06-20 12:41 (UTC)

That's due to the fact that there are spaces in your directory name. Apparently only surrounding $pkgdir with double quotes isn't enough when doing make install in line 34. When I explicitly send those quotes to make, the issue is solved: make DESTDIR=\""${pkgdir}"\" install

jabster commented on 2016-06-20 12:08 (UTC)

So I was getting this error: ==> Entering fakeroot environment... ==> Starting package()... /usr/bin/install -c -D -m 644 out/libdriveio.so.0 /home/john/Downloads/AUR Builds/makemkv/pkg/makemkv/usr/lib/libdriveio.so.0 /usr/bin/install: target 'Builds/makemkv/pkg/makemkv/usr/lib/libdriveio.so.0' is not a directory make: *** [Makefile:33: install] Error 1 ==> ERROR: A failure occurred in package(). Aborting... When I renamed "AUR Builds" to "AURBuilds" everything worked. I don't know if that 's a bug in the PKGBUILD file or what, but it's definitely a bug. I don't know nearly enough to check myself.