diff options
author | M.Dinslage <matthewdinslage@gmail.com> | 2023-03-30 19:17:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:11 +0700 |
commit | c69a7fc7a6eea81eb583afe0b51dd59fc6be7fb6 (patch) | |
tree | 3311192d441ed1b8bc11ab0885595708c68a6cbc | |
parent | 52409dddce7687d964f68ddd5b2be0b9bbb9eb9f (diff) | |
download | slackbuilds-c69a7fc7a6eea81eb583afe0b51dd59fc6be7fb6.tar.gz slackbuilds-c69a7fc7a6eea81eb583afe0b51dd59fc6be7fb6.tar.xz |
multimedia/makemkv: Updated for version 1.17.3. New maintainer.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r-- | multimedia/makemkv/README.issues | 2 | ||||
-rw-r--r-- | multimedia/makemkv/makemkv.SlackBuild | 3 | ||||
-rw-r--r-- | multimedia/makemkv/makemkv.info | 14 |
3 files changed, 11 insertions, 8 deletions
diff --git a/multimedia/makemkv/README.issues b/multimedia/makemkv/README.issues index 1c287f5ad9..95a843d76a 100644 --- a/multimedia/makemkv/README.issues +++ b/multimedia/makemkv/README.issues @@ -31,3 +31,5 @@ Note that usually new registration keys are posted in the official MakeMKV forums so that old time-expired MakeMKV versions will still work during the beta (so you won't need to immediately upgrade to a newer version). + +Optional dependency: ccextractor diff --git a/multimedia/makemkv/makemkv.SlackBuild b/multimedia/makemkv/makemkv.SlackBuild index bbdde64d1a..488b27125a 100644 --- a/multimedia/makemkv/makemkv.SlackBuild +++ b/multimedia/makemkv/makemkv.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for MakeMKV # Copyright 2019 T3slider <t3slider@gmail.com> +# Copyright 2023 Matt Dinslage <matthhewdinslage@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=makemkv -VERSION=${VERSION:-1.14.4} +VERSION=${VERSION:-1.17.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/multimedia/makemkv/makemkv.info b/multimedia/makemkv/makemkv.info index f9280dd812..b6b76557a6 100644 --- a/multimedia/makemkv/makemkv.info +++ b/multimedia/makemkv/makemkv.info @@ -1,12 +1,12 @@ PRGNAM="makemkv" -VERSION="1.14.4" +VERSION="1.17.3" HOMEPAGE="http://www.makemkv.com/" -DOWNLOAD="http://www.makemkv.com/download/old/makemkv-oss-1.14.4.tar.gz \ - http://www.makemkv.com/download/old/makemkv-bin-1.14.4.tar.gz" -MD5SUM="e738e5e2e0ff2d556f00002699253271 \ - b7ec3c40359a9b5b5adb1a48dba36f30" +DOWNLOAD="http://www.makemkv.com/download/makemkv-oss-1.17.3.tar.gz \ + http://www.makemkv.com/download/makemkv-bin-1.17.3.tar.gz" +MD5SUM="2cfae50a1b57192fe3f2d9a79c05224f \ + f94a871dcb8951e180c068ca95e189a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="T3slider" -EMAIL="t3slider@gmail.com" +MAINTAINER="M.Dinslage" +EMAIL="matthewdinslage@gmail.com" |