soundconverter.

This commit is contained in:
4fury-c3440d8
2021-05-18 19:09:38 +03:00
parent 41bfcdebe9
commit 50cc480d33
2 changed files with 11 additions and 3 deletions
@@ -8,10 +8,11 @@ from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("AUTHORS", "CHANGELOG", "README.md")
pisitools.dodoc("AUTHORS", "PKG-INFO", "README.md")
@@ -15,8 +15,8 @@
<Description>
A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.
</Description>
<Archive sha1sum="445104758089012e092b572b8b2b71e1ba5c3d20" type="targz">
https://launchpad.net/soundconverter/trunk/4.0.0/+download/soundconverter-4.0.0.tar.gz
<Archive sha1sum="e35d0e357dfa4016569b3f7a7fcfba24664e7ab5" type="targz">
https://launchpad.net/soundconverter/trunk/4.0.1/+download/soundconverter-4.0.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -54,6 +54,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-05-18</Date>
<Version>4.0.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="1">
<Date>2020-12-04</Date>
<Version>4.0.0</Version>