From cae771db62ce438069cb68091f923e343e726f1d Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 16 Apr 2022 02:30:15 +0300 Subject: [PATCH] tageditor-3.7.0 --- multimedia/editor/tageditor/actions.py | 8 +++----- multimedia/editor/tageditor/pspec.xml | 11 +++++++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/multimedia/editor/tageditor/actions.py b/multimedia/editor/tageditor/actions.py index 0f016d98a2..d6c013439f 100644 --- a/multimedia/editor/tageditor/actions.py +++ b/multimedia/editor/tageditor/actions.py @@ -18,16 +18,14 @@ j = ''.join([ def setup(): pisitools.cxxflags.add("-Wno-unused-result") - shelltools.makedirs("build") - shelltools.cd("build") - cmaketools.configure(j, sourceDir = '..') + cmaketools.configure("-B_build %s" % j) def build(): - shelltools.cd("build") + shelltools.cd("_build") cmaketools.make() def install(): - shelltools.cd("build") + shelltools.cd("_build") cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.dodoc("../LICENSE", "../README.md") diff --git a/multimedia/editor/tageditor/pspec.xml b/multimedia/editor/tageditor/pspec.xml index 5259231408..d36fc49b74 100644 --- a/multimedia/editor/tageditor/pspec.xml +++ b/multimedia/editor/tageditor/pspec.xml @@ -15,8 +15,8 @@ A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska. - - https://github.com/Martchus/tageditor/archive/refs/tags/v3.6.0.tar.gz + + https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.0.tar.gz cmake @@ -48,6 +48,13 @@ + + 2022-04-14 + 3.7.0 + Version bump + fury + uglyside@yandex.ru + 2022-01-18 3.6.0