Skip to content

Commit 09e9dcb

Browse files
RussellSenior1715173329
authored andcommitted
pulseaudio: update to 17.0
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 <[email protected]>
1 parent 8bbc9c7 commit 09e9dcb

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

sound/pulseaudio/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=pulseaudio
11-
PKG_VERSION:=16.1
12-
PKG_RELEASE:=2
11+
PKG_VERSION:=17.0
12+
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
16-
PKG_HASH:=8eef32ce91d47979f95fd9a935e738cd7eb7463430dabc72863251751e504ae4
16+
PKG_HASH:=053794d6671a3e397d849e478a80b82a63cb9d8ca296bd35b73317bb5ceb87b5
1717

1818
PKG_MAINTAINER:=Peter Wagner <[email protected]>
1919
PKG_LICENSE:=LGPL-2.1-or-later
@@ -193,8 +193,8 @@ endef
193193
define Package/pulseaudio-daemon-avahi/install
194194
$(call Package/pulseaudio-daemon/install,$1)
195195

196-
$(INSTALL_DIR) $(1)/etc/dbus-1/system.d
197-
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/dbus-1/system.d/pulseaudio-system.conf $(1)/etc/dbus-1/system.d/pulseaudio-system.conf
196+
$(INSTALL_DIR) $(1)/usr/share/dbus-1/system.d
197+
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/dbus-1/system.d/pulseaudio-system.conf $(1)/usr/share/dbus-1/system.d/pulseaudio-system.conf
198198
endef
199199

200200
define Package/pulseaudio-tools/install

sound/pulseaudio/patches/010-meson_gio.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)