tageditor-3.7.0

This commit is contained in:
4fury-c3440d8
2022-04-16 02:30:15 +03:00
parent e8b6385635
commit cae771db62
2 changed files with 12 additions and 7 deletions
+3 -5
View File
@@ -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")
+9 -2
View File
@@ -15,8 +15,8 @@
<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="db1cd91d37020de2a8e823573f52c355a91248b7" type="targz">
https://github.com/Martchus/tageditor/archive/refs/tags/v3.6.0.tar.gz
<Archive sha1sum="fa1834919ecfbe1104c72c85c6916f49b8029243" type="targz">
https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<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>