soundconverter: version bump to 4.1.3

This commit is contained in:
suvari
2026-04-12 13:40:05 +03:00
parent 555fac1352
commit 8e52fbbcdc
3 changed files with 20 additions and 4 deletions
@@ -4,10 +4,12 @@
# 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 pythonmodules
from pisi.actionsapi import pythonmodules, pisitools
def build():
pythonmodules.compile(pyVer = "3")
def install():
pythonmodules.install(pyVer = "3")
pisitools.dodoc("COPYING")
@@ -12,8 +12,8 @@
<IsA>app:gui</IsA>
<PartOf>multimedia.converter</PartOf>
<Summary>GNOME sound converter application.</Summary>
<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="2d4839f10b50503f3cc942f3266e056fbdd624f3" type="targz">https://github.com/kassoulet/soundconverter/archive/4.0.6/soundconverter-4.0.6.tar.gz</Archive>
<Description>A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes Opus, Ogg Vorbis, FLAC, WAV, AAC, and MP3 files.</Description>
<Archive sha1sum="a7b9ab5fa4b062a152b8fb60d991eee855e94f2a" type="targz">https://github.com/kassoulet/soundconverter/archive/refs/tags/4.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>python3-pygobject3</Dependency>
@@ -24,7 +24,6 @@
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>soundconverter</Name>
<RuntimeDependencies>
@@ -47,6 +46,13 @@
</Package>
<History>
<Update release="7">
<Date>2026-04-12</Date>
<Version>4.1.3</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2025-02-10</Date>
<Version>4.0.6</Version>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>soundconverter</Name>
<Summary xml:lang="tr">SoundConverter, GNOME masaüstü için önde gelen ses dosyası dönüştürme programıdır.</Summary>
<Description xml:lang="tr">GNOME ortamı için basit bir ses dönüştürme uygulaması. GStreamer kütüphanesinin okuyabildiği her şeyi okur ve Opus, Ogg Vorbis, FLAC, WAV, AAC ve MP3 dosyalarını yazar.</Description>
</Source>
</PISI>