@@ -4,28 +4,34 @@
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
# if pisi can't find source directory, see /var/pisi/yarock/work/ and:
|
||||
# WorkDir="yarock-"+ get.srcVERSION() +"/sub_project_dir/"
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_QT5=1 \
|
||||
-DENABLE_VLC=OFF \
|
||||
-DENABLE_MPV=ON \
|
||||
-DENABLE_PHONON=ON \
|
||||
-DTAGLIB_MIN_VERSION=1.9.1")
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_VLC=OFF \
|
||||
-DENABLE_MPV=ON \
|
||||
-DENABLE_PHONON=ON", sourceDir = '..')
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.install()
|
||||
shelltools.cd("..")
|
||||
|
||||
# Take a look at the source folder for these file as documentation.
|
||||
pisitools.dodoc("CHANGES.md", "README.md")
|
||||
pisitools.dodoc("CHANGES.md", \
|
||||
"COPYING", \
|
||||
"README.md")
|
||||
|
||||
# If there is no install rule for a runnable binary, you can
|
||||
# install it to binary directory.
|
||||
@@ -33,7 +39,7 @@ def install():
|
||||
|
||||
# You can use these as variables, they will replace GUI values before build.
|
||||
# Package Name : yarock
|
||||
# Version : 1.1.6
|
||||
# Version : 1.4.0
|
||||
# Summary : Qt Modern Music Player with collection browse based on cover art
|
||||
|
||||
# For more information, you can look at the Actions API
|
||||
|
||||
@@ -1,56 +1,69 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>yarock</Name>
|
||||
<Homepage>https://launchpad.net/yarock</Homepage>
|
||||
<Homepage>https://seb-apps.github.io/yarock/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Summary>Qt Modern Music Player with collection browse based on cover art</Summary>
|
||||
<Description>Yarock is a music player in c++/Qt designed to provide a clean, simple and beautiful music collection based on album coverart</Description>
|
||||
<Archive sha1sum="d9716d6d8e17da086c7357b0cba7f53cb88f7d63" type="targz">https://launchpad.net/yarock/1.x/1.1.6/+download/Yarock_1.1.6_source.tar.gz</Archive>
|
||||
<Summary>
|
||||
Qt Modern Music Player with collection browse based on cover art.
|
||||
</Summary>
|
||||
<Description>
|
||||
Yarock is a music player in c++/Qt designed to provide a clean, simple and beautiful music collection based on album coverart.
|
||||
</Description>
|
||||
<Archive sha1sum="a311b55d87fdd547e336a06c4be5e4c6a0039dc7" type="targz">
|
||||
https://launchpadlibrarian.net/416223454/Yarock_1.4.0_Sources.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>mpv-player-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-sql-mysql</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-sql-postgresql</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>taglib-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>mpv-player-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency>htmlcxx-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>taglib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patches>
|
||||
<Patch level="1">phonon.patch</Patch>
|
||||
</Patches>
|
||||
</Patches> -->
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>yarock</Name>
|
||||
<Summary>Qt Modern Music Player with collection browse based on cover art</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>taglib</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>htmlcxx</Dependency>
|
||||
<Dependency>mpv-player</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>htmlcxx</Dependency>
|
||||
<Dependency>taglib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/yarock</Path>
|
||||
<Path fileType="data">/usr/share/appdata</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/yarock/translations</Path>
|
||||
<Path fileType="doc">/usr/share/doc/yarock</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2019-04-15</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-09-01</Date>
|
||||
<Version>1.1.6</Version>
|
||||
|
||||
Reference in New Issue
Block a user