From ecd6984f387d472e4d6fdc4c67ea820caee59af3 Mon Sep 17 00:00:00 2001 From: Bojan Popovic Date: Sun, 2 Dec 2012 12:33:40 -0500 Subject: audio/gvolwheel: Updated for version 1.0 Signed-off-by: dsomero --- audio/gvolwheel/README | 10 ++++++++-- audio/gvolwheel/gvolwheel.SlackBuild | 10 ++++++++-- audio/gvolwheel/gvolwheel.info | 8 ++++---- 3 files changed, 20 insertions(+), 8 deletions(-) (limited to 'audio/gvolwheel') diff --git a/audio/gvolwheel/README b/audio/gvolwheel/README index 6ba2bf6be8..b4c8de53f2 100644 --- a/audio/gvolwheel/README +++ b/audio/gvolwheel/README @@ -4,5 +4,11 @@ Easily integrates with minimal desktops (Openbox, IceWM, XFCE, etc). GVolWheel is not the same as VolWheel. GVolWheel is written in C, -while VolWheel is written in Perl. This is the last Gtk2 version. -Current (0.9+) requires Gtk3. +while VolWheel is written in Perl. + +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. If you +want to explicitely enable OSS, start the SlackBuild with: + +OSS=yes gvolwheel.SlackBuild 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 -# Copyright 2011 Bojan Popovic, Belgrade, Serbia # 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 diff --git a/audio/gvolwheel/gvolwheel.info b/audio/gvolwheel/gvolwheel.info index caf44e4c4b..a1281fc283 100644 --- a/audio/gvolwheel/gvolwheel.info +++ b/audio/gvolwheel/gvolwheel.info @@ -1,10 +1,10 @@ PRGNAM="gvolwheel" -VERSION="0.7" +VERSION="1.0" HOMEPAGE="http://sourceforge.net/projects/gvolwheel/" -DOWNLOAD="http://downloads.sourceforge.net/gvolwheel/gvolwheel-0.7.tar.gz" -MD5SUM="8981af7be259d9c5d1eeaf943b630754" +DOWNLOAD="http://downloads.sourceforge.net/gvolwheel/gvolwheel-1.0.tar.gz" +MD5SUM="4f04f00cdb875894c96b8a3ff8a9edb9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Bojan Popovic" -EMAIL="bocke@mycity.rs" +EMAIL="bocke@slackware-srbija.org" -- cgit v1.2.3