soundconverter.
This commit is contained in:
@@ -8,10 +8,11 @@ from pisi.actionsapi import pythonmodules
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "CHANGELOG", "README.md")
|
pisitools.dodoc("AUTHORS", "PKG-INFO", "README.md")
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
<Description>
|
<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.
|
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>
|
</Description>
|
||||||
<Archive sha1sum="445104758089012e092b572b8b2b71e1ba5c3d20" type="targz">
|
<Archive sha1sum="e35d0e357dfa4016569b3f7a7fcfba24664e7ab5" type="targz">
|
||||||
https://launchpad.net/soundconverter/trunk/4.0.0/+download/soundconverter-4.0.0.tar.gz
|
https://launchpad.net/soundconverter/trunk/4.0.1/+download/soundconverter-4.0.1.tar.gz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
@@ -54,6 +54,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2020-12-04</Date>
|
<Date>2020-12-04</Date>
|
||||||
<Version>4.0.0</Version>
|
<Version>4.0.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user