cantata.
This commit is contained in:
@@ -4,19 +4,15 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pisitools, cmaketools
|
||||
from pisi.actionsapi import cmaketools, mesontools, pisitools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DENABLE_TOUCH_SUPPORT=ON")
|
||||
cmaketools.configure("-Bbuild -G Ninja -L")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "INSTALL", "LICENSE", "README", "TODO")
|
||||
|
||||
pisitools.insinto("/usr/share/pixmaps/", "streams/icons/stream.png", "cantata.png")
|
||||
pisitools.dodoc("AUTHORS", "LICENSE", "README.md")
|
||||
|
||||
@@ -3,92 +3,82 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cantata</Name>
|
||||
<Homepage>https://github.com/CDrummond/cantata</Homepage>
|
||||
<Homepage>https://github.com/nullobsi/cantata</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>cantata</Icon>
|
||||
<Summary>Qt5 client for the music player daemon </Summary>
|
||||
<Description>Cantata is a graphical client for MPD</Description>
|
||||
<Archive sha1sum="a77e136b2a4fd9268c3698eccfd8764a8bd9299d" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.5.0/cantata-2.5.0.tar.bz2</Archive>
|
||||
<Summary>Qt Graphical MPD Client.</Summary>
|
||||
<Description>A graphical (Qt6) client for MPD.</Description>
|
||||
<Archive sha1sum="33578fe6567395abb579fe5570b6c8dae8b9dd98" type="targz">https://github.com/nullobsi/cantata/archive/v3.3.0/cantata-3.3.0.tar.gz</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-multimedia-devel</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>ninja</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>mpg123-devel</Dependency>
|
||||
<Dependency>qt6-linguist</Dependency>
|
||||
<Dependency>qt6-sql-odbc</Dependency>
|
||||
<Dependency>qt6-sql-mysql</Dependency>
|
||||
<Dependency>udisks2-devel</Dependency>
|
||||
<Dependency>libcddb-devel</Dependency>
|
||||
<Dependency>qt6-svg-devel</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>qt6-sql-sqlite</Dependency>
|
||||
<Dependency>solid-kf6-devel</Dependency>
|
||||
<Dependency>cdparanoia-devel</Dependency>
|
||||
<Dependency>musicbrainz5-devel</Dependency>
|
||||
<Dependency>qt6-sql-postgresql</Dependency>
|
||||
<Dependency>qt6-multimedia-devel</Dependency>
|
||||
<Dependency>libcdio-paranoia-devel</Dependency>
|
||||
<Dependency>taglib-extras-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--Patch>4da7a912.patch</Patch-->
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cantata</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-multimedia</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>mpg123</Dependency>
|
||||
<Dependency>udisks2</Dependency>
|
||||
<Dependency>libcddb</Dependency>
|
||||
<Dependency>qt6-svg</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>solid-kf6</Dependency>
|
||||
<Dependency>cdparanoia</Dependency>
|
||||
<Dependency>musicbrainz5</Dependency>
|
||||
<Dependency>qt6-sql-odbc</Dependency>
|
||||
<Dependency>qt6-sql-mysql</Dependency>
|
||||
<Dependency>qt6-sql-sqlite</Dependency>
|
||||
<Dependency>qt6-multimedia</Dependency>
|
||||
<Dependency>libcdio-paranoia</Dependency>
|
||||
<Dependency>taglib-extras</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>qt6-sql-postgresql</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc/dbus-1</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="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="locale">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/Cantata</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2024-11-22</Date>
|
||||
<Version>3.3.0</Version>
|
||||
<Comment>New upstream.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2022-08-07</Date>
|
||||
<Version>2.5.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user