Merge pull request #9909 from 4fury-c3440d8/no

mpdclient library, mpd
This commit is contained in:
Rmys
2021-11-24 08:49:26 +02:00
committed by GitHub
2 changed files with 19 additions and 4 deletions
+10 -2
View File
@@ -15,8 +15,8 @@
<Description>
A stable, documented, asynchronous API library for interfacing MPD in the C, C++ and Objective C languages.
</Description>
<Archive sha1sum="37c769a25d24b7c0172aa1256c520b1b7191351d" type="tarxz">
https://musicpd.org/download/libmpdclient/2/libmpdclient-2.19.tar.xz
<Archive sha1sum="6e7918b8ed7c7941203eee063424f6445f4d0e34" type="tarxz">
https://musicpd.org/download/libmpdclient/2/libmpdclient-2.20.tar.xz
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
@@ -44,10 +44,18 @@
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/vala</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-11-23</Date>
<Version>2.20</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-12-13</Date>
<Version>2.19</Version>
+9 -2
View File
@@ -15,8 +15,8 @@
<Description>
Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.
</Description>
<Archive sha1sum="c0e8c7a64cf20e720302deedbf978b972ab9d63c" type="tarxz">
https://musicpd.org/download/mpd/0.23/mpd-0.23.2.tar.xz
<Archive sha1sum="2f68581767707a4d4cafdb433a199f5420f7b4db" type="tarxz">
https://musicpd.org/download/mpd/0.23/mpd-0.23.4.tar.xz
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
@@ -166,6 +166,13 @@
</Package>
<History>
<Update release="10">
<Date>2021-11-23</Date>
<Version>0.23.4</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="9">
<Date>2021-10-23</Date>
<Version>0.23.2</Version>