<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libmpdclient, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-02-15T01:06:38Z</updated>
<entry>
<title>libmpdclient: update to 2.22</title>
<updated>2024-02-15T01:06:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-14T22:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bade2501e95832a6652d90680d1b988596834d51'/>
<id>urn:sha1:bade2501e95832a6652d90680d1b988596834d51</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove PKG_INSTALL for meson projects</title>
<updated>2022-06-16T01:07:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-06-15T21:29:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=df5d7245b9f888b21e2c9c02fd002c606e9c7c6e'/>
<id>urn:sha1:df5d7245b9f888b21e2c9c02fd002c606e9c7c6e</id>
<content type='text'>
It doesn't seem to be used by meson.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmpdclient: update to 2.20</title>
<updated>2021-12-17T02:13:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T06:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8e8bbd3dc090bd6f53b1db234b4f78a23557e765'/>
<id>urn:sha1:8e8bbd3dc090bd6f53b1db234b4f78a23557e765</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: compile with tools/meson</title>
<updated>2021-09-18T05:06:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-07T22:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5ccd4d1c250acb3d3e65f16e55926ef0bc80153d'/>
<id>urn:sha1:5ccd4d1c250acb3d3e65f16e55926ef0bc80153d</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmpdclient: update to 2.19</title>
<updated>2020-07-15T19:01:12Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-14T21:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=77bd81c279f9dca04416830c424aeb420dd49657'/>
<id>urn:sha1:77bd81c279f9dca04416830c424aeb420dd49657</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmpdclient: update to 2.18</title>
<updated>2020-02-21T01:23:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-20T03:22:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a5a69057a1153530434a3153061e3baf9c695c02'/>
<id>urn:sha1:a5a69057a1153530434a3153061e3baf9c695c02</id>
<content type='text'>
Fix URLs and other small cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmpdclient: build with meson</title>
<updated>2019-11-05T09:28:30Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2019-09-20T19:22:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8a7d276618ebd0d065dd6c0eca523d11d8a7a088'/>
<id>urn:sha1:8a7d276618ebd0d065dd6c0eca523d11d8a7a088</id>
<content type='text'>
Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>libs/libmpdclient: Update to 2.16</title>
<updated>2018-12-26T22:18:05Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2018-12-26T22:18:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ba15e057e110a70529940b2932344ad7c21acd3b'/>
<id>urn:sha1:ba15e057e110a70529940b2932344ad7c21acd3b</id>
<content type='text'>
Update libmpdclient to 2.16

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>libmpdclient: Update to 2.14. Use autotools</title>
<updated>2018-07-30T14:24:06Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2018-07-25T19:46:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e67a932bd1b61c98b54b45aabac3f949959b8dfd'/>
<id>urn:sha1:e67a932bd1b61c98b54b45aabac3f949959b8dfd</id>
<content type='text'>
Package versions newer than 2.11 require meson/ninja which OpenWrt does not
support in its build environment. These files provide the minimum autotool
configuration necessary to build later versions.

Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
</feed>
