From 96fc850105772296f5492dc1a3e336fd9c2ca8e6 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 00:59:04 +0300 Subject: [PATCH] mkvtoolnix : ver bump --- multimedia/converter/mkvtoolnix/actions.py | 10 ++-- multimedia/converter/mkvtoolnix/pspec.xml | 54 +++++++++++-------- .../converter/mkvtoolnix/translations.xml | 2 +- 3 files changed, 39 insertions(+), 27 deletions(-) diff --git a/multimedia/converter/mkvtoolnix/actions.py b/multimedia/converter/mkvtoolnix/actions.py index bb5fb64cbc..39add5511d 100644 --- a/multimedia/converter/mkvtoolnix/actions.py +++ b/multimedia/converter/mkvtoolnix/actions.py @@ -21,11 +21,13 @@ pisitools.flags.add("-DBOOST_FILESYSTEM_VERSION=3") def setup(): # pisitools.dosed("configure.in", "curl", deleteLine=True) + shelltools.system("./autogen.sh") autotools.autoreconf("-fiv") autotools.configure("--enable-gui \ - --without-curl \ - --with-flac \ - --with-boost-libdir=/usr/lib ") + --without-curl \ + --with-flac \ + --disable-update-check \ + --with-boost-libdir=/usr/lib ") def build(): shelltools.system("rake") @@ -33,4 +35,4 @@ def build(): def install(): shelltools.system('rake install DESTDIR="%s"' % get.installDIR()) - pisitools.dodoc("AUTHORS", "NEWS*", "README*") + pisitools.dodoc("COPYING*", "README*") \ No newline at end of file diff --git a/multimedia/converter/mkvtoolnix/pspec.xml b/multimedia/converter/mkvtoolnix/pspec.xml index 35ebd716d8..56dd0431a3 100644 --- a/multimedia/converter/mkvtoolnix/pspec.xml +++ b/multimedia/converter/mkvtoolnix/pspec.xml @@ -1,5 +1,5 @@ - + mkvtoolnix @@ -8,52 +8,55 @@ PisiLinux Community admins@pisilinux.org + multimedia.converter GPLv2 mmg app:console 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://mkvtoolnix.download/sources/mkvtoolnix-43.0.0.tar.xz + https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-46.0.0/mkvtoolnix-release-46.0.0.tar.gz - qt5-base-devel - qt5-multimedia-devel - qt5-linguist + fmt + file + rubygems + flac-devel zlib-devel ruby-devel - rubygems cmark-devel - flac-devel - boost-devel + boost-devel + docbook-xsl libogg-devel + qt5-linguist + libxslt-devel + pugixml-devel libebml-devel + qt5-base-devel libvorbis-devel libmatroska-devel - docbook-xsl - libxslt-devel + imagemagick-devel + qt5-multimedia-devel pulseaudio-libs-devel - pugixml-devel - file - imagemagick-devel mkvtoolnix + A set of tools to create, alter and inspect Matroska files - pugixml - flac - boost - libogg file - libvorbis + flac zlib - qt5-base - qt5-multimedia - libgcc cmark + boost + libgcc + libogg libebml + pugixml + qt5-base + libvorbis libmatroska + qt5-multimedia /usr/share/man @@ -70,6 +73,13 @@ + + 2020-05-18 + 46.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-08 43.0.0 @@ -134,4 +144,4 @@ groni@pisilinux.org - + \ No newline at end of file diff --git a/multimedia/converter/mkvtoolnix/translations.xml b/multimedia/converter/mkvtoolnix/translations.xml index 94e9af0c7e..9f54b7b3c9 100644 --- a/multimedia/converter/mkvtoolnix/translations.xml +++ b/multimedia/converter/mkvtoolnix/translations.xml @@ -5,4 +5,4 @@ Matroska dosyalarını yaratmak, değiştirmek ve incelemek için araçlar mkvtoolnix Matroska (MKV) dosyaları ile kullanılmak için bilgi edinme aracı (mkvinfo), veri/iz çıkarmak aracı (mkvextract) ve MKV oluşturma aracı (mkvmerge) içeren araç setidir. - + \ No newline at end of file