tageditor-3.7.8

This commit is contained in:
4fury-c3440d8
2023-03-08 21:08:23 +03:00
parent 436b4fb3db
commit b5f99ca161
2 changed files with 17 additions and 16 deletions
+6 -14
View File
@@ -4,30 +4,22 @@
# 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 shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import mesontools, cmaketools
j = ''.join([
' -DCMAKE_BUILD_TYPE=Release',
' -DDISABLE_DEPRECATED_QT_FEATURES=ON',
' -DQT_PACKAGE_PREFIX=Qt6',
' -DJS_PROVIDER=none',
' -DWEBVIEW_PROVIDER=none -L '
' -DWEBVIEW_PROVIDER=none',
' -B_build -G Ninja -L '
])
def setup():
pisitools.cxxflags.add("-Wno-unused-result")
cmaketools.configure("-B_build %s" % j)
cmaketools.configure(j)
def build():
shelltools.cd("_build")
cmaketools.make()
mesontools.build("-C _build")
def install():
shelltools.cd("_build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("../LICENSE", "../README.md")
mesontools.install("-C _build")
+11 -2
View File
@@ -15,11 +15,13 @@
<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="3bf7630e05cd38e1f113fcc10e10054d6e41cc4d" type="targz">
https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.7.tar.gz
<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>
@@ -48,6 +50,13 @@
</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>