summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author T3slider2018-04-22 13:17:05 +0200
committer Willy Sudiarto Raharjo2018-04-28 01:40:09 +0200
commiteab26e0fba7dffb637e539dca4b39c6a0f3cf878 (patch)
treedfeb8f03eb67690e32710f6d511ae4745fe87fc2
parent90b8c9600c9a6b307246e5de2efa9353a0c946ca (diff)
downloadslackbuilds-eab26e0fba7dffb637e539dca4b39c6a0f3cf878.tar.gz
multimedia/makemkv: Updated for version 1.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--multimedia/makemkv/README6
-rw-r--r--multimedia/makemkv/makemkv.SlackBuild4
-rw-r--r--multimedia/makemkv/makemkv.info10
3 files changed, 13 insertions, 7 deletions
diff --git a/multimedia/makemkv/README b/multimedia/makemkv/README
index 65b672edf9..879d1f0e94 100644
--- a/multimedia/makemkv/README
+++ b/multimedia/makemkv/README
@@ -16,4 +16,10 @@ real libraries should not be installed. The included mmdtsdec is
include support for DTS-HD MA decoding, which will require multilib
support.
+Note that recent versions of MakeMKV may require loading the 'sg' kernel
+module to properly detect your optical drive. You may wish to add the
+following line to /etc/rc.d/rc.modules.local:
+
+ /sbin/modprobe sg
+
See README.issues for further discussion of MakeMKV.
diff --git a/multimedia/makemkv/makemkv.SlackBuild b/multimedia/makemkv/makemkv.SlackBuild
index c990887b78..a8c6b40d99 100644
--- a/multimedia/makemkv/makemkv.SlackBuild
+++ b/multimedia/makemkv/makemkv.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for MakeMKV
-# Copyright 2017 T3slider <t3slider@gmail.com>
+# Copyright 2018 T3slider <t3slider@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=makemkv
-VERSION=${VERSION:-1.10.8}
+VERSION=${VERSION:-1.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/multimedia/makemkv/makemkv.info b/multimedia/makemkv/makemkv.info
index 5cc2408ec1..b96503574c 100644
--- a/multimedia/makemkv/makemkv.info
+++ b/multimedia/makemkv/makemkv.info
@@ -1,10 +1,10 @@
PRGNAM="makemkv"
-VERSION="1.10.8"
+VERSION="1.12.0"
HOMEPAGE="http://www.makemkv.com/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/makemkv-oss-1.10.8.tar.gz \
- http://ponce.cc/slackware/sources/repo/makemkv-bin-1.10.8.tar.gz"
-MD5SUM="8190ee67ecd2f0f10ff17484cf230045 \
- a4fd73ed31882e93c7009db044153368"
+DOWNLOAD="http://www.makemkv.com/download/makemkv-oss-1.12.0.tar.gz \
+ http://www.makemkv.com/download/makemkv-bin-1.12.0.tar.gz"
+MD5SUM="ffa31b99b6654db142bcc42a77cef489 \
+ b4e94ddd7ef3eb1745dcfd43b8a07aef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg"