Package Details: makemkv-cli 1.17.6-1

Git Clone URL: https://aur.archlinux.org/makemkv-cli.git (read-only, click to copy)
Package Base: makemkv-cli
Description: DVD and Blu-ray to MKV converter and network streamer - CLI only
Upstream URL: https://www.makemkv.com
Licenses: custom, MPL, LGPL
Conflicts: makemkv
Provides: makemkv
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 13
Popularity: 0.000000
First Submitted: 2015-01-25 15:09 (UTC)
Last Updated: 2024-01-20 12:20 (UTC)

Dependencies (4)

Required by (2)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ILOVEPIE commented on 2022-06-29 18:58 (UTC)

@tee Blu-Ray disks use java for dynamic content including menu systems, so yes, java is required.

tee commented on 2022-03-12 18:23 (UTC)

Does this really depend on java-runtime? The actual makemkv package does not.

miffe commented on 2021-03-19 10:57 (UTC)

1.16.3-1 fails to build for me

gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_linux_ -DMMCCXTR=1  -DHAVE_BUILDINFO_H -Itmp -D_GNU_SOURCE -oout/mmccextr.full mmccextr/ccextractor.c mmccextr/lib_ccx/activity.c mmccextr/lib_ccx/ccx_common_char_encoding.c mmccextr/lib_ccx/ccx_common_common.c mmccextr/lib_ccx/ccx_common_constants.c mmccextr/lib_ccx/ccx_common_option.c mmccextr/lib_ccx/ccx_common_timing.c mmccextr/lib_ccx/ccx_decoders_608.c mmccextr/lib_ccx/ccx_decoders_common.c mmccextr/lib_ccx/ccx_demuxer.c mmccextr/lib_ccx/ccx_encoders_common.c mmccextr/lib_ccx/ccx_encoders_helpers.c mmccextr/lib_ccx/ccx_encoders_srt.c mmccextr/lib_ccx/file_functions.c mmccextr/lib_ccx/general_loop.c mmccextr/lib_ccx/lib_ccx.c mmccextr/lib_ccx/output.c mmccextr/lib_ccx/params.c mmccextr/lib_ccx/params_dump.c mmccextr/lib_ccx/sequencing.c mmccextr/lib_ccx/utility.c -lc \
-ffunction-sections -Wl,--gc-sections -Wl,-z,defs
/usr/bin/ld: /tmp/ccT8zXhQ.o:(.bss+0x0): multiple definition of `signal_ctx'; /tmp/cc9M98Y5.o:(.bss+0x8): first defined here
/usr/bin/ld: /tmp/ccT8zXhQ.o:(.bss+0x20): multiple definition of `ccx_options'; /tmp/cc9M98Y5.o:(.bss+0x20): first defined here
/usr/bin/ld: /tmp/ccSqI6Xr.o:(.bss+0x0): multiple definition of `signal_ctx'; /tmp/cc9M98Y5.o:(.bss+0x8): first defined here
/usr/bin/ld: /tmp/ccSqI6Xr.o:(.bss+0x20): multiple definition of `ccx_options'; /tmp/cc9M98Y5.o:(.bss+0x20): first defined here
/usr/bin/ld: /tmp/ccGPhdHe.o:(.bss+0x20): multiple definition of `ccx_options'; /tmp/cc9M98Y5.o:(.bss+0x20): first defined here
/usr/bin/ld: /tmp/ccGPhdHe.o:(.bss+0x0): multiple definition of `signal_ctx'; /tmp/cc9M98Y5.o:(.bss+0x8): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:115: out/mmccextr.full] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

sbussetti commented on 2021-01-04 22:36 (UTC)

this patch resolves it:

--- PKGBUILD    2021-01-04 17:34:43.698190452 -0500
+++ PKGBUILD.new        2021-01-04 17:35:03.435193343 -0500
@@ -33,6 +33,8 @@
   make DESTDIR="${pkgdir}" install

   cd "${srcdir}"/makemkv-bin-${pkgver}
+  mkdir -p tmp
+  echo "accepted" > tmp/eula_accepted
   make DESTDIR="${pkgdir}" install

   install -Dm644 src/eula_en_linux.txt "${pkgdir}"/usr/share/licenses/${pkgname}/eula_en_linux.txt

sbussetti commented on 2021-01-04 21:13 (UTC)

Seeing the following on version 1.15.4-2 -- Seems like there's an interactive prompt that its getting stuck on?

aura >>= Building failed. Would you like to see the error? [Y/n]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 8765k  100 8765k    0     0  20.0M      0 --:--:-- --:--:-- --:--:-- 20.0M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 6255k  100 6255k    0     0  16.5M      0 --:--:-- --:--:-- --:--:-- 16.4M
    makemkv-bin-1.15.4.tar.gz ... Passed
    makemkv-oss-1.15.4.tar.gz ... Passed
    makemkvcon.1 ... Passed
    mmdtsdec.1 ... Passed
make: *** [Makefile:33: tmp/eula_accepted] Error 2
==> ERROR: A failure occurred in package().
    Aborting...

aura >>= There was a makepkg failure.

ectospasm commented on 2020-12-19 19:51 (UTC)

The PKGBUILD contains a bug. It lists ${url}/download/makemkv-oss-${pkgver}.tar.gz, which downloads makemkv-oss-1.15.4.tar.gz, but includes the b2sum ostensibly for makemkv-oss-1.15.3.tar.gz. If I update the b2sum of this tarball, the PKGBUILD builds normally. I also had to correct an explicit cd makemkv-oss-1.15.3 to be cd makemkv-oss-${pkgver}, in two different places.

Why the old version was hard coded is beyond me.

PreparationH67 commented on 2020-12-11 18:29 (UTC)

Download link is broken and there seems to be a new version https://www.makemkv.com/forum/viewtopic.php?f=3&t=224

FabioLolix commented on 2019-10-23 21:15 (UTC)

@sfranchi temporary keys are posted in their forum https://www.makemkv.com/forum/viewtopic.php?f=5&t=1053

sfranchi commented on 2019-10-23 18:52 (UTC)

@freswa, app_key is no longer valid

freswa commented on 2019-01-11 00:37 (UTC)

Create/Edit ~/.MakeMKV/settings.conf and add a line like

app_Key = "FM8TTDy1lkeqUYgWcIMCo5oqTYbRkENcNWYYFVWevonxQzudoC"