add new packages cantata, decibel-audio-player, freealut and dia

This commit is contained in:
groni
2016-12-07 16:25:41 +01:00
parent 1f417c2252
commit 092056073a
18 changed files with 761 additions and 12 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools
def setup():
#shelltools.system("svn up")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_TOUCH_SUPPORT=ON")
def build():
cmaketools.make()
def install():
cmaketools.install()
pisitools.dodoc("AUTHORS", "LICENSE", "ChangeLog", "TODO", "INSTALL", "README")
pisitools.insinto("/usr/share/pixmaps/", "streams/icons/stream.png", "cantata.png")
+88
View File
@@ -0,0 +1,88 @@
<PISI>
<Source>
<Name>cantata</Name>
<Homepage>http://code.google.com/p/cantata</Homepage>
<Packager>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<Icon>cantata</Icon>
<Summary>Qt5 client for the music player daemon </Summary>
<Description>Cantata is a graphical client for MPD</Description>
<Archive sha1sum="90a80b412a21aed72d1b7cc578f0c2ffa62c243c" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.0.1/cantata-2.0.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-assistant-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt5-qdbusviewer</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-sql-odbc</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libcddb-devel</Dependency>
<Dependency>musicbrainz5-devel</Dependency>
<Dependency>cdparanoia-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>solid-devel</Dependency>
<Dependency>udisks2-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>speex-devel</Dependency>
<Dependency>libmtp-devel</Dependency>
<Dependency>mpg123-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libqjson-devel</Dependency>
<Dependency>vlc-devel</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>taglib-extras-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cantata</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libcddb</Dependency>
<Dependency>cdparanoia</Dependency>
<Dependency>musicbrainz5</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>eudev</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>vlc-libs</Dependency>
<Dependency>speex</Dependency>
<Dependency>libmtp</Dependency>
<Dependency>mpg123</Dependency>
<Dependency>taglib</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libqjson</Dependency>
<Dependency>taglib-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/cantata</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="locale">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-07</Date>
<Version>2.0.1</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>cantata</Name>
<Summary xml:lang="en">Qt4 / KDE4 Music Player Client</Summary>
<Description xml:lang="en">Cantata is a graphical client for MPD</Description>
</Source>
</PISI>