From 4961de9b1d7b48fe711ddec0fcf590d323b2cb76 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 29 Jun 2021 18:32:14 +0300 Subject: [PATCH] mkvtoolnix ver. bump --- multimedia/converter/mkvtoolnix/actions.py | 7 +++---- multimedia/converter/mkvtoolnix/pspec.xml | 13 +++++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/multimedia/converter/mkvtoolnix/actions.py b/multimedia/converter/mkvtoolnix/actions.py index 39add5511d..7bc9a1ce6c 100644 --- a/multimedia/converter/mkvtoolnix/actions.py +++ b/multimedia/converter/mkvtoolnix/actions.py @@ -19,13 +19,12 @@ shelltools.export("DRAKETHREADS", get.makeJOBS().replace("-j", "")) pisitools.flags.add("-DBOOST_FILESYSTEM_VERSION=3") def setup(): + #shelltools.system("rm -rf lib/{boost,fmt,jpcre2,libebml,libmatroska,nlohmann-json,pugixml,utf8-cpp}") # pisitools.dosed("configure.in", "curl", deleteLine=True) shelltools.system("./autogen.sh") autotools.autoreconf("-fiv") - autotools.configure("--enable-gui \ - --without-curl \ - --with-flac \ + autotools.configure("--with-flac \ --disable-update-check \ --with-boost-libdir=/usr/lib ") @@ -35,4 +34,4 @@ def build(): def install(): shelltools.system('rake install DESTDIR="%s"' % get.installDIR()) - pisitools.dodoc("COPYING*", "README*") \ No newline at end of file + pisitools.dodoc("COPYING*", "README*") diff --git a/multimedia/converter/mkvtoolnix/pspec.xml b/multimedia/converter/mkvtoolnix/pspec.xml index c2c7654993..aa37ab7cd2 100644 --- a/multimedia/converter/mkvtoolnix/pspec.xml +++ b/multimedia/converter/mkvtoolnix/pspec.xml @@ -15,9 +15,9 @@ app:gui A set of tools to create, alter and inspect Matroska files MKVToolnix is a set of tools (mkvmerge, mkvinfo and mkvextract) With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. - https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-46.0.0/mkvtoolnix-release-46.0.0.tar.gz + https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-58.0.0/mkvtoolnix-release-58.0.0.tar.gz - fmt + fmt-devel file rubygems flac-devel @@ -26,6 +26,7 @@ cmark-devel boost-devel docbook-xsl + libpcre2-devel libogg-devel qt5-linguist libxslt-devel @@ -53,6 +54,7 @@ libogg libebml pugixml + libpcre2 qt5-base libvorbis libmatroska @@ -73,6 +75,13 @@ + + 2021-06-29 + 58.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-05-18 46.0.0