Update mkvtoolnix to 56.1.0

This commit is contained in:
rsadowski 2021-04-24 05:22:04 +00:00
parent 2bfcb91817
commit fc3611873a
3 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.102 2021/03/13 06:03:59 rsadowski Exp $
# $OpenBSD: Makefile,v 1.103 2021/04/24 05:22:04 rsadowski Exp $
COMMENT= create, alter and inspect Matroska files
DISTNAME= mkvtoolnix-55.0.0
REVISION= 0
DISTNAME= mkvtoolnix-56.1.0
CATEGORIES= multimedia x11

View File

@ -1,2 +1,2 @@
SHA256 (mkvtoolnix-55.0.0.tar.xz) = YGFjm9oYrb9cSSZNVJj9Krq0IBE7poDQ60QamqAq+6Y=
SIZE (mkvtoolnix-55.0.0.tar.xz) = 7581572
SHA256 (mkvtoolnix-56.1.0.tar.xz) = df9kdufE6rEMMVr04t148TmdNdp8RhGo+T9MPAtHX3I=
SIZE (mkvtoolnix-56.1.0.tar.xz) = 7632872

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Rakefile,v 1.6 2021/03/13 06:03:59 rsadowski Exp $
$OpenBSD: patch-Rakefile,v 1.7 2021/04/24 05:22:05 rsadowski Exp $
`configure' defines LLVM_LLD, that can only be overridden with another path.
Ensure that the default and working linker is used on all clang archs.
@ -14,7 +14,7 @@ Index: Rakefile
ldflags += " -Llib/libebml/src -Llib/libmatroska/src" if c?(:EBML_MATROSKA_INTERNAL)
ldflags += " -Llib/fmt/src" if c?(:FMT_INTERNAL)
ldflags += " #{c(:EXTRA_LDFLAGS)} #{c(:USER_LDFLAGS)} #{c(:LDFLAGS_RPATHS)} #{c(:BOOST_LDFLAGS)}"
@@ -1056,8 +1055,6 @@ $common_libs = [
@@ -1067,8 +1066,6 @@ $common_libs = [
:iconv,
:fmt,
:pcre2,