pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pulseaudio



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 23 10:47:19 UTC 2025

Modified Files:
        pkgsrc/audio/pulseaudio: distinfo
Added Files:
        pkgsrc/audio/pulseaudio/patches:
            patch-src_modules_gsettings_module-gsettings.c

Log Message:
pulseaudio: add missing #include


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/audio/pulseaudio/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/audio/pulseaudio/patches/patch-src_modules_gsettings_module-gsettings.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/pulseaudio/distinfo
diff -u pkgsrc/audio/pulseaudio/distinfo:1.88 pkgsrc/audio/pulseaudio/distinfo:1.89
--- pkgsrc/audio/pulseaudio/distinfo:1.88       Tue Jan 30 13:54:32 2024
+++ pkgsrc/audio/pulseaudio/distinfo    Tue Dec 23 10:47:19 2025
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.88 2024/01/30 13:54:32 ryoon Exp $
+$NetBSD: distinfo,v 1.89 2025/12/23 10:47:19 adam Exp $
 
 BLAKE2s (pulseaudio-17.0.tar.xz) = c024be2b80dac3f720d4245255578bc354096a94e47304a83efd31a7283e841d
 SHA512 (pulseaudio-17.0.tar.xz) = be0aec46204d9c9188a796fbe41b4cf6f0f5e6b16fa08ce359b8f0f51253f0ade364b89448bbf5faa2af7e59deb6c72194734c3233944250dcfd4f31968a5e97
 Size (pulseaudio-17.0.tar.xz) = 1566556 bytes
 SHA1 (patch-meson.build) = de85c2fd487dbc2cb2d401583b405112e662287e
 SHA1 (patch-src_daemon_meson.build) = 1747435b458d575abce44e21e39b4edeca2d4729
+SHA1 (patch-src_modules_gsettings_module-gsettings.c) = efd79599d8c165737fdb2caac5d38a13192ce553
 SHA1 (patch-src_modules_module-detect.c) = 72605c7d9392be7217dab2fbd9ecc85ed02021aa
 SHA1 (patch-src_modules_oss_module-oss.c) = d373b855138a931640be7bf5271a33b402b549e5
 SHA1 (patch-src_modules_raop_raop-client.h) = 9fb7ae86a6852022f53aee3765777bd136250ffb

Added files:

Index: pkgsrc/audio/pulseaudio/patches/patch-src_modules_gsettings_module-gsettings.c
diff -u /dev/null pkgsrc/audio/pulseaudio/patches/patch-src_modules_gsettings_module-gsettings.c:1.1
--- /dev/null   Tue Dec 23 10:47:19 2025
+++ pkgsrc/audio/pulseaudio/patches/patch-src_modules_gsettings_module-gsettings.c      Tue Dec 23 10:47:19 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_modules_gsettings_module-gsettings.c,v 1.1 2025/12/23 10:47:19 adam Exp $
+
+Include signal.h for kill().
+
+--- src/modules/gsettings/module-gsettings.c.orig      2025-12-23 10:42:59.682351708 +0000
++++ src/modules/gsettings/module-gsettings.c
+@@ -23,6 +23,7 @@
+ 
+ #include <sys/types.h>
+ #include <sys/wait.h>
++#include <signal.h>
+ 
+ #include <pulsecore/core-error.h>
+ #include <pulsecore/core-util.h>



Home | Main Index | Thread Index | Old Index