Update mkvtoolnix to 62.0.0

This commit is contained in:
rsadowski 2021-10-11 15:16:39 +00:00
parent 3edbcce77a
commit bcaa2ac119
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.109 2021/10/04 05:48:53 rsadowski Exp $
# $OpenBSD: Makefile,v 1.110 2021/10/11 15:16:39 rsadowski Exp $
COMMENT= create, alter and inspect Matroska files
DISTNAME= mkvtoolnix-61.0.0
DISTNAME= mkvtoolnix-62.0.0
CATEGORIES= multimedia x11

View File

@ -1,2 +1,2 @@
SHA256 (mkvtoolnix-61.0.0.tar.xz) = e43VTX1GSk+9vFMVvp8AC5BNDNO0cRkQBZzmbHd4k1s=
SIZE (mkvtoolnix-61.0.0.tar.xz) = 7662500
SHA256 (mkvtoolnix-62.0.0.tar.xz) = QrhToGPqd7edN/tpiFeUcVmkSBhCw7PUX+hi7iNEAOE=
SIZE (mkvtoolnix-62.0.0.tar.xz) = 7666480

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Rakefile,v 1.8 2021/09/07 05:58:12 rsadowski Exp $
$OpenBSD: patch-Rakefile,v 1.9 2021/10/11 15:16:39 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.
@ -6,7 +6,7 @@ Ensure that the default and working linker is used on all clang archs.
Index: Rakefile
--- Rakefile.orig
+++ Rakefile
@@ -165,7 +165,6 @@ def setup_globals
@@ -164,7 +164,6 @@ def setup_globals
ldflags = ""
ldflags += determine_stack_protector_flags
ldflags += " -pg" if c?(:USE_PROFILING)
@ -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)}"
@@ -1065,10 +1064,8 @@ $common_libs = [
@@ -1063,10 +1062,8 @@ $common_libs = [
:intl,
:iconv,
:fmt,