diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-06-11 21:17:43 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-06-12 08:59:53 +0200 |
commit | a03ccd668a21fda9d78271e71bbbc519c4fc8410 (patch) | |
tree | 69f82abba3cb5bcf9a324aa0d610f5c21c6b551f /source/ap | |
parent | 129db239a3b2dccf962f18fe360d07e7279a4146 (diff) | |
download | current-a03ccd668a21fda9d78271e71bbbc519c4fc8410.tar.gz |
Thu Jun 11 21:17:43 UTC 202020200611211743
a/haveged-1.9.10-x86_64-1.txz: Upgraded.
ap/alsa-utils-1.2.3-x86_64-2.txz: Rebuilt.
This version seems good, but we'll recompile it against alsa-lib-1.2.2 just
to be on the safe side.
d/patchelf-0.11-x86_64-1.txz: Upgraded.
l/alsa-lib-1.2.2-x86_64-1.txz: Upgraded.
Revert to this version of alsa-lib due to the pulseaudio daemon crashing in
some cases where multiple audio devices are present.
extra/pure-alsa-system/alsa-lib-1.2.2-x86_64-1_alsa.txz: Upgraded.
Revert to this version of alsa-lib due to the pulseaudio daemon crashing in
some cases where multiple audio devices are present.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/alsa-utils/alsa-utils.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/alsa-utils/alsa-utils.SlackBuild b/source/ap/alsa-utils/alsa-utils.SlackBuild index ef42c6e9..f3c94b47 100755 --- a/source/ap/alsa-utils/alsa-utils.SlackBuild +++ b/source/ap/alsa-utils/alsa-utils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alsa-utils VERSION=${VERSION:-$(echo alsa-utils-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |