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