Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pulseaudio: update to 14.0.
Date: Tue, 24 Nov 2020 02:12:22 +0100	[thread overview]
Message-ID: <20201124011222.5qIs0AFjEcisLFaBNF-D3-CPpSQKsejx6ZwDfX1UHhY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26664@inbox.vuxu.org>

[-- 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

  reply	other threads:[~2020-11-24  1:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-23 23:40 [PR PATCH] " abenson
2020-11-24  1:12 ` abenson [this message]
2020-11-24  2:34 ` abenson
2020-12-12 20:17 ` ericonr
2020-12-18  6:54 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201124011222.5qIs0AFjEcisLFaBNF-D3-CPpSQKsejx6ZwDfX1UHhY@z \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).