summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-10-17 19:41:35 +0000
committer Eric Hameleers <alien@slackware.com>2018-10-18 09:00:30 +0200
commit31e766aa799df58163c4fad3e425b21f5f68bc49 (patch)
tree262ff3be71019f1540209b2a8101c0e94b071e37 /source
parent8073ad053c0e5783867cb5d9f64eb4cd05c31392 (diff)
downloadcurrent-31e766aa799df58163c4fad3e425b21f5f68bc49.tar.gz
current-31e766aa799df58163c4fad3e425b21f5f68bc49.tar.xz
Wed Oct 17 19:41:35 UTC 201820181017194135
a/hdparm-9.57-x86_64-1.txz: Upgraded. a/kernel-firmware-20181017_de9cefa-noarch-1.txz: Upgraded. ap/vim-8.1.0481-x86_64-1.txz: Upgraded. l/QScintilla-2.10.8-x86_64-1.txz: Upgraded. l/alsa-plugins-1.1.7-x86_64-2.txz: Rebuilt. Removed /etc/alsa/conf.d/98-maemo.conf symlink that was breaking audio output. Thanks to imitheos. l/gegl-0.4.10-x86_64-1.txz: Upgraded. xap/vim-gvim-8.1.0481-x86_64-1.txz: Upgraded. extra/pure-alsa-system/alsa-plugins-1.1.7-x86_64-2_alsa.txz: Rebuilt. Removed /etc/alsa/conf.d/98-maemo.conf symlink that was breaking audio output. Thanks to imitheos.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/hdparm/hdparm.SlackBuild2
-rwxr-xr-xsource/l/alsa-plugins/alsa-plugins.SlackBuild7
2 files changed, 7 insertions, 2 deletions
diff --git a/source/a/hdparm/hdparm.SlackBuild b/source/a/hdparm/hdparm.SlackBuild
index 9579ff814..3fbfe61c6 100755
--- a/source/a/hdparm/hdparm.SlackBuild
+++ b/source/a/hdparm/hdparm.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=hdparm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/alsa-plugins/alsa-plugins.SlackBuild b/source/l/alsa-plugins/alsa-plugins.SlackBuild
index ec115625d..77eb210a2 100755
--- a/source/l/alsa-plugins/alsa-plugins.SlackBuild
+++ b/source/l/alsa-plugins/alsa-plugins.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=alsa-plugins
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -99,6 +99,11 @@ CXXFLAGS="$SLKCFLAGS -DHAVE_STDINT_H -DUSE_LIBSPEEX" \
make $NUMJOBS || make || exit 1
make install-strip DESTDIR=$PKG || exit 1
+if [ "$VERSION" = "1.1.7" ]; then
+ # Remove symlink that's breaking audio:
+ rm -f $PKG/etc/alsa/conf.d/98-maemo.conf
+fi
+
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a \
doc/*.txt doc/README* \