tageditor-3.9.4
This commit is contained in:
@@ -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)
|
||||
|
||||
def build():
|
||||
mesontools.build("-C _build")
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install("-C _build")
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "LICENSE.LESSER")
|
||||
|
||||
@@ -8,16 +8,13 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL-2</License>
|
||||
<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="22b283d76e25db64ed5b6cdc65b6d16b99a159c4" type="targz">
|
||||
https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.8.tar.gz
|
||||
</Archive>
|
||||
<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>
|
||||
@@ -28,7 +25,6 @@
|
||||
<Dependency>tagparser-devel</Dependency>
|
||||
<Dependency>qtutilities-devel</Dependency>
|
||||
<Dependency>cpp-utilities-devel</Dependency>
|
||||
<Dependency>qt6-multimedia-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -40,7 +36,6 @@
|
||||
<Dependency>tagparser</Dependency>
|
||||
<Dependency>qtutilities</Dependency>
|
||||
<Dependency>cpp-utilities</Dependency>
|
||||
<!-- <Dependency>qt6-declarative</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -50,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user