diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-04-05 01:33:45 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-05 08:59:51 +0200 |
commit | a9b559dd105216e16397158daf3ea0f4a33e5da7 (patch) | |
tree | a932abe8e98f67ec818f5a4710bdc203efe89a9f /source/x | |
parent | df9b2cc1642e4d976aa5f9dbcd3e953d8717a265 (diff) | |
download | current-a9b559dd105216e16397158daf3ea0f4a33e5da7.tar.gz |
Sun Apr 5 01:33:45 UTC 202020200405013345
kde/calligra-2.9.11-x86_64-34.txz: Rebuilt.
Recompiled against glew-2.2.0.
The libGLEW.so.2.2 .soname (rather than libGLEW.so.2) gets me every time.
Thanks to marrowsuck for the bug report.
l/libdvdread-6.1.1-x86_64-1.txz: Upgraded.
x/mesa-20.0.4-x86_64-2.txz: Rebuilt.
Recompiled against glew-2.2.0.
Diffstat (limited to 'source/x')
-rwxr-xr-x | source/x/glew/glew.SlackBuild | 8 | ||||
-rw-r--r-- | source/x/glew/glew.url | 2 | ||||
-rwxr-xr-x | source/x/mesa/mesa.SlackBuild | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/source/x/glew/glew.SlackBuild b/source/x/glew/glew.SlackBuild index 4419b4bf..421828cd 100755 --- a/source/x/glew/glew.SlackBuild +++ b/source/x/glew/glew.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2009, 2010, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2015, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=glew -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP || exit 1 rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-${VERSION}.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-${VERSION}.tar.?z || exit 1 cd $PKGNAM-${VERSION} || exit 1 chown -R root:root . find . \ diff --git a/source/x/glew/glew.url b/source/x/glew/glew.url index b180f96b..81db6288 100644 --- a/source/x/glew/glew.url +++ b/source/x/glew/glew.url @@ -1,2 +1,2 @@ http://glew.sourceforge.net -http://downloads.sourceforge.net/glew/glew-2.1.0.tgz +http://downloads.sourceforge.net/glew/glew-2.2.0.tgz diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild index da435062..ea18f8bf 100755 --- a/source/x/mesa/mesa.SlackBuild +++ b/source/x/mesa/mesa.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DEMOVERS=${DEMOVERS:-8.4.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} BUILD_DEMOS=${BUILD_DEMOS:-YES} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |