tageditor-3.9.4

This commit is contained in:
uglyside
2025-02-10 11:22:58 +03:00
parent 004edfe173
commit 972d8dc62a
2 changed files with 113 additions and 109 deletions
+7 -5
View File
@@ -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")
+106 -104
View File
@@ -1,110 +1,112 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tageditor</Name>
<Homepage>https://github.com/Martchus/tageditor</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL-2</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.editor</PartOf>
<Summary>A tag editor with Qt GUI and command-line interface.</Summary>
<Description>
A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska.
</Description>
<Archive sha1sum="22b283d76e25db64ed5b6cdc65b6d16b99a159c4" type="targz">
https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.8.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>appstream</Dependency>
<Dependency>qt6-linguist</Dependency>
<Dependency>cppunit-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>tagparser-devel</Dependency>
<Dependency>qtutilities-devel</Dependency>
<Dependency>cpp-utilities-devel</Dependency>
<Dependency>qt6-multimedia-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>tageditor</Name>
<Homepage>https://github.com/Martchus/tageditor</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv3</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.editor</PartOf>
<Summary>A tag editor with Qt GUI and command-line interface.</Summary>
<Description>A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska.</Description>
<Archive sha1sum="b36eb6d4b79483a6bb45c931577bfaeb89db965c" type="targz">https://github.com/Martchus/tageditor/archive/v3.9.4/tageditor-3.9.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>appstream</Dependency>
<Dependency>qt6-linguist</Dependency>
<Dependency>cppunit-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>tagparser-devel</Dependency>
<Dependency>qtutilities-devel</Dependency>
<Dependency>cpp-utilities-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>tageditor</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>tagparser</Dependency>
<Dependency>qtutilities</Dependency>
<Dependency>cpp-utilities</Dependency>
<!-- <Dependency>qt6-declarative</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>tageditor</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>tagparser</Dependency>
<Dependency>qtutilities</Dependency>
<Dependency>cpp-utilities</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2023-03-08</Date>
<Version>3.7.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2023-02-02</Date>
<Version>3.7.7</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="6">
<Date>2022-11-23</Date>
<Version>3.7.5</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2022-09-09</Date>
<Version>3.7.5</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2022-07-10</Date>
<Version>3.7.3</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-14</Date>
<Version>3.7.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-01-18</Date>
<Version>3.6.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-04</Date>
<Version>3.5.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
<History>
<Update release="9">
<Date>2025-02-10</Date>
<Version>3.9.4</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2023-03-08</Date>
<Version>3.7.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2023-02-02</Date>
<Version>3.7.7</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="6">
<Date>2022-11-23</Date>
<Version>3.7.5</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2022-09-09</Date>
<Version>3.7.5</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2022-07-10</Date>
<Version>3.7.3</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-14</Date>
<Version>3.7.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-01-18</Date>
<Version>3.6.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-04</Date>
<Version>3.5.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>