aboutsummaryrefslogtreecommitdiff
path: root/multimedia/makemkv/makemkv.SlackBuild
diff options
context:
space:
mode:
authorT3slider <t3slider@gmail.com>2018-05-23 07:28:57 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-23 07:28:57 +0700
commit4efc0b6cb2b11cd2aa70c90e32f225c9627a0d01 (patch)
tree93acffc06f25bc6dcee15c75c65f089597c55dda /multimedia/makemkv/makemkv.SlackBuild
parentc4318caa5f678d72065cfb84661420017e6d896d (diff)
multimedia/makemkv: Updated for version 1.12.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/makemkv/makemkv.SlackBuild')
-rw-r--r--multimedia/makemkv/makemkv.SlackBuild13
1 files changed, 1 insertions, 12 deletions
diff --git a/multimedia/makemkv/makemkv.SlackBuild b/multimedia/makemkv/makemkv.SlackBuild
index a8c6b40d99ded..671e8468df34d 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