Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pulseaudio: update to 13.0.
@ 2019-09-16 22:32 voidlinux-github
  2019-09-17 11:55 ` voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-16 22:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is a new pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages pulseaudio
https://github.com/void-linux/void-packages/pull/14516

pulseaudio: update to 13.0.


A patch file from https://github.com/void-linux/void-packages/pull/14516.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pulseaudio-14516.patch --]
[-- Type: text/x-diff, Size: 5410 bytes --]

From 60c1cf8cdb7017260267a6103ea893926db8086b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 17 Sep 2019 00:00:04 +0200
Subject: [PATCH] pulseaudio: update to 13.0.

---
 common/shlibs                                 |  4 +-
 .../pulseaudio/patches/fix-alsa-module.patch  | 42 -------------------
 srcpkgs/pulseaudio/template                   | 23 ++++------
 3 files changed, 11 insertions(+), 58 deletions(-)
 delete mode 100644 srcpkgs/pulseaudio/patches/fix-alsa-module.patch

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..33753136b75 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -760,8 +760,8 @@ libasyncns.so.0 libasyncns-0.8_1
 libpulse.so.0 libpulseaudio-1.0_1
 libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1
 libpulse-simple.so.0 libpulseaudio-1.0_1
-libpulsecommon-12.2.so libpulseaudio-12.2_1
-libpulsecore-12.2.so libpulseaudio-12.2_1
+libpulsecommon-13.0.so libpulseaudio-13.0_1
+libpulsecore-13.0.so libpulseaudio-13.0_1
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
 libgmime-2.6.so.0 gmime-2.6.4_1
diff --git a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch b/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
deleted file mode 100644
index ddc4236ee8f..00000000000
--- a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From b89d33bb182c42db5ad3987b0e91b7bf62f421e8 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Sun, 21 Apr 2019 11:59:30 +0200
-Subject: [PATCH] alsa: Fix inclusion of use-case.h
-
-The recent change in ALSA upstream stripped -I$include/alsa path from
-pkgconfig.  We already fixed for this change in some places but still
-the code for UCM was overlooked, and this resulted in the unresolved
-symbols in alsa card module. Fix them as well.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
----
- configure.ac                | 2 +-
- src/modules/alsa/alsa-ucm.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c004bd70d..b44ed1595 100644
---- configure.ac
-+++ configure.ac
-@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
- AS_IF([test "x$HAVE_ALSA" = "x1"],
-     [
-         save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
--        AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-+        AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-         CPPFLAGS="$save_CPPFLAGS"
-     ],
-     HAVE_ALSA_UCM=0)
-diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h
-index 53abf3f90..c926f3cc3 100644
---- src/modules/alsa/alsa-ucm.h
-+++ src/modules/alsa/alsa-ucm.h
-@@ -23,7 +23,7 @@
- ***/
- 
- #ifdef HAVE_ALSA_UCM
--#include <use-case.h>
-+#include <alsa/use-case.h>
- #else
- typedef void snd_use_case_mgr_t;
- #endif
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 208c5317e9a..6dbebc9694f 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,22 +1,21 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=12.2
-revision=6
+version=13.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
  --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc
- --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-bluez4
- --disable-esound --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset
- --disable-systemd-login --disable-systemd-daemon --disable-systemd-journal
- --enable-webrtc-aec --with-bash-completion-dir=/usr/share/bash-completion/completions
+ --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-esound
+ --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset --disable-systemd-login
+ --disable-systemd-daemon --disable-systemd-journal --enable-webrtc-aec
+ --with-bash-completion-dir=/usr/share/bash-completion/completions
  --enable-bluez5-native-headset"
-hostmakedepends="automake autoconf gettext-devel glib-devel intltool libtool
- orc-devel pkg-config"
+hostmakedepends="automake gettext-devel libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="avahi-libs-devel eudev-libudev-devel fftw-devel jack-devel
  libSM-devel libXtst-devel libasyncns-devel libbluetooth-devel
  libcap-devel libcap-progs libglib-devel libltdl-devel libressl-devel
  libsndfile-devel libsoxr-devel orc-devel sbc-devel speex-devel tdb-devel
-webrtc-audio-processing-devel xcb-util-devel"
+ webrtc-audio-processing-devel xcb-util-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -24,7 +23,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/PulseAudio"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
-checksum=809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
+checksum=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"
@@ -39,10 +38,6 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*) configure_args+=" --disable-neon-opt" ;;
 esac
 
-pre_configure() {
-	NOCONFIGURE=1 ./bootstrap.sh
-}
-
 post_install() {
 	rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf
 	vsv pulseaudio

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
@ 2019-09-17 11:55 ` voidlinux-github
  2019-09-17 13:05 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-17 11:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14516#issuecomment-532187882

Comment:
I think `pulseaudio-module-sndio` needs to be updated, it links against the bumped sonames.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
  2019-09-17 11:55 ` voidlinux-github
  2019-09-17 13:05 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-17 13:05 ` voidlinux-github
  2019-09-17 13:09 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-17 13:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages pulseaudio
https://github.com/void-linux/void-packages/pull/14516

pulseaudio: update to 13.0.


A patch file from https://github.com/void-linux/void-packages/pull/14516.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pulseaudio-14516.patch --]
[-- Type: text/x-diff, Size: 6193 bytes --]

From 60c1cf8cdb7017260267a6103ea893926db8086b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 17 Sep 2019 00:00:04 +0200
Subject: [PATCH 1/2] pulseaudio: update to 13.0.

---
 common/shlibs                                 |  4 +-
 .../pulseaudio/patches/fix-alsa-module.patch  | 42 -------------------
 srcpkgs/pulseaudio/template                   | 23 ++++------
 3 files changed, 11 insertions(+), 58 deletions(-)
 delete mode 100644 srcpkgs/pulseaudio/patches/fix-alsa-module.patch

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..33753136b75 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -760,8 +760,8 @@ libasyncns.so.0 libasyncns-0.8_1
 libpulse.so.0 libpulseaudio-1.0_1
 libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1
 libpulse-simple.so.0 libpulseaudio-1.0_1
-libpulsecommon-12.2.so libpulseaudio-12.2_1
-libpulsecore-12.2.so libpulseaudio-12.2_1
+libpulsecommon-13.0.so libpulseaudio-13.0_1
+libpulsecore-13.0.so libpulseaudio-13.0_1
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
 libgmime-2.6.so.0 gmime-2.6.4_1
diff --git a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch b/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
deleted file mode 100644
index ddc4236ee8f..00000000000
--- a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From b89d33bb182c42db5ad3987b0e91b7bf62f421e8 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Sun, 21 Apr 2019 11:59:30 +0200
-Subject: [PATCH] alsa: Fix inclusion of use-case.h
-
-The recent change in ALSA upstream stripped -I$include/alsa path from
-pkgconfig.  We already fixed for this change in some places but still
-the code for UCM was overlooked, and this resulted in the unresolved
-symbols in alsa card module. Fix them as well.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
----
- configure.ac                | 2 +-
- src/modules/alsa/alsa-ucm.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c004bd70d..b44ed1595 100644
---- configure.ac
-+++ configure.ac
-@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
- AS_IF([test "x$HAVE_ALSA" = "x1"],
-     [
-         save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
--        AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-+        AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-         CPPFLAGS="$save_CPPFLAGS"
-     ],
-     HAVE_ALSA_UCM=0)
-diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h
-index 53abf3f90..c926f3cc3 100644
---- src/modules/alsa/alsa-ucm.h
-+++ src/modules/alsa/alsa-ucm.h
-@@ -23,7 +23,7 @@
- ***/
- 
- #ifdef HAVE_ALSA_UCM
--#include <use-case.h>
-+#include <alsa/use-case.h>
- #else
- typedef void snd_use_case_mgr_t;
- #endif
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 208c5317e9a..6dbebc9694f 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,22 +1,21 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=12.2
-revision=6
+version=13.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
  --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc
- --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-bluez4
- --disable-esound --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset
- --disable-systemd-login --disable-systemd-daemon --disable-systemd-journal
- --enable-webrtc-aec --with-bash-completion-dir=/usr/share/bash-completion/completions
+ --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-esound
+ --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset --disable-systemd-login
+ --disable-systemd-daemon --disable-systemd-journal --enable-webrtc-aec
+ --with-bash-completion-dir=/usr/share/bash-completion/completions
  --enable-bluez5-native-headset"
-hostmakedepends="automake autoconf gettext-devel glib-devel intltool libtool
- orc-devel pkg-config"
+hostmakedepends="automake gettext-devel libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="avahi-libs-devel eudev-libudev-devel fftw-devel jack-devel
  libSM-devel libXtst-devel libasyncns-devel libbluetooth-devel
  libcap-devel libcap-progs libglib-devel libltdl-devel libressl-devel
  libsndfile-devel libsoxr-devel orc-devel sbc-devel speex-devel tdb-devel
-webrtc-audio-processing-devel xcb-util-devel"
+ webrtc-audio-processing-devel xcb-util-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -24,7 +23,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/PulseAudio"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
-checksum=809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
+checksum=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"
@@ -39,10 +38,6 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*) configure_args+=" --disable-neon-opt" ;;
 esac
 
-pre_configure() {
-	NOCONFIGURE=1 ./bootstrap.sh
-}
-
 post_install() {
 	rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf
 	vsv pulseaudio

From 7bd32ec483a6b288d75724baabdbaa2849e91d39 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinborn@sipgate.de>
Date: Tue, 17 Sep 2019 15:05:02 +0200
Subject: [PATCH 2/2] pulseaudio-module-sndio: rebuild for pulseaudio-13.0

---
 srcpkgs/pulseaudio-module-sndio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-module-sndio/template b/srcpkgs/pulseaudio-module-sndio/template
index dabc88743d8..5fab8ef971d 100644
--- a/srcpkgs/pulseaudio-module-sndio/template
+++ b/srcpkgs/pulseaudio-module-sndio/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-module-sndio'
 pkgname=pulseaudio-module-sndio
 version=12.0
-revision=4
+revision=5
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pulseaudio pkg-config"

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
  2019-09-17 11:55 ` voidlinux-github
@ 2019-09-17 13:05 ` voidlinux-github
  2019-09-17 13:05 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-17 13:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages pulseaudio
https://github.com/void-linux/void-packages/pull/14516

pulseaudio: update to 13.0.


A patch file from https://github.com/void-linux/void-packages/pull/14516.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pulseaudio-14516.patch --]
[-- Type: text/x-diff, Size: 6193 bytes --]

From 60c1cf8cdb7017260267a6103ea893926db8086b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 17 Sep 2019 00:00:04 +0200
Subject: [PATCH 1/2] pulseaudio: update to 13.0.

---
 common/shlibs                                 |  4 +-
 .../pulseaudio/patches/fix-alsa-module.patch  | 42 -------------------
 srcpkgs/pulseaudio/template                   | 23 ++++------
 3 files changed, 11 insertions(+), 58 deletions(-)
 delete mode 100644 srcpkgs/pulseaudio/patches/fix-alsa-module.patch

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..33753136b75 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -760,8 +760,8 @@ libasyncns.so.0 libasyncns-0.8_1
 libpulse.so.0 libpulseaudio-1.0_1
 libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1
 libpulse-simple.so.0 libpulseaudio-1.0_1
-libpulsecommon-12.2.so libpulseaudio-12.2_1
-libpulsecore-12.2.so libpulseaudio-12.2_1
+libpulsecommon-13.0.so libpulseaudio-13.0_1
+libpulsecore-13.0.so libpulseaudio-13.0_1
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
 libgmime-2.6.so.0 gmime-2.6.4_1
diff --git a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch b/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
deleted file mode 100644
index ddc4236ee8f..00000000000
--- a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From b89d33bb182c42db5ad3987b0e91b7bf62f421e8 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Sun, 21 Apr 2019 11:59:30 +0200
-Subject: [PATCH] alsa: Fix inclusion of use-case.h
-
-The recent change in ALSA upstream stripped -I$include/alsa path from
-pkgconfig.  We already fixed for this change in some places but still
-the code for UCM was overlooked, and this resulted in the unresolved
-symbols in alsa card module. Fix them as well.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
----
- configure.ac                | 2 +-
- src/modules/alsa/alsa-ucm.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c004bd70d..b44ed1595 100644
---- configure.ac
-+++ configure.ac
-@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
- AS_IF([test "x$HAVE_ALSA" = "x1"],
-     [
-         save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
--        AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-+        AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-         CPPFLAGS="$save_CPPFLAGS"
-     ],
-     HAVE_ALSA_UCM=0)
-diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h
-index 53abf3f90..c926f3cc3 100644
---- src/modules/alsa/alsa-ucm.h
-+++ src/modules/alsa/alsa-ucm.h
-@@ -23,7 +23,7 @@
- ***/
- 
- #ifdef HAVE_ALSA_UCM
--#include <use-case.h>
-+#include <alsa/use-case.h>
- #else
- typedef void snd_use_case_mgr_t;
- #endif
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 208c5317e9a..6dbebc9694f 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,22 +1,21 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=12.2
-revision=6
+version=13.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
  --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc
- --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-bluez4
- --disable-esound --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset
- --disable-systemd-login --disable-systemd-daemon --disable-systemd-journal
- --enable-webrtc-aec --with-bash-completion-dir=/usr/share/bash-completion/completions
+ --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-esound
+ --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset --disable-systemd-login
+ --disable-systemd-daemon --disable-systemd-journal --enable-webrtc-aec
+ --with-bash-completion-dir=/usr/share/bash-completion/completions
  --enable-bluez5-native-headset"
-hostmakedepends="automake autoconf gettext-devel glib-devel intltool libtool
- orc-devel pkg-config"
+hostmakedepends="automake gettext-devel libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="avahi-libs-devel eudev-libudev-devel fftw-devel jack-devel
  libSM-devel libXtst-devel libasyncns-devel libbluetooth-devel
  libcap-devel libcap-progs libglib-devel libltdl-devel libressl-devel
  libsndfile-devel libsoxr-devel orc-devel sbc-devel speex-devel tdb-devel
-webrtc-audio-processing-devel xcb-util-devel"
+ webrtc-audio-processing-devel xcb-util-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -24,7 +23,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/PulseAudio"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
-checksum=809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
+checksum=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"
@@ -39,10 +38,6 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*) configure_args+=" --disable-neon-opt" ;;
 esac
 
-pre_configure() {
-	NOCONFIGURE=1 ./bootstrap.sh
-}
-
 post_install() {
 	rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf
 	vsv pulseaudio

From 7bd32ec483a6b288d75724baabdbaa2849e91d39 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinborn@sipgate.de>
Date: Tue, 17 Sep 2019 15:05:02 +0200
Subject: [PATCH 2/2] pulseaudio-module-sndio: rebuild for pulseaudio-13.0

---
 srcpkgs/pulseaudio-module-sndio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-module-sndio/template b/srcpkgs/pulseaudio-module-sndio/template
index dabc88743d8..5fab8ef971d 100644
--- a/srcpkgs/pulseaudio-module-sndio/template
+++ b/srcpkgs/pulseaudio-module-sndio/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-module-sndio'
 pkgname=pulseaudio-module-sndio
 version=12.0
-revision=4
+revision=5
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pulseaudio pkg-config"

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-17 13:05 ` voidlinux-github
@ 2019-09-17 13:09 ` voidlinux-github
  2019-09-17 13:09 ` voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-17 13:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages pulseaudio
https://github.com/void-linux/void-packages/pull/14516

pulseaudio: update to 13.0.


A patch file from https://github.com/void-linux/void-packages/pull/14516.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pulseaudio-14516.patch --]
[-- Type: text/x-diff, Size: 6818 bytes --]

From 60c1cf8cdb7017260267a6103ea893926db8086b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 17 Sep 2019 00:00:04 +0200
Subject: [PATCH 1/2] pulseaudio: update to 13.0.

---
 common/shlibs                                 |  4 +-
 .../pulseaudio/patches/fix-alsa-module.patch  | 42 -------------------
 srcpkgs/pulseaudio/template                   | 23 ++++------
 3 files changed, 11 insertions(+), 58 deletions(-)
 delete mode 100644 srcpkgs/pulseaudio/patches/fix-alsa-module.patch

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..33753136b75 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -760,8 +760,8 @@ libasyncns.so.0 libasyncns-0.8_1
 libpulse.so.0 libpulseaudio-1.0_1
 libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1
 libpulse-simple.so.0 libpulseaudio-1.0_1
-libpulsecommon-12.2.so libpulseaudio-12.2_1
-libpulsecore-12.2.so libpulseaudio-12.2_1
+libpulsecommon-13.0.so libpulseaudio-13.0_1
+libpulsecore-13.0.so libpulseaudio-13.0_1
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
 libgmime-2.6.so.0 gmime-2.6.4_1
diff --git a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch b/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
deleted file mode 100644
index ddc4236ee8f..00000000000
--- a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From b89d33bb182c42db5ad3987b0e91b7bf62f421e8 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Sun, 21 Apr 2019 11:59:30 +0200
-Subject: [PATCH] alsa: Fix inclusion of use-case.h
-
-The recent change in ALSA upstream stripped -I$include/alsa path from
-pkgconfig.  We already fixed for this change in some places but still
-the code for UCM was overlooked, and this resulted in the unresolved
-symbols in alsa card module. Fix them as well.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
----
- configure.ac                | 2 +-
- src/modules/alsa/alsa-ucm.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c004bd70d..b44ed1595 100644
---- configure.ac
-+++ configure.ac
-@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
- AS_IF([test "x$HAVE_ALSA" = "x1"],
-     [
-         save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
--        AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-+        AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-         CPPFLAGS="$save_CPPFLAGS"
-     ],
-     HAVE_ALSA_UCM=0)
-diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h
-index 53abf3f90..c926f3cc3 100644
---- src/modules/alsa/alsa-ucm.h
-+++ src/modules/alsa/alsa-ucm.h
-@@ -23,7 +23,7 @@
- ***/
- 
- #ifdef HAVE_ALSA_UCM
--#include <use-case.h>
-+#include <alsa/use-case.h>
- #else
- typedef void snd_use_case_mgr_t;
- #endif
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 208c5317e9a..6dbebc9694f 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,22 +1,21 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=12.2
-revision=6
+version=13.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
  --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc
- --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-bluez4
- --disable-esound --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset
- --disable-systemd-login --disable-systemd-daemon --disable-systemd-journal
- --enable-webrtc-aec --with-bash-completion-dir=/usr/share/bash-completion/completions
+ --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-esound
+ --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset --disable-systemd-login
+ --disable-systemd-daemon --disable-systemd-journal --enable-webrtc-aec
+ --with-bash-completion-dir=/usr/share/bash-completion/completions
  --enable-bluez5-native-headset"
-hostmakedepends="automake autoconf gettext-devel glib-devel intltool libtool
- orc-devel pkg-config"
+hostmakedepends="automake gettext-devel libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="avahi-libs-devel eudev-libudev-devel fftw-devel jack-devel
  libSM-devel libXtst-devel libasyncns-devel libbluetooth-devel
  libcap-devel libcap-progs libglib-devel libltdl-devel libressl-devel
  libsndfile-devel libsoxr-devel orc-devel sbc-devel speex-devel tdb-devel
-webrtc-audio-processing-devel xcb-util-devel"
+ webrtc-audio-processing-devel xcb-util-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -24,7 +23,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/PulseAudio"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
-checksum=809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
+checksum=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"
@@ -39,10 +38,6 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*) configure_args+=" --disable-neon-opt" ;;
 esac
 
-pre_configure() {
-	NOCONFIGURE=1 ./bootstrap.sh
-}
-
 post_install() {
 	rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf
 	vsv pulseaudio

From 06cf8b17cbca7824971ff4bf8bcaad493023312e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinborn@sipgate.de>
Date: Tue, 17 Sep 2019 15:05:02 +0200
Subject: [PATCH 2/2] pulseaudio-module-sndio: rebuild for pulseaudio-13.0

---
 srcpkgs/pulseaudio-module-sndio/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pulseaudio-module-sndio/template b/srcpkgs/pulseaudio-module-sndio/template
index dabc88743d8..67a9c928731 100644
--- a/srcpkgs/pulseaudio-module-sndio/template
+++ b/srcpkgs/pulseaudio-module-sndio/template
@@ -1,18 +1,18 @@
 # Template file for 'pulseaudio-module-sndio'
 pkgname=pulseaudio-module-sndio
 version=12.0
-revision=4
+revision=5
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pulseaudio pkg-config"
 makedepends="sndio-devel pulseaudio-devel libltdl-devel libpulseaudio"
-nocross="Can't link -lpulseco{re,mmon}-12.0."
 short_desc="Module for PulseAudio to support playing to sndio servers"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="LGPL-2.1-or-later, ISC"
 homepage="https://github.com/t6/pulseaudio-module-sndio"
 distfiles="https://github.com/t6/pulseaudio-module-sndio/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=785baffed274241eb8e1642d0d6e66a411f7f6bf0d0257f46dcd51a809feb835
+nocross="Can't link -lpulseco{re,mmon}-12.0."
 
 post_install() {
 	[ -f LICENSE ] && exit 1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-17 13:09 ` voidlinux-github
@ 2019-09-17 13:09 ` voidlinux-github
  2019-09-17 13:37 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-17 13:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages pulseaudio
https://github.com/void-linux/void-packages/pull/14516

pulseaudio: update to 13.0.


A patch file from https://github.com/void-linux/void-packages/pull/14516.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pulseaudio-14516.patch --]
[-- Type: text/x-diff, Size: 6818 bytes --]

From 60c1cf8cdb7017260267a6103ea893926db8086b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 17 Sep 2019 00:00:04 +0200
Subject: [PATCH 1/2] pulseaudio: update to 13.0.

---
 common/shlibs                                 |  4 +-
 .../pulseaudio/patches/fix-alsa-module.patch  | 42 -------------------
 srcpkgs/pulseaudio/template                   | 23 ++++------
 3 files changed, 11 insertions(+), 58 deletions(-)
 delete mode 100644 srcpkgs/pulseaudio/patches/fix-alsa-module.patch

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..33753136b75 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -760,8 +760,8 @@ libasyncns.so.0 libasyncns-0.8_1
 libpulse.so.0 libpulseaudio-1.0_1
 libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1
 libpulse-simple.so.0 libpulseaudio-1.0_1
-libpulsecommon-12.2.so libpulseaudio-12.2_1
-libpulsecore-12.2.so libpulseaudio-12.2_1
+libpulsecommon-13.0.so libpulseaudio-13.0_1
+libpulsecore-13.0.so libpulseaudio-13.0_1
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
 libgmime-2.6.so.0 gmime-2.6.4_1
diff --git a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch b/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
deleted file mode 100644
index ddc4236ee8f..00000000000
--- a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From b89d33bb182c42db5ad3987b0e91b7bf62f421e8 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Sun, 21 Apr 2019 11:59:30 +0200
-Subject: [PATCH] alsa: Fix inclusion of use-case.h
-
-The recent change in ALSA upstream stripped -I$include/alsa path from
-pkgconfig.  We already fixed for this change in some places but still
-the code for UCM was overlooked, and this resulted in the unresolved
-symbols in alsa card module. Fix them as well.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
----
- configure.ac                | 2 +-
- src/modules/alsa/alsa-ucm.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c004bd70d..b44ed1595 100644
---- configure.ac
-+++ configure.ac
-@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
- AS_IF([test "x$HAVE_ALSA" = "x1"],
-     [
-         save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
--        AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-+        AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-         CPPFLAGS="$save_CPPFLAGS"
-     ],
-     HAVE_ALSA_UCM=0)
-diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h
-index 53abf3f90..c926f3cc3 100644
---- src/modules/alsa/alsa-ucm.h
-+++ src/modules/alsa/alsa-ucm.h
-@@ -23,7 +23,7 @@
- ***/
- 
- #ifdef HAVE_ALSA_UCM
--#include <use-case.h>
-+#include <alsa/use-case.h>
- #else
- typedef void snd_use_case_mgr_t;
- #endif
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 208c5317e9a..6dbebc9694f 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,22 +1,21 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=12.2
-revision=6
+version=13.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
  --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc
- --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-bluez4
- --disable-esound --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset
- --disable-systemd-login --disable-systemd-daemon --disable-systemd-journal
- --enable-webrtc-aec --with-bash-completion-dir=/usr/share/bash-completion/completions
+ --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-esound
+ --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset --disable-systemd-login
+ --disable-systemd-daemon --disable-systemd-journal --enable-webrtc-aec
+ --with-bash-completion-dir=/usr/share/bash-completion/completions
  --enable-bluez5-native-headset"
-hostmakedepends="automake autoconf gettext-devel glib-devel intltool libtool
- orc-devel pkg-config"
+hostmakedepends="automake gettext-devel libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="avahi-libs-devel eudev-libudev-devel fftw-devel jack-devel
  libSM-devel libXtst-devel libasyncns-devel libbluetooth-devel
  libcap-devel libcap-progs libglib-devel libltdl-devel libressl-devel
  libsndfile-devel libsoxr-devel orc-devel sbc-devel speex-devel tdb-devel
-webrtc-audio-processing-devel xcb-util-devel"
+ webrtc-audio-processing-devel xcb-util-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -24,7 +23,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/PulseAudio"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
-checksum=809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
+checksum=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"
@@ -39,10 +38,6 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*) configure_args+=" --disable-neon-opt" ;;
 esac
 
-pre_configure() {
-	NOCONFIGURE=1 ./bootstrap.sh
-}
-
 post_install() {
 	rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf
 	vsv pulseaudio

From 06cf8b17cbca7824971ff4bf8bcaad493023312e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinborn@sipgate.de>
Date: Tue, 17 Sep 2019 15:05:02 +0200
Subject: [PATCH 2/2] pulseaudio-module-sndio: rebuild for pulseaudio-13.0

---
 srcpkgs/pulseaudio-module-sndio/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pulseaudio-module-sndio/template b/srcpkgs/pulseaudio-module-sndio/template
index dabc88743d8..67a9c928731 100644
--- a/srcpkgs/pulseaudio-module-sndio/template
+++ b/srcpkgs/pulseaudio-module-sndio/template
@@ -1,18 +1,18 @@
 # Template file for 'pulseaudio-module-sndio'
 pkgname=pulseaudio-module-sndio
 version=12.0
-revision=4
+revision=5
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pulseaudio pkg-config"
 makedepends="sndio-devel pulseaudio-devel libltdl-devel libpulseaudio"
-nocross="Can't link -lpulseco{re,mmon}-12.0."
 short_desc="Module for PulseAudio to support playing to sndio servers"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="LGPL-2.1-or-later, ISC"
 homepage="https://github.com/t6/pulseaudio-module-sndio"
 distfiles="https://github.com/t6/pulseaudio-module-sndio/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=785baffed274241eb8e1642d0d6e66a411f7f6bf0d0257f46dcd51a809feb835
+nocross="Can't link -lpulseco{re,mmon}-12.0."
 
 post_install() {
 	[ -f LICENSE ] && exit 1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-17 13:09 ` voidlinux-github
@ 2019-09-17 13:37 ` voidlinux-github
  2019-09-17 20:03 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-17 13:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/14516#issuecomment-532224488

Comment:
@Hoshpak sorry, that slipped through. done!

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-17 20:03 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-17 20:03 ` voidlinux-github
  2019-09-18  7:42 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-17 20:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages pulseaudio
https://github.com/void-linux/void-packages/pull/14516

pulseaudio: update to 13.0.


A patch file from https://github.com/void-linux/void-packages/pull/14516.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pulseaudio-14516.patch --]
[-- Type: text/x-diff, Size: 6818 bytes --]

From 60c1cf8cdb7017260267a6103ea893926db8086b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 17 Sep 2019 00:00:04 +0200
Subject: [PATCH 1/2] pulseaudio: update to 13.0.

---
 common/shlibs                                 |  4 +-
 .../pulseaudio/patches/fix-alsa-module.patch  | 42 -------------------
 srcpkgs/pulseaudio/template                   | 23 ++++------
 3 files changed, 11 insertions(+), 58 deletions(-)
 delete mode 100644 srcpkgs/pulseaudio/patches/fix-alsa-module.patch

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..33753136b75 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -760,8 +760,8 @@ libasyncns.so.0 libasyncns-0.8_1
 libpulse.so.0 libpulseaudio-1.0_1
 libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1
 libpulse-simple.so.0 libpulseaudio-1.0_1
-libpulsecommon-12.2.so libpulseaudio-12.2_1
-libpulsecore-12.2.so libpulseaudio-12.2_1
+libpulsecommon-13.0.so libpulseaudio-13.0_1
+libpulsecore-13.0.so libpulseaudio-13.0_1
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
 libgmime-2.6.so.0 gmime-2.6.4_1
diff --git a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch b/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
deleted file mode 100644
index ddc4236ee8f..00000000000
--- a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From b89d33bb182c42db5ad3987b0e91b7bf62f421e8 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Sun, 21 Apr 2019 11:59:30 +0200
-Subject: [PATCH] alsa: Fix inclusion of use-case.h
-
-The recent change in ALSA upstream stripped -I$include/alsa path from
-pkgconfig.  We already fixed for this change in some places but still
-the code for UCM was overlooked, and this resulted in the unresolved
-symbols in alsa card module. Fix them as well.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
----
- configure.ac                | 2 +-
- src/modules/alsa/alsa-ucm.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c004bd70d..b44ed1595 100644
---- configure.ac
-+++ configure.ac
-@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
- AS_IF([test "x$HAVE_ALSA" = "x1"],
-     [
-         save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
--        AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-+        AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-         CPPFLAGS="$save_CPPFLAGS"
-     ],
-     HAVE_ALSA_UCM=0)
-diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h
-index 53abf3f90..c926f3cc3 100644
---- src/modules/alsa/alsa-ucm.h
-+++ src/modules/alsa/alsa-ucm.h
-@@ -23,7 +23,7 @@
- ***/
- 
- #ifdef HAVE_ALSA_UCM
--#include <use-case.h>
-+#include <alsa/use-case.h>
- #else
- typedef void snd_use_case_mgr_t;
- #endif
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 208c5317e9a..6dbebc9694f 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,22 +1,21 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=12.2
-revision=6
+version=13.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
  --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc
- --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-bluez4
- --disable-esound --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset
- --disable-systemd-login --disable-systemd-daemon --disable-systemd-journal
- --enable-webrtc-aec --with-bash-completion-dir=/usr/share/bash-completion/completions
+ --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-esound
+ --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset --disable-systemd-login
+ --disable-systemd-daemon --disable-systemd-journal --enable-webrtc-aec
+ --with-bash-completion-dir=/usr/share/bash-completion/completions
  --enable-bluez5-native-headset"
-hostmakedepends="automake autoconf gettext-devel glib-devel intltool libtool
- orc-devel pkg-config"
+hostmakedepends="automake gettext-devel libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="avahi-libs-devel eudev-libudev-devel fftw-devel jack-devel
  libSM-devel libXtst-devel libasyncns-devel libbluetooth-devel
  libcap-devel libcap-progs libglib-devel libltdl-devel libressl-devel
  libsndfile-devel libsoxr-devel orc-devel sbc-devel speex-devel tdb-devel
-webrtc-audio-processing-devel xcb-util-devel"
+ webrtc-audio-processing-devel xcb-util-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -24,7 +23,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/PulseAudio"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
-checksum=809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
+checksum=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"
@@ -39,10 +38,6 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*) configure_args+=" --disable-neon-opt" ;;
 esac
 
-pre_configure() {
-	NOCONFIGURE=1 ./bootstrap.sh
-}
-
 post_install() {
 	rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf
 	vsv pulseaudio

From 95a02ab2087d7d83645ad56c5f5cbb76c31b10c7 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinborn@sipgate.de>
Date: Tue, 17 Sep 2019 15:05:02 +0200
Subject: [PATCH 2/2] pulseaudio-module-sndio: rebuild for pulseaudio-13.0

---
 srcpkgs/pulseaudio-module-sndio/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pulseaudio-module-sndio/template b/srcpkgs/pulseaudio-module-sndio/template
index dabc88743d8..c10553df930 100644
--- a/srcpkgs/pulseaudio-module-sndio/template
+++ b/srcpkgs/pulseaudio-module-sndio/template
@@ -1,18 +1,18 @@
 # Template file for 'pulseaudio-module-sndio'
 pkgname=pulseaudio-module-sndio
 version=12.0
-revision=4
+revision=5
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pulseaudio pkg-config"
 makedepends="sndio-devel pulseaudio-devel libltdl-devel libpulseaudio"
-nocross="Can't link -lpulseco{re,mmon}-12.0."
 short_desc="Module for PulseAudio to support playing to sndio servers"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="LGPL-2.1-or-later, ISC"
 homepage="https://github.com/t6/pulseaudio-module-sndio"
 distfiles="https://github.com/t6/pulseaudio-module-sndio/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=785baffed274241eb8e1642d0d6e66a411f7f6bf0d0257f46dcd51a809feb835
+nocross="Can't link -lpulseco{re,mmon}-13.0."
 
 post_install() {
 	[ -f LICENSE ] && exit 1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-17 13:37 ` voidlinux-github
@ 2019-09-17 20:03 ` voidlinux-github
  2019-09-17 20:03 ` voidlinux-github
  2019-09-18  7:42 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-17 20:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages pulseaudio
https://github.com/void-linux/void-packages/pull/14516

pulseaudio: update to 13.0.


A patch file from https://github.com/void-linux/void-packages/pull/14516.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pulseaudio-14516.patch --]
[-- Type: text/x-diff, Size: 6818 bytes --]

From 60c1cf8cdb7017260267a6103ea893926db8086b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 17 Sep 2019 00:00:04 +0200
Subject: [PATCH 1/2] pulseaudio: update to 13.0.

---
 common/shlibs                                 |  4 +-
 .../pulseaudio/patches/fix-alsa-module.patch  | 42 -------------------
 srcpkgs/pulseaudio/template                   | 23 ++++------
 3 files changed, 11 insertions(+), 58 deletions(-)
 delete mode 100644 srcpkgs/pulseaudio/patches/fix-alsa-module.patch

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..33753136b75 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -760,8 +760,8 @@ libasyncns.so.0 libasyncns-0.8_1
 libpulse.so.0 libpulseaudio-1.0_1
 libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1
 libpulse-simple.so.0 libpulseaudio-1.0_1
-libpulsecommon-12.2.so libpulseaudio-12.2_1
-libpulsecore-12.2.so libpulseaudio-12.2_1
+libpulsecommon-13.0.so libpulseaudio-13.0_1
+libpulsecore-13.0.so libpulseaudio-13.0_1
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
 libgmime-2.6.so.0 gmime-2.6.4_1
diff --git a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch b/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
deleted file mode 100644
index ddc4236ee8f..00000000000
--- a/srcpkgs/pulseaudio/patches/fix-alsa-module.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From b89d33bb182c42db5ad3987b0e91b7bf62f421e8 Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Sun, 21 Apr 2019 11:59:30 +0200
-Subject: [PATCH] alsa: Fix inclusion of use-case.h
-
-The recent change in ALSA upstream stripped -I$include/alsa path from
-pkgconfig.  We already fixed for this change in some places but still
-the code for UCM was overlooked, and this resulted in the unresolved
-symbols in alsa card module. Fix them as well.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
----
- configure.ac                | 2 +-
- src/modules/alsa/alsa-ucm.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c004bd70d..b44ed1595 100644
---- configure.ac
-+++ configure.ac
-@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
- AS_IF([test "x$HAVE_ALSA" = "x1"],
-     [
-         save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
--        AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-+        AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
-         CPPFLAGS="$save_CPPFLAGS"
-     ],
-     HAVE_ALSA_UCM=0)
-diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h
-index 53abf3f90..c926f3cc3 100644
---- src/modules/alsa/alsa-ucm.h
-+++ src/modules/alsa/alsa-ucm.h
-@@ -23,7 +23,7 @@
- ***/
- 
- #ifdef HAVE_ALSA_UCM
--#include <use-case.h>
-+#include <alsa/use-case.h>
- #else
- typedef void snd_use_case_mgr_t;
- #endif
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 208c5317e9a..6dbebc9694f 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,22 +1,21 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=12.2
-revision=6
+version=13.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
  --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc
- --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-bluez4
- --disable-esound --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset
- --disable-systemd-login --disable-systemd-daemon --disable-systemd-journal
- --enable-webrtc-aec --with-bash-completion-dir=/usr/share/bash-completion/completions
+ --with-database=tdb --with-udev-rules-dir=/usr/lib/udev/rules.d --disable-esound
+ --disable-gtk3 --enable-bluez5 --disable-bluez5-ofono-headset --disable-systemd-login
+ --disable-systemd-daemon --disable-systemd-journal --enable-webrtc-aec
+ --with-bash-completion-dir=/usr/share/bash-completion/completions
  --enable-bluez5-native-headset"
-hostmakedepends="automake autoconf gettext-devel glib-devel intltool libtool
- orc-devel pkg-config"
+hostmakedepends="automake gettext-devel libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="avahi-libs-devel eudev-libudev-devel fftw-devel jack-devel
  libSM-devel libXtst-devel libasyncns-devel libbluetooth-devel
  libcap-devel libcap-progs libglib-devel libltdl-devel libressl-devel
  libsndfile-devel libsoxr-devel orc-devel sbc-devel speex-devel tdb-devel
-webrtc-audio-processing-devel xcb-util-devel"
+ webrtc-audio-processing-devel xcb-util-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -24,7 +23,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/PulseAudio"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
-checksum=809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
+checksum=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"
@@ -39,10 +38,6 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*) configure_args+=" --disable-neon-opt" ;;
 esac
 
-pre_configure() {
-	NOCONFIGURE=1 ./bootstrap.sh
-}
-
 post_install() {
 	rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf
 	vsv pulseaudio

From 95a02ab2087d7d83645ad56c5f5cbb76c31b10c7 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinborn@sipgate.de>
Date: Tue, 17 Sep 2019 15:05:02 +0200
Subject: [PATCH 2/2] pulseaudio-module-sndio: rebuild for pulseaudio-13.0

---
 srcpkgs/pulseaudio-module-sndio/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pulseaudio-module-sndio/template b/srcpkgs/pulseaudio-module-sndio/template
index dabc88743d8..c10553df930 100644
--- a/srcpkgs/pulseaudio-module-sndio/template
+++ b/srcpkgs/pulseaudio-module-sndio/template
@@ -1,18 +1,18 @@
 # Template file for 'pulseaudio-module-sndio'
 pkgname=pulseaudio-module-sndio
 version=12.0
-revision=4
+revision=5
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pulseaudio pkg-config"
 makedepends="sndio-devel pulseaudio-devel libltdl-devel libpulseaudio"
-nocross="Can't link -lpulseco{re,mmon}-12.0."
 short_desc="Module for PulseAudio to support playing to sndio servers"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="LGPL-2.1-or-later, ISC"
 homepage="https://github.com/t6/pulseaudio-module-sndio"
 distfiles="https://github.com/t6/pulseaudio-module-sndio/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=785baffed274241eb8e1642d0d6e66a411f7f6bf0d0257f46dcd51a809feb835
+nocross="Can't link -lpulseco{re,mmon}-13.0."
 
 post_install() {
 	[ -f LICENSE ] && exit 1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Merged]: pulseaudio: update to 13.0.
  2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-17 20:03 ` voidlinux-github
@ 2019-09-18  7:42 ` voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-18  7:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

pulseaudio: update to 13.0.
https://github.com/void-linux/void-packages/pull/14516

Description:


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-09-18  7:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 22:32 [PR PATCH] pulseaudio: update to 13.0 voidlinux-github
2019-09-17 11:55 ` voidlinux-github
2019-09-17 13:05 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-17 13:05 ` voidlinux-github
2019-09-17 13:09 ` voidlinux-github
2019-09-17 13:09 ` voidlinux-github
2019-09-17 13:37 ` voidlinux-github
2019-09-17 20:03 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-17 20:03 ` voidlinux-github
2019-09-18  7:42 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).