pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio pulseaudio: update to 14.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7eede435e356
branches:  trunk
changeset: 446329:7eede435e356
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 06 19:22:55 2021 +0000

description:
pulseaudio: update to 14.2.

PulseAudio 14.2

A bug fix release.

 * Fix port switching when unplugging headphones

PulseAudio 14.1

A bug fix release.

 * Support upto 8 mixer channels on ALSA devices
 * Handle ALSA jacks with the same name but different index values
 * Switch to plugged-in headset when mic availability is unknown
 * Fix a potential segfault in the Bluetooth oFono HFP backend
 * Fix a problem with module-ladspa-sink when avoid-resampling=true
 * Fix database names containing canonical host for meson builds

diffstat:

 audio/pulseaudio/Makefile      |   8 ++++----
 audio/pulseaudio/buildlink3.mk |   4 ++--
 audio/pulseaudio/distinfo      |  10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (59 lines):

diff -r fcb7d52f1538 -r 7eede435e356 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sat Feb 06 15:40:47 2021 +0000
+++ b/audio/pulseaudio/Makefile Sat Feb 06 19:22:55 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.153 2021/01/04 22:34:54 wiz Exp $
+# $NetBSD: Makefile,v 1.154 2021/02/06 19:22:55 wiz Exp $
 
-DISTNAME=      pulseaudio-14.0
+DISTNAME=      pulseaudio-14.2
 CATEGORIES=    audio
 MASTER_SITES=  https://freedesktop.org/software/pulseaudio/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -35,8 +35,8 @@
 
 TOOL_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
 
-REPLACE_BASH=  shell-completion/bash/pulseaudio git-version-gen
-REPLACE_BASH=  src/utils/pa-info
+REPLACE_BASH+= shell-completion/bash/pulseaudio git-version-gen
+REPLACE_BASH+= src/utils/pa-info
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r fcb7d52f1538 -r 7eede435e356 audio/pulseaudio/buildlink3.mk
--- a/audio/pulseaudio/buildlink3.mk    Sat Feb 06 15:40:47 2021 +0000
+++ b/audio/pulseaudio/buildlink3.mk    Sat Feb 06 19:22:55 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.34 2020/08/18 17:57:25 leot Exp $
+# $NetBSD: buildlink3.mk,v 1.35 2021/02/06 19:22:55 wiz Exp $
 
 BUILDLINK_TREE+=       pulseaudio
 
@@ -25,7 +25,7 @@
 
 .include "../../mk/bsd.fast.prefs.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.pulseaudio:Mx11)
+.if ${PKG_BUILD_OPTIONS.pulseaudio:Mx11}
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
diff -r fcb7d52f1538 -r 7eede435e356 audio/pulseaudio/distinfo
--- a/audio/pulseaudio/distinfo Sat Feb 06 15:40:47 2021 +0000
+++ b/audio/pulseaudio/distinfo Sat Feb 06 19:22:55 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.73 2021/01/01 09:50:40 ryoon Exp $
+$NetBSD: distinfo,v 1.74 2021/02/06 19:22:55 wiz Exp $
 
-SHA1 (pulseaudio-14.0.tar.xz) = c37a8551993ed045b3fa55176c9d1df4d2ed17a1
-RMD160 (pulseaudio-14.0.tar.xz) = a66da27cc52d7406f5f56eb66d416bd98bd88c15
-SHA512 (pulseaudio-14.0.tar.xz) = 0c89806c00d2719cb981b2f8883bedd9bf63b16f0347d8591b8b33cc1f8c1d7864d4bcc80016308d1cede5eff2c7d5eb90a340c004047235463c7a6d1c6ec65f
-Size (pulseaudio-14.0.tar.xz) = 1980800 bytes
+SHA1 (pulseaudio-14.2.tar.xz) = 5dfc46595e981f0eb6308d07666f4108a69b2106
+RMD160 (pulseaudio-14.2.tar.xz) = 5e52b8549a0ece2b52df854b5edaa2998c438ccd
+SHA512 (pulseaudio-14.2.tar.xz) = 196338cbb26c542301b6d0579070dfbcc42e76dc17405f3e216af70519bec2003089b80c573a32d5f96bdab078631ca09ce89998ab7a0a8ffa26955a9bcb3c4a
+Size (pulseaudio-14.2.tar.xz) = 1951300 bytes
 SHA1 (patch-configure.ac) = 1cc527caf2ade554de64a8f0353c307b42887ba1
 SHA1 (patch-src_Makefile.am) = 5d136002c12016a8b451e84103a627685ec403de
 SHA1 (patch-src_modules_module-detect.c) = b68923d6adc6640d2eef4b50b54e3f9ec437d042



Home | Main Index | Thread Index | Old Index