diff options
author | Bojan Popovic <bocke@slackware-srbija.org> | 2012-12-02 12:33:40 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:47 -0500 |
commit | ecd6984f387d472e4d6fdc4c67ea820caee59af3 (patch) | |
tree | 8223533c7d525519bcee4b485720b159229a1dd3 /audio/gvolwheel/gvolwheel.SlackBuild | |
parent | 68444207e2116ece708da856082eaf23eccf7b30 (diff) | |
download | slackbuilds-ecd6984f387d472e4d6fdc4c67ea820caee59af3.tar.gz |
audio/gvolwheel: Updated for version 1.0
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/gvolwheel/gvolwheel.SlackBuild')
-rw-r--r-- | audio/gvolwheel/gvolwheel.SlackBuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/gvolwheel/gvolwheel.SlackBuild b/audio/gvolwheel/gvolwheel.SlackBuild index 41c6284655..e39fe95dd9 100644 --- a/audio/gvolwheel/gvolwheel.SlackBuild +++ b/audio/gvolwheel/gvolwheel.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh # Slackware build script for GVolWheel +# Copyright 2012 Bojan Popovic, Belgrade, Serbia <bocke@slackware-srbija.org> -# Copyright 2011 Bojan Popovic, Belgrade, Serbia <bocke@mycity.rs> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gvolwheel -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,6 +54,11 @@ else LIBDIRSUFFIX="" fi +# The package is compiled without OSS support by default to avoid +# auto-detection of ALSA OSS compatibility libs. 0.7 seemed to have +# problems with this, so it's better to be on the safe side. +OSS=${OSS:-no} + set -e rm -rf $PKG @@ -77,6 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-static=no \ + --enable-oss=$OSS \ --build=$ARCH-slackware-linux make |