diff options
-rw-r--r-- | multimedia/makemkv/README | 6 | ||||
-rw-r--r-- | multimedia/makemkv/makemkv.SlackBuild | 4 | ||||
-rw-r--r-- | multimedia/makemkv/makemkv.info | 10 |
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" |