cantata: last release from Craig Drummmond.
This commit is contained in:
@@ -4,12 +4,9 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools, cmaketools
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.system("svn up")
|
|
||||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DENABLE_TOUCH_SUPPORT=ON")
|
-DENABLE_TOUCH_SUPPORT=ON")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<Icon>cantata</Icon>
|
<Icon>cantata</Icon>
|
||||||
<Summary>Qt5 client for the music player daemon </Summary>
|
<Summary>Qt5 client for the music player daemon </Summary>
|
||||||
<Description>Cantata is a graphical client for MPD</Description>
|
<Description>Cantata is a graphical client for MPD</Description>
|
||||||
<Archive sha1sum="1fc0fd90b5f7fb2e23fa17f83567b2bc382e5860" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.4.2/cantata-2.4.2.tar.bz2</Archive>
|
<Archive sha1sum="a77e136b2a4fd9268c3698eccfd8764a8bd9299d" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.5.0/cantata-2.5.0.tar.bz2</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-svg-devel</Dependency>
|
<Dependency>qt5-svg-devel</Dependency>
|
||||||
@@ -72,6 +72,7 @@
|
|||||||
<Dependency>libqjson</Dependency>
|
<Dependency>libqjson</Dependency>
|
||||||
<Dependency>libcdio-paranoia</Dependency>
|
<Dependency>libcdio-paranoia</Dependency>
|
||||||
<Dependency>taglib-extras</Dependency>
|
<Dependency>taglib-extras</Dependency>
|
||||||
|
<Dependency>qt5-sql-sqlite</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
@@ -88,6 +89,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2022-08-07</Date>
|
||||||
|
<Version>2.5.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2020-10-01</Date>
|
<Date>2020-10-01</Date>
|
||||||
<Version>2.4.2</Version>
|
<Version>2.4.2</Version>
|
||||||
@@ -138,5 +146,4 @@
|
|||||||
<Email>groni@pisilinux.org</Email>
|
<Email>groni@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
|
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user