12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>pogo</Name>
- <Homepage>https://launchpad.net/pogo</Homepage>
- <Packager>
- <Name>Pisi Linux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</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="9c78cf102e23b8817fa8811c1e612bf495b2a587" type="targz">https://github.com/jendrikseipp/pogo/archive/v0.9.tar.gz</Archive>
- </Source>
- <Package>
- <Name>pogo</Name>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- <Dependency>python-gtk</Dependency>
- <Dependency>python-mutagen</Dependency>
- <Dependency>python-imaging</Dependency>
- <Dependency>gst-python</Dependency>
- <Dependency>notify-python</Dependency>
- <Dependency>gst-plugins-base</Dependency>
- <Dependency>gst-plugins-good</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>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <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>
|