mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/mkvtoolnix: Updated for version 65.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cedf75d97a
commit
8257aab135
3 changed files with 9 additions and 6 deletions
|
@ -10,7 +10,7 @@ Note: This comes with internal versions of libembl and libmatroska.
|
|||
Configure will use the internal versions if it fails to find them or
|
||||
they are unusable.
|
||||
|
||||
Interested parties can build QT version of GUI by passing QTGUI=yes.
|
||||
The script will build QT GUI by default. It can be disabled by GUI=no
|
||||
|
||||
It is also possible to install translation of man pages. It requires
|
||||
po4a to be installed. Configure catches it automatically.
|
||||
|
|
|
@ -25,11 +25,13 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mkvtoolnix
|
||||
VERSION=${VERSION:-60.0.0}
|
||||
VERSION=${VERSION:-65.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
GUI=${GUI:-yes}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
|
@ -88,7 +90,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
--localstatedir=/var \
|
||||
--enable-qt=${QTGUI:-no} \
|
||||
--enable-gui="$GUI" \
|
||||
--disable-static \
|
||||
--docdir=/usr/$PRGNAM-$VERSION \
|
||||
--htmldir=/usr/$PRGNAM-$VERSION \
|
||||
--with-boost
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mkvtoolnix"
|
||||
VERSION="60.0.0"
|
||||
VERSION="65.0.0"
|
||||
HOMEPAGE="https://mkvtoolnix.download/"
|
||||
DOWNLOAD="https://mkvtoolnix.download/sources/mkvtoolnix-60.0.0.tar.xz"
|
||||
MD5SUM="b9258789b132da04be92f12c18b1b801"
|
||||
DOWNLOAD="https://mkvtoolnix.download/sources/mkvtoolnix-65.0.0.tar.xz"
|
||||
MD5SUM="d409f1e54557750cdb2d357a4a16d5db"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cmark"
|
||||
|
|
Loading…
Reference in a new issue