123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>radiotray-ng</Name>
- <Homepage>https://github.com/ebruck/radiotray-ng</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-3</License>
- <IsA>app:gui</IsA>
- <PartOf>multimedia.stream</PartOf>
- <Summary>Radiotray-NG: An Internet radio player for Linux.</Summary>
- <Description>It became clear as one of the early contributors to the RadioTray project that it was not getting the attention it required and was probably dead. A lot of the technologies it used had moved on to newer versions and the bugs started piling up. I did my best to help users, but a new start was required.</Description>
- <Archive sha1sum="59ee40916407c639a7dedb0e2ee592f57a499da4" type="targz">
- https://github.com/ebruck/radiotray-ng/archive/refs/tags/v0.2.8.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ccache</Dependency>
- <Dependency>wxGTK3</Dependency>
- <Dependency>curl-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>wxGTK-devel</Dependency>
- <Dependency>lsb-release</Dependency>
- <Dependency>wxGTK-common</Dependency>
- <Dependency>glibmm-devel</Dependency>
- <Dependency>libbsd-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>jsoncpp-devel</Dependency>
- <Dependency>libnotify-devel</Dependency>
- <Dependency>gstreamer-devel</Dependency>
- <Dependency>libxdg-basedir-devel</Dependency>
- <Dependency>libappindicator-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">gcc13.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>radiotray-ng</Name>
- <RuntimeDependencies>
- <Dependency>curl</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>boost</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>glibmm</Dependency>
- <Dependency>libbsd</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>wxGTK3</Dependency>
- <Dependency>jsoncpp</Dependency>
- <Dependency>gstreamer</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>libsigc++</Dependency>
- <Dependency>python3-lxml</Dependency>
- <Dependency>wxGTK-common</Dependency>
- <Dependency>libxdg-basedir</Dependency>
- <Dependency>libappindicator</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/xdg/autostart</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-11-01</Date>
- <Version>0.2.8</Version>
- <Comment>Rebuild boost</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2021-09-12</Date>
- <Version>0.2.8</Version>
- <Comment>Rebuild wxgtk</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-09-12</Date>
- <Version>0.2.8</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-01-28</Date>
- <Version>0.2.7</Version>
- <Comment>First Beta build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|