<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/sound/pulseaudio, 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-03-14T06:32:01Z</updated>
<entry>
<title>pulseaudio: lower START= value in init script</title>
<updated>2026-03-14T06:32:01Z</updated>
<author>
<name>Daniel Danzberger</name>
</author>
<published>2026-03-05T18:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0b6bedf5fba58485b1d7e4666ae003662057a4a1'/>
<id>urn:sha1:0b6bedf5fba58485b1d7e4666ae003662057a4a1</id>
<content type='text'>
Lower the START value from 99 to 90. This allows other applications that
use pulseaudio to start after it with the pulse client socket being available.

Signed-off-by: Daniel Danzberger &lt;dd@embedd.com&gt;
</content>
</entry>
<entry>
<title>pulseaudio: update to 17.0</title>
<updated>2024-03-22T08:04:38Z</updated>
<author>
<name>Russell Senior</name>
</author>
<published>2024-03-19T12:30:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=09e9dcb0477d5958b297bf17fb8b909877ac7f1e'/>
<id>urn:sha1:09e9dcb0477d5958b297bf17fb8b909877ac7f1e</id>
<content type='text'>
changes:
  remove meson_gio patch, already applied upstream
  move pulseaudio-system.conf following upsteam change in e96d278bfc5:
    "daemon/meson.build: Install dbus policy in /usr, not /etc"

Signed-off-by: Russell Senior &lt;russell@personaltelco.net&gt;
</content>
</entry>
<entry>
<title>pulseaudio: disable compiling against libwrap and (bluez5-)gstreamer</title>
<updated>2023-11-17T00:29:48Z</updated>
<author>
<name>Johnny Vogels</name>
</author>
<published>2023-10-29T18:32:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e957fb560c51a13c7e2441522a31146c468043db'/>
<id>urn:sha1:e957fb560c51a13c7e2441522a31146c468043db</id>
<content type='text'>
problem: libwrap.so.0, libgstapp-1.0.so.0 and libgstreamer-1.0.so.0 not found during compilation of pulseaudio when e.g. libwrap was built before pulseaudio
Due to
https://github.com/pulseaudio/pulseaudio/commit/156e16f941789c5d53cdb0c46be480c64e3149f1
for libwrap.

Fixes: https://github.com/openwrt/packages/commit/aafc57c1ded5450419b9690056163acf3d19d51f (no sepearate issue generated)

Signed-off-by: Johnny Vogels &lt;35307256+jmv2009@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Pulseaudio: update to 16.1</title>
<updated>2023-10-28T17:14:48Z</updated>
<author>
<name>Johnny Vogels</name>
</author>
<published>2023-10-25T18:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aafc57c1ded5450419b9690056163acf3d19d51f'/>
<id>urn:sha1:aafc57c1ded5450419b9690056163acf3d19d51f</id>
<content type='text'>
Signed-off-by: Johnny Vogels &lt;35307256+jmv2009@users.noreply.github.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: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>pulseadio: fix conffiles for pulseadio-daemon-avahi package</title>
<updated>2022-11-03T07:58:23Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-11-03T07:58:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7ae66ec7cac3cbfc94fc30149418698f15406543'/>
<id>urn:sha1:7ae66ec7cac3cbfc94fc30149418698f15406543</id>
<content type='text'>
Fixes: 60ac7dd751240fa096a85794023b18f26a8317da ("pulseaudio: simplify
and rework Makefile")

Reported-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>pulseaudio: change homepage URLs to freedesktop.org</title>
<updated>2022-11-01T14:15:22Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-10-30T08:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=00e3918069c5be726bcd5af80a093c0753d9d6e5'/>
<id>urn:sha1:00e3918069c5be726bcd5af80a093c0753d9d6e5</id>
<content type='text'>
The previous used domain http(s)://pulseaudio.org redirects to
https://www.freedesktop.org/wiki/Software/PulseAudio/

This change enforces to use HTTPS everywhere for homepage URLs

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>pulseaudio: use AUTORELEASE variable</title>
<updated>2022-11-01T14:15:22Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-10-29T21:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=364054fbe749a6121d0b6ff4e2bdda80f17389e7'/>
<id>urn:sha1:364054fbe749a6121d0b6ff4e2bdda80f17389e7</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>pulseaudio: daemons should conflict to each other</title>
<updated>2022-11-01T14:15:22Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-10-29T21:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5a5bb15949f7cf0abb717245bc23508af2c48ed9'/>
<id>urn:sha1:5a5bb15949f7cf0abb717245bc23508af2c48ed9</id>
<content type='text'>
It should not be possible to install pulseaudio-daemon and
pulseadio-daemon-avahi at the same time as they have the same files.
Let's avoid that situation by adding conflict.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
</feed>
