Package Details: makemkv 1.17.6-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: MPL, LGPL, custom: GuinpinSoft Inc EULA
Submitter: hydro
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 316
Popularity: 3.76
First Submitted: 2010-01-26 15:31 (UTC)
Last Updated: 2024-01-20 13:27 (UTC)

Dependencies (4)

Required by (2)

Sources (5)

Pinned Comments

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 .. 26 Next › Last »

albuntu commented on 2020-12-14 16:29 (UTC)

Today: Error during check of the sha256 sums:

makemkv-oss-1.15.4.tar.gz ... FEHLGESCHLAGEN

lwndow commented on 2020-08-14 22:26 (UTC)

After moving myself to Arch, I believe you were right and can remove the stdc lib, it generates warnings on compile, but no different outcome. Apologies for the confusion.

lwndow commented on 2020-07-29 13:43 (UTC)

Good call on not clobbering the variable, I brute-forced it. I would have agreed about just being bad luck, but downgraded to 1.15.1 and was able to read the discs that were problematic before, and attempted in 1.15.2 on Windows and were able to read those same discs.

Thanks for looking into this.

Marcel_K commented on 2020-07-28 15:29 (UTC)

Strange, on Arch Linux I am able to read discs. Moreover, the linked topic is about a compilation issue, while your problem seems about reading discs. It might be just bad luck (I do have reading issues, too, every once in a while, probably due to wear of the BD-player).

Generally, I'm not that much in favour of adding specific flags for other distros than Arch, but I'll do some further testing (by adding the flag, it is not a good habit to completely overwrite them) and if it doesn't seem to hurt, I'll add it (without bumping pkgrel, as this change should result in the same package, anyway).

lwndow commented on 2020-07-28 14:44 (UTC) (edited on 2020-07-28 14:47 (UTC) by lwndow)

Hi, thanks for maintaining this.

As of updating to 1.15.2, I could no longer read discs (drive would just eternally spin up and down). Doing some reading led me to this thread: https://www.makemkv.com/forum/viewtopic.php?f=3&p=93416#p93416. Adding the CFLAGS allowed me to read discs again. (Manjaro 20.0.3, kernel 5.7.9).

$ git diff PKGBUILD 
diff --git a/PKGBUILD b/PKGBUILD
index 44af57d..7829f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ md5sums=('17dd19b4d92354f9489188c4edd2a285'

build() {
   cd "${srcdir}/${pkgname}-oss-${pkgver}"
-  CC=gcc CXX=g++ ./configure --prefix=/usr
+  CFLAGS="-std=c++11" C=gcc CXX=g++ ./configure --prefix=/usr
   make
}

Marcel_K commented on 2020-05-22 16:14 (UTC)

Thanks, hydro, for maintaining this package this long!

soloturn commented on 2019-08-01 05:28 (UTC)

when starting gnome so qt applications as well use wayland

QT_QPA_PLATFORM=wayland XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session

makemkv does not work with

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
...
Aborted (core dumped)

add the qt5-wayland dependency solves the problem.

yay -S qt5-wayland