multimedia/makemkv: Updated for version 1.12.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
T3slider 2018-05-23 07:28:57 +07:00 committed by Willy Sudiarto Raharjo
parent c4318caa5f
commit 4efc0b6cb2
3 changed files with 7 additions and 21 deletions

View file

@ -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

View file

@ -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

View file

@ -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"