summaryrefslogtreecommitdiffstats
path: root/multimedia/makemkv/makemkv.SlackBuild
diff options
context:
space:
mode:
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 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