Skip to content

Commit

Permalink
multimedia/mkvtoolnix: Update to upstream release 84.0
Browse files Browse the repository at this point in the history
Details:
- New features and bug fixes, see
  https://mkvtoolnix.download/doc/NEWS.md
- Now requires a c++20 compiler

MFH:		2024Q2
  • Loading branch information
ephemeralriggs committed May 1, 2024
1 parent e5ebc3e commit 8445b7e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
6 changes: 3 additions & 3 deletions multimedia/mkvtoolnix/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= mkvtoolnix
PORTVERSION= 83.0
PORTVERSION= 84.0
CATEGORIES= multimedia audio
MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/ \
https://mkvtoolnix.download/sources/
Expand Down Expand Up @@ -50,13 +50,13 @@ BINARY_ALIAS= qmake=${QMAKE} \
uic=${UIC}

# Flavor handling
_USES_qt6= compiler:c++17-lang desktop-file-utils gl iconv localbase \
_USES_qt6= compiler:c++20-lang desktop-file-utils gl iconv localbase \
pkgconfig qmake:no_env qt:6 shared-mime-info tar:xz
_USE_GL_qt6= gl opengl
_USE_QT_qt6= base declarative multimedia svg tools
_PLIST_SUB_qt6= GUI=
_CONFIGURE_ARGS_nogui= --disable-gui
_USES_nogui= compiler:c++17-lang iconv localbase pkgconfig qmake:no_env \
_USES_nogui= compiler:c++20-lang iconv localbase pkgconfig qmake:no_env \
qt:6 tar:xz
_USE_QT_nogui= base multimedia svg tools:build
_PLIST_SUB_nogui= GUI="@comment "
Expand Down
6 changes: 3 additions & 3 deletions multimedia/mkvtoolnix/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1710455429
SHA256 (mkvtoolnix-83.0.tar.xz) = 6a8615436406c7fa45bfb2b6270da1bf06ea54cfcd13c3699643833e1d73ecbc
SIZE (mkvtoolnix-83.0.tar.xz) = 11278152
TIMESTAMP = 1714316078
SHA256 (mkvtoolnix-84.0.tar.xz) = e9176dea435c3b06b4716fb131d53c8f2621977576ccc4aee8ff9050c0d9ea7a
SIZE (mkvtoolnix-84.0.tar.xz) = 11325260
7 changes: 3 additions & 4 deletions multimedia/mkvtoolnix/files/patch-configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- configure.orig 2021-07-31 12:27:46 UTC
--- configure.orig 2024-04-29 05:34:06 UTC
+++ configure
@@ -8969,14 +8969,10 @@ fi
@@ -8723,13 +8723,9 @@ printf "%s\n" "$ac_cv_fmt" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fmt" >&5
printf "%s\n" "$ac_cv_fmt" >&6; }

Expand All @@ -11,8 +11,7 @@
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5
printf "%s\n" "$as_me: Using the internal version of fmt" >&6;}
FMT_INTERNAL=yes
ac_cv_fmt_v8=yes
-fi

if test $ac_cv_fmt_v8 = yes; then


11 changes: 11 additions & 0 deletions multimedia/mkvtoolnix/files/patch-src_common_sorting.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- src/common/sorting.h.orig 2024-04-28 10:37:21 UTC
+++ src/common/sorting.h
@@ -27,7 +27,7 @@ template< typename Titer

template< typename Titer
, typename Tcriterion_maker
- , typename Tcriterion = typename std::result_of< Tcriterion_maker(typename std::iterator_traits<Titer>::value_type) >::type
+ , typename Tcriterion = typename std::invoke_result< Tcriterion_maker, typename std::iterator_traits<Titer>::value_type >::type
, typename Tcomparator = std::less<Tcriterion>
>
void
1 change: 1 addition & 0 deletions multimedia/mkvtoolnix/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ share/man/man1/mkvpropedit.1.gz
%%NLS%%share/locale/ja/LC_MESSAGES/mkvtoolnix.mo
%%NLS%%share/locale/ko/LC_MESSAGES/mkvtoolnix.mo
%%NLS%%share/locale/lt/LC_MESSAGES/mkvtoolnix.mo
%%NLS%%share/locale/nb/LC_MESSAGES/mkvtoolnix.mo
%%NLS%%share/locale/nl/LC_MESSAGES/mkvtoolnix.mo
%%NLS%%share/locale/pl/LC_MESSAGES/mkvtoolnix.mo
%%NLS%%share/locale/pt/LC_MESSAGES/mkvtoolnix.mo
Expand Down

0 comments on commit 8445b7e

Please sign in to comment.