1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>soundconverter</Name>
- <Homepage>https://soundconverter.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <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="e2cc3b035c327d086999f4d814f44cd73b3c2348" type="targz">https://launchpad.net/soundconverter/trunk/4.0.5/+download/soundconverter-4.0.5.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>gstreamer-devel</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-distutils-extra</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">Prevent_crash_when_duration_is_not_known_or_zero.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>soundconverter</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>gst-libav</Dependency>
- <Dependency>gst-plugins-bad</Dependency>
- <Dependency>gst-plugins-base</Dependency>
- <Dependency>gst-plugins-ugly</Dependency>
- <Dependency>gst-plugins-good</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2024-08-18</Date>
- <Version>4.0.5</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="4">
- <Date>2023-11-03</Date>
- <Version>4.0.4</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2021-10-28</Date>
- <Version>4.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2021-05-18</Date>
- <Version>4.0.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2020-12-04</Date>
- <Version>4.0.0</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|