Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pulseaudio: update to 14.0.
@ 2020-11-23 23:40 abenson
  2020-11-24  1:12 ` [PR PATCH] [Updated] " abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: abenson @ 2020-11-23 23:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages pa_14.0
https://github.com/void-linux/void-packages/pull/26664

pulseaudio: update to 14.0.


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

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

From c85d843be06e3111f7688f19ea945b0c50b767be Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 23 Nov 2020 17:35:56 -0600
Subject: [PATCH] pulseaudio: update to 14.0.

---
 common/shlibs               |  4 ++--
 srcpkgs/pulseaudio/template | 26 ++++++++++++--------------
 2 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 51c9ba0635a..1c302a1b620 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -764,8 +764,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-13.0.so libpulseaudio-13.0_1
-libpulsecore-13.0.so libpulseaudio-13.0_1
+libpulsecommon-14.0.so libpulseaudio-14.0_1
+libpulsecore-14.0.so libpulseaudio-14.0_1
 libprojectM.so.3 projectM-3.1.7_2
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 391c187bd83..3c161d45883 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,21 +1,19 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=13.0
-revision=2
-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-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 gettext libtool orc-devel perl-XML-Parser pkg-config"
+version=14.0
+revision=1
+build_style=meson
+configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled
+ -Dgtk=disabled -Dsystemd=disabled -Dwebrtc-aec=enabled
+ -Dbluez5=true -Dbluez5-ofono-headset=false -Dbluez5-native-headset=true
+ -Dudevrulesdir=/usr/lib/udev/rules.d
+ -Dbashcompletiondir=/usr/share/bash-completion/completions"
+hostmakedepends="cmake m4 gettext libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="$(vopt_if avahi 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 check-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -23,8 +21,8 @@ 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=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
-python_version=2 #unverified
+checksum=a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261
+python_version=3
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"

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

* Re: [PR PATCH] [Updated] pulseaudio: update to 14.0.
  2020-11-23 23:40 [PR PATCH] pulseaudio: update to 14.0 abenson
@ 2020-11-24  1:12 ` abenson
  2020-11-24  2:34 ` abenson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2020-11-24  1:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages pa_14.0
https://github.com/void-linux/void-packages/pull/26664

pulseaudio: update to 14.0.


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

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

From d298f6ca22dc22cce22acb943c9851df5995de79 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 23 Nov 2020 17:35:56 -0600
Subject: [PATCH] pulseaudio: update to 14.0.

---
 common/shlibs               |  4 ++--
 srcpkgs/pulseaudio/template | 36 ++++++++++++++++++------------------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 51c9ba0635a..1c302a1b620 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -764,8 +764,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-13.0.so libpulseaudio-13.0_1
-libpulsecore-13.0.so libpulseaudio-13.0_1
+libpulsecommon-14.0.so libpulseaudio-14.0_1
+libpulsecore-14.0.so libpulseaudio-14.0_1
 libprojectM.so.3 projectM-3.1.7_2
 liborc-0.4.so.0 orc-0.4.11_1
 liborc-test-0.4.so.0 orc-0.4.11_1
diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template
index 391c187bd83..3bcc90dca88 100644
--- a/srcpkgs/pulseaudio/template
+++ b/srcpkgs/pulseaudio/template
@@ -1,21 +1,19 @@
 # Template file for 'pulseaudio'
 pkgname=pulseaudio
-version=13.0
-revision=2
-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-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 gettext libtool orc-devel perl-XML-Parser pkg-config"
+version=14.0
+revision=1
+build_style=meson
+configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled
+ -Dgtk=disabled -Dsystemd=disabled -Dwebrtc-aec=enabled
+ -Dbluez5=true -Dbluez5-ofono-headset=false -Dbluez5-native-headset=true
+ -Dudevrulesdir=/usr/lib/udev/rules.d
+ -Dbashcompletiondir=/usr/share/bash-completion/completions"
+hostmakedepends="cmake m4 gettext libtool orc-devel perl-XML-Parser pkg-config"
 makedepends="$(vopt_if avahi 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 check-devel"
 depends="rtkit"
 conf_files="/etc/pulse/*"
 short_desc="Featureful, general-purpose sound server"
@@ -23,8 +21,8 @@ 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=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
-python_version=2 #unverified
+checksum=a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261
+python_version=3
 system_groups="pulse-access"
 system_accounts="pulse"
 pulse_groups="audio"
@@ -37,10 +35,12 @@ if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" glib"
 fi
 
-case "$XBPS_TARGET_MACHINE" in
-	# Disable neon optimizations for the arm* architectures
-	arm*) configure_args+=" --disable-neon-opt" ;;
-esac
+pre_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+		# Disable neon optimizations for the arm* architectures
+		arm*) vsed -e '/  neon/d' -i src/pulsecore/meson.build ;;
+	esac
+}
 
 post_install() {
 	rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf

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

* Re: pulseaudio: update to 14.0.
  2020-11-23 23:40 [PR PATCH] pulseaudio: update to 14.0 abenson
  2020-11-24  1:12 ` [PR PATCH] [Updated] " abenson
@ 2020-11-24  2:34 ` abenson
  2020-12-12 20:17 ` ericonr
  2020-12-18  6:54 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2020-11-24  2:34 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/26664#issuecomment-732547898

Comment:
pulseaudio is switching away from autotools. Please test. Especially for 32-bit ARM.

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

* Re: pulseaudio: update to 14.0.
  2020-11-23 23:40 [PR PATCH] pulseaudio: update to 14.0 abenson
  2020-11-24  1:12 ` [PR PATCH] [Updated] " abenson
  2020-11-24  2:34 ` abenson
@ 2020-12-12 20:17 ` ericonr
  2020-12-18  6:54 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-12 20:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26664#issuecomment-743819414

Comment:
Ping? I will see if I can set something up with my rpi, but I don't have high hopes for it. If you could test on Powerbook perhaps?

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

* Re: [PR PATCH] [Merged]: pulseaudio: update to 14.0.
  2020-11-23 23:40 [PR PATCH] pulseaudio: update to 14.0 abenson
                   ` (2 preceding siblings ...)
  2020-12-12 20:17 ` ericonr
@ 2020-12-18  6:54 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2020-12-18  6:54 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 14.0.
https://github.com/void-linux/void-packages/pull/26664

Description:


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

end of thread, other threads:[~2020-12-18  6:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23 23:40 [PR PATCH] pulseaudio: update to 14.0 abenson
2020-11-24  1:12 ` [PR PATCH] [Updated] " abenson
2020-11-24  2:34 ` abenson
2020-12-12 20:17 ` ericonr
2020-12-18  6:54 ` [PR PATCH] [Merged]: " abenson

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).