tageditor-3.7.0
This commit is contained in:
@@ -18,16 +18,14 @@ j = ''.join([
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.cxxflags.add("-Wno-unused-result")
|
pisitools.cxxflags.add("-Wno-unused-result")
|
||||||
shelltools.makedirs("build")
|
cmaketools.configure("-B_build %s" % j)
|
||||||
shelltools.cd("build")
|
|
||||||
cmaketools.configure(j, sourceDir = '..')
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
shelltools.cd("_build")
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
shelltools.cd("_build")
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("../LICENSE", "../README.md")
|
pisitools.dodoc("../LICENSE", "../README.md")
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
<Description>
|
<Description>
|
||||||
A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska.
|
A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="db1cd91d37020de2a8e823573f52c355a91248b7" type="targz">
|
<Archive sha1sum="fa1834919ecfbe1104c72c85c6916f49b8029243" type="targz">
|
||||||
https://github.com/Martchus/tageditor/archive/refs/tags/v3.6.0.tar.gz
|
https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.0.tar.gz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
@@ -48,6 +48,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="2">
|
||||||
<Date>2022-01-18</Date>
|
<Date>2022-01-18</Date>
|
||||||
<Version>3.6.0</Version>
|
<Version>3.6.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user