Skip to content

Commit 57a68af

Browse files
committed
mkvtoolnix: update to 91.0
- It contains Autotools source with a full configuration file, but it does not generate a Makefile for building. So use the functions within the autotools template to complete the autotools configuration and manually rake to build.
1 parent d54e278 commit 57a68af

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

app-multimedia/mkvtoolnix/autobuild/build

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
abinfo "Configuring MKVToolNix ..."
2-
"$SRCDIR"/configure \
3-
--prefix=/usr \
4-
--with-boost-libdir=/usr/lib \
5-
--enable-qt \
6-
--without-curl
1+
# Use the functions within the autotools template
2+
# to complete the autotools configuration.
3+
build_autotools_update_base
4+
build_autotools_regenerate
5+
build_autotools_configure
76

87
abinfo "Building MKVToolNix ..."
98
rake \

app-multimedia/mkvtoolnix/autobuild/defines

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ PKGDES="Set of tools to create, edit and inspect Matroska files"
77

88
AB_FLAGS_O3=1
99
AB_FLAGS_SPECS=0
10+
ABSHADOW=0
11+
12+
# FIXME: If set ABTYPE=autotools, will return error `make: *** No targets
13+
# specified and no makefile found.`
14+
#
15+
# It contains Autotools source with a full configuration file, but it
16+
# does not generate a Makefile for building.
17+
ABTYPE=self
18+
AUTOTOOLS_AFTER=(
19+
"--disable-update-check"
20+
)

app-multimedia/mkvtoolnix/spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=87.0
1+
VER=91.0
22
SRCS="tbl::https://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-$VER.tar.xz"
3-
CHKSUMS="sha256::01cdfcbe01d9a771da4d475ed44d882a97695d08b6939684cebf56231bdee820"
3+
CHKSUMS="sha256::451320ee90a041cf85b42dbb4683316bf288d2382c54cdd8cd33b1e0258a3bb3"
44
CHKUPDATE="anitya::id=1991"

0 commit comments

Comments
 (0)