diff --git a/multimedia/editor/tageditor/actions.py b/multimedia/editor/tageditor/actions.py index 93d4c4e28b..3750d384ee 100644 --- a/multimedia/editor/tageditor/actions.py +++ b/multimedia/editor/tageditor/actions.py @@ -4,7 +4,7 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import mesontools, cmaketools +from pisi.actionsapi import mesontools, cmaketools, pisitools j = ''.join([ ' -DCMAKE_BUILD_TYPE=Release', @@ -12,14 +12,16 @@ j = ''.join([ ' -DQT_PACKAGE_PREFIX=Qt6', ' -DJS_PROVIDER=none', ' -DWEBVIEW_PROVIDER=none', - ' -B_build -G Ninja -L ' + ' -Bbuild -G Ninja -L ' ]) def setup(): - cmaketools.configure(j) + cmaketools.configure(j) def build(): - mesontools.build("-C _build") + mesontools.build() def install(): - mesontools.install("-C _build") + mesontools.install() + + pisitools.dodoc("LICENSE", "LICENSE.LESSER") diff --git a/multimedia/editor/tageditor/pspec.xml b/multimedia/editor/tageditor/pspec.xml index f875018e0f..f2cb73d822 100644 --- a/multimedia/editor/tageditor/pspec.xml +++ b/multimedia/editor/tageditor/pspec.xml @@ -1,110 +1,112 @@ - - tageditor - https://github.com/Martchus/tageditor - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - app:gui - multimedia.editor - A tag editor with Qt GUI and command-line interface. - - 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.7.8.tar.gz - - - cmake - ninja - appstream - qt6-linguist - cppunit-devel - qt6-base-devel - tagparser-devel - qtutilities-devel - cpp-utilities-devel - qt6-multimedia-devel - - + + tageditor + https://github.com/Martchus/tageditor + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv3 + app:gui + multimedia.editor + A tag editor with Qt GUI and command-line interface. + 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/v3.9.4/tageditor-3.9.4.tar.gz + + cmake + ninja + appstream + qt6-linguist + cppunit-devel + qt6-base-devel + tagparser-devel + qtutilities-devel + cpp-utilities-devel + + - - tageditor - - libgcc - qt6-base - tagparser - qtutilities - cpp-utilities - - - - /usr/bin - /usr/share - /usr/share/doc - - + + tageditor + + libgcc + qt6-base + tagparser + qtutilities + cpp-utilities + + + /usr/bin + /usr/share + /usr/share/doc + + - - - 2023-03-08 - 3.7.8 - Version bump. - fury - uglyside@yandex.ru - - - 2023-02-02 - 3.7.7 - Version bump. - fury - uglyside@yandex.ru - - - 2022-11-23 - 3.7.5 - Version bump. - fury - uglyside@yandex.ru - - - 2022-09-09 - 3.7.5 - Version bump - fury - uglyside@yandex.ru - - - 2022-07-10 - 3.7.3 - Version bump - fury - uglyside@yandex.ru - - - 2022-04-14 - 3.7.0 - Version bump - fury - uglyside@yandex.ru - - - 2022-01-18 - 3.6.0 - Version bump - fury - uglyside@yandex.ru - - - 2021-11-04 - 3.5.0 - First build. - fury - uglyside@yandex.ru - - + + + 2025-02-10 + 3.9.4 + Version bump. + PisiLinux Community + admin@pisilinux.org + + + 2023-03-08 + 3.7.8 + Version bump. + fury + uglyside@yandex.ru + + + 2023-02-02 + 3.7.7 + Version bump. + fury + uglyside@yandex.ru + + + 2022-11-23 + 3.7.5 + Version bump. + fury + uglyside@yandex.ru + + + 2022-09-09 + 3.7.5 + Version bump + fury + uglyside@yandex.ru + + + 2022-07-10 + 3.7.3 + Version bump + fury + uglyside@yandex.ru + + + 2022-04-14 + 3.7.0 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 3.6.0 + Version bump + fury + uglyside@yandex.ru + + + 2021-11-04 + 3.5.0 + First build. + fury + uglyside@yandex.ru + +