summaryrefslogtreecommitdiffstats
path: root/source/l/pulseaudio
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-11-25 02:29:14 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-25 08:59:55 +0100
commitd4f3249a812a440339f94607fa9b69fc981a6f4b (patch)
tree0982d5a6ec3c464d126c2c1a17b473ddfd4daee1 /source/l/pulseaudio
parent5657f11afd4c70e059692951a8ff745f84f7e6bd (diff)
downloadcurrent-d4f3249a812a440339f94607fa9b69fc981a6f4b.tar.gz
current-d4f3249a812a440339f94607fa9b69fc981a6f4b.tar.xz
Wed Nov 25 02:29:14 UTC 202020201125022914
a/kernel-firmware-20201124_b362fd4-noarch-1.txz: Upgraded. a/kernel-generic-5.4.80-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.80-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.80-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.80-x86-1.txz: Upgraded. k/kernel-source-5.4.80-noarch-1.txz: Upgraded. l/djvulibre-3.5.28-x86_64-1.txz: Upgraded. l/imagemagick-7.0.10_43-x86_64-1.txz: Upgraded. l/pulseaudio-14.0-x86_64-1.txz: Upgraded. n/nghttp2-1.42.0-x86_64-1.txz: Upgraded. x/mesa-20.2.3-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/vtown/input-methods/ibus-1.5.23-x86_64-1_vtown_2.txz: Rebuilt. Install ibus-autostart-plasma.desktop. Thanks to Heinz Wiesinger. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l/pulseaudio')
-rwxr-xr-xsource/l/pulseaudio/pulseaudio.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/source/l/pulseaudio/pulseaudio.SlackBuild b/source/l/pulseaudio/pulseaudio.SlackBuild
index cf5a33669..27a9d13b3 100755
--- a/source/l/pulseaudio/pulseaudio.SlackBuild
+++ b/source/l/pulseaudio/pulseaudio.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for pulseaudio
# Copyright 2015 Christoph Willing Brisbane, Australia
-# Copyright 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2016, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pulseaudio
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -93,11 +93,6 @@ echo "X-MATE-Autostart-Phase=Initialization" >> src/daemon/pulseaudio.desktop.in
# If autospawn isn't working, start-pulseaudio-x11 should start it manually:
zcat $CWD/pulseaudio-autostart.patch.gz | patch -p1 --verbose || exit 1
-# Disable "flat volumes" to work more like ALSA's mixer. POLA.
-# Have a google for "flat volumes" for more rationale on us not
-# using the upstream default here.
-sed -i 's/; flat-volumes = yes/flat-volumes = no/g' ./src/daemon/daemon.conf.in
-
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"