123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>yarock</Name>
- <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="a311b55d87fdd547e336a06c4be5e4c6a0039dc7" type="targz">
- https://launchpadlibrarian.net/416223454/Yarock_1.4.0_Sources.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>qt5-sql-odbc</Dependency>
- <Dependency>qt5-linguist</Dependency>
- <Dependency>qt5-sql-mysql</Dependency>
- <Dependency>qt5-sql-sqlite</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-sql-postgresql</Dependency>
- <Dependency>qt5-x11extras-devel</Dependency>
- <Dependency>mpv-player-devel</Dependency>
- <Dependency>qt5-phonon-devel</Dependency>
- <Dependency>htmlcxx-devel</Dependency>
- <Dependency>taglib-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">phonon.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>yarock</Name>
- <RuntimeDependencies>
- <Dependency>qt5-linguist</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>qt5-x11extras</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="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="5">
- <Date>2020-09-17</Date>
- <Version>1.4.0</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2019-04-15</Date>
- <Version>1.4.0</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2018-09-01</Date>
- <Version>1.1.6</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-04-23</Date>
- <Version>1.1.6</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-11-24</Date>
- <Version>1.1.6</Version>
- <Comment>First Release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|