summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/makemkv/README5
-rw-r--r--multimedia/makemkv/makemkv.SlackBuild13
-rw-r--r--multimedia/makemkv/makemkv.info10
3 files changed, 7 insertions, 21 deletions
diff --git a/multimedia/makemkv/README b/multimedia/makemkv/README
index 879d1f0e94..098599e8d5 100644
--- a/multimedia/makemkv/README
+++ b/multimedia/makemkv/README
@@ -11,10 +11,7 @@ This package can optionally spoof libaacs and libbdplus, decrypting
discs through MakeMKV instead. To enable this, pass FAKELIBS=yes
to the script. Installing such a package will override existing
libaacs and libbdplus libraries; if you choose to spoof them, the
-real libraries should not be installed. The included mmdtsdec is
-32-bit only. On 64-bit systems, pass MULTILIB=yes to the script to
-include support for DTS-HD MA decoding, which will require multilib
-support.
+real libraries should not be installed.
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
diff --git a/multimedia/makemkv/makemkv.SlackBuild b/multimedia/makemkv/makemkv.SlackBuild
index a8c6b40d99..671e8468df 100644
--- a/multimedia/makemkv/makemkv.SlackBuild
+++ b/multimedia/makemkv/makemkv.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=makemkv
-VERSION=${VERSION:-1.12.0}
+VERSION=${VERSION:-1.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,9 +68,6 @@ fi
# to spoof this, you should ensure those packages are not installed!)
FAKELIBS=${FAKELIBS:-no}
-# Include 32-bit mmdtsdec for decoding DTS-HD Master Audio on 64-bit systems?
-MULTILIB=${MULTILIB:-no}
-
set -e
rm -rf $PKG
@@ -124,14 +121,6 @@ sed -i "s/^\(install:\).*/\1/" Makefile
# We will not leave CPU detection up to the makefile here just in case...
make install ARCH=$ARCHDIR ARCH_OK=1 DESTDIR=$PKG
-# Remove the 32-bit mmdtsdec binary on 64-bit systems unless MULTILIB=yes
-# See http://www.makemkv.com/dtshd/ for setup information.
-# Despite claims of the developer, mmdtsdec will *not* work on pure 64-bit
-# systems.
-if [ "$ARCH" = "x86_64" -a "$MULTILIB" = "no" ]; then
- rm -f $PKG/usr/bin/mmdtsdec
-fi
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/multimedia/makemkv/makemkv.info b/multimedia/makemkv/makemkv.info
index b96503574c..12c5371479 100644
--- a/multimedia/makemkv/makemkv.info
+++ b/multimedia/makemkv/makemkv.info
@@ -1,10 +1,10 @@
PRGNAM="makemkv"
-VERSION="1.12.0"
+VERSION="1.12.2"
HOMEPAGE="http://www.makemkv.com/"
-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="http://www.makemkv.com/download/makemkv-oss-1.12.2.tar.gz \
+ http://www.makemkv.com/download/makemkv-bin-1.12.2.tar.gz"
+MD5SUM="2f9b765106aea740ddd51a69939d98a6 \
+ 5d2832b02a939c52d02600d910f27a7f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg"