<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/sound/upmpdcli, 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>2026-05-06T18:05:36Z</updated>
<entry>
<title>upmpdcli: update to 1.9.17</title>
<updated>2026-05-06T18:05:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cc17ed7fa466e53ea6c29f49608f381807d2ce52'/>
<id>urn:sha1:cc17ed7fa466e53ea6c29f49608f381807d2ce52</id>
<content type='text'>
Changes since 1.8.11:
- 1.8.16: Enhanced Tidal/Subsonic modules; improved Recoll 1.40 compatibility
- 1.8.17: Resolved Qobuz plugin incompatibilities on modern distributions
- 1.8.18: Fix many issues with the thoroughly broken Qobuz plugin
- 1.9.0: Restructured Qobuz plugin; improved search; fixed custom icon support
- 1.9.1: Subsonic and Tidal module enhancements
- 1.9.2: Resolved Qobuz login issues with OpenHome credentials service
- 1.9.5: Repaired broken Qobuz plugin; fixed gcc 15 compilation crash
- 1.9.6: Fixed media server crash with malformed proxy URLs
- 1.9.7: Fixed streaming URL handling with colon characters
- 1.9.11: Vastly improved Qobuz search; uprcl property operators and indexing
- 1.9.12: Accelerated uprcl initialization via stored Recoll data
- 1.9.13: Improved OpenHome source switching; major Subsonic plugin overhaul
- 1.9.14: Custom HTTP headers support for plugins; fixed rare proxy deadlock
- 1.9.15: Enhanced Linn Kinsky compatibility; improved radio metadata handling
- 1.9.17: Restored Qobuz connectivity via new OAuth method

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>upmpdcli: update to 1.8.11</title>
<updated>2024-05-27T17:51:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-27T02:31:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=eabc831e3856d9fc3b48c6963504f03e9d8f8a2d'/>
<id>urn:sha1:eabc831e3856d9fc3b48c6963504f03e9d8f8a2d</id>
<content type='text'>
Autotools is gone. meson is used now.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>upmpdcli: Update to 1.8.6</title>
<updated>2023-11-25T17:18:54Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-11-25T06:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c438a1605215c449027d97cb1628e20a119c91da'/>
<id>urn:sha1:c438a1605215c449027d97cb1628e20a119c91da</id>
<content type='text'>
Removed upstreamed patch.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>upmpdcli: update to 1.8.4</title>
<updated>2023-11-17T02:06:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2023-11-16T21:00:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=303b7b665c5f2aa177d1c4ebbc4346eafd51809b'/>
<id>urn:sha1:303b7b665c5f2aa177d1c4ebbc4346eafd51809b</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>upmpdcli: bump to 1.5.19</title>
<updated>2022-11-21T21:14:45Z</updated>
<author>
<name>Fabien Pozzobon</name>
</author>
<published>2022-11-21T17:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dd58eb191f6c86cf41da6b0f591e9335e7f82cfb'/>
<id>urn:sha1:dd58eb191f6c86cf41da6b0f591e9335e7f82cfb</id>
<content type='text'>
Signed-off-by: Fabien Pozzobon &lt;12074690+fpozzobon@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>upmpdcli: update to 1.5.13</title>
<updated>2021-12-17T01:58:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T06:19:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ffac17eec1017efbce84048a748a93a16086f0a5'/>
<id>urn:sha1:ffac17eec1017efbce84048a748a93a16086f0a5</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>upmpdcli: update to 1.5.12</title>
<updated>2021-06-02T06:11:22Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T01:18:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d03492267154615cabdc80cbe3a5274d8c4ee94b'/>
<id>urn:sha1:d03492267154615cabdc80cbe3a5274d8c4ee94b</id>
<content type='text'>
Remove wrong GLIBC fix.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>umpdcli: update to 1.5.11</title>
<updated>2021-04-14T04:38:32Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-04-14T03:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fe8e2b04fba1c36fca6cea4cce62342638c9412c'/>
<id>urn:sha1:fe8e2b04fba1c36fca6cea4cce62342638c9412c</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
