1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>pogo</Name>
- <Homepage>https://github.com/jendrikseipp/pogo</Homepage>
- <Packager>
- <Name>Pisi Linux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>app:gui</IsA>
- <Summary>Probably the simplest and fastest audio player for Linux.</Summary>
- <Description>Pogo's elementary-inspired design uses the screen-space very efficiently. It is especially well-suited for people who organize their music by albums on the harddrive. The main interface components are a directory tree and a playlist that groups albums in an innovative way.Supported file formats include Ogg Vorbis, MP3, FLAC, Musepack, Wavpack, and MPEG-4 AAC. Pogo is a fork of Decibel Audio Player.</Description>
- <Archive sha1sum="af61bcd6f1606d8fb5f678f3be96b6f3f36f07d4" type="targz">
- https://github.com/jendrikseipp/pogo/archive/refs/tags/v1.0.1.tar.gz
- </Archive>
- </Source>
- <Package>
- <Name>pogo</Name>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- <Dependency>gst-python</Dependency>
- <Dependency>dbus-python3</Dependency>
- <Dependency>python3-pillow</Dependency>
- <Dependency>python3-mutagen</Dependency>
- <Dependency>gst-plugins-base</Dependency>
- <Dependency>gst-plugins-good</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-11-15</Date>
- <Version>1.0.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="6">
- <Date>2020-03-08</Date>
- <Version>1.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-09-01</Date>
- <Version>0.9</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-18</Date>
- <Version>0.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-08-06</Date>
- <Version>0.8.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-16</Date>
- <Version>0.8.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2013-12-22</Date>
- <Version>0.8.2</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|