Sayonara is a small, clear and fast audio player for Linux

This commit is contained in:
groni
2015-09-26 22:20:38 +02:00
parent 4d2ea6026d
commit 14b4f1c1c2
5 changed files with 115 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("README.txt", "license.txt", "MANUAL")
@@ -0,0 +1,15 @@
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=Sayonara
Name[tr]=Sayonara
GenericName=Audio Player
GenericName[tr]=sayonara
Comment=Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
Comment[tr]=Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
Icon=/usr/share/sayonara/sayonara.xpm
Exec=/usr/bin/sayonara
Terminal=false
StartupNotify=true
Categories=Applications;Multimedia;
Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sayonara</Name>
<Homepage>http://sayonara.luciocarreras.de/index.html</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>sayonara</Icon>
<IsA>app:gui</IsA>
<Summary>Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.</Summary>
<Description>Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections.</Description>
<Archive sha1sum="79164e4023c754ca46803f0b6f66f38b89fb7a4e" type="targz">http://sayonara-player.com/sw/sayonara-player-r155.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>gst-plugins-bad-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>gst-plugins-ugly-next</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>gst-plugins-base-next-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sayonara</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>gst-plugins-bad</Dependency>
<Dependency>gst-plugins-base-next</Dependency>
<Dependency>gst-plugins-good-next</Dependency>
<Dependency>gst-plugins-ugly-next</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>taglib</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>gstreamer-next</Dependency>
<Dependency>gst-plugins-base-next</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="icon">/usr/share/pixmaps</Path>
<Path fileType="application">/usr/share/applications</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/sayonara.desktop">sayonara.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/sayonara.png">sayonara.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="2">
<Date>2015-09-26</Date>
<Version>0.7.0</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>sayonara</Name>
<Summary xml:lang="tr">Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.</Summary>
<Description xml:lang="tr">Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections.</Description>
</Source>
</PISI>