audio/alsamixergui: BUILD bump.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
7dd3565c89
commit
202100d6db
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for alsamixergui
|
# Slackware build script for alsamixergui
|
||||||
|
|
||||||
# Copyright 2011 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2011-2015 Erik W. Hanson, Minneapolis, MN, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=alsamixergui
|
PRGNAM=alsamixergui
|
||||||
VERSION=0.9.0rc2
|
VERSION=0.9.0rc2
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
@ -70,7 +70,7 @@ find -L . \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
# Fix autotools and broken FLTK detection:
|
# Fix autotools and broken FLTK detection:
|
||||||
zcat $CWD/alsamixergui_0.9.0rc2-1-9.diff.gz | patch -p1
|
zcat $CWD/alsamixergui_0.9.0rc2-1-9.1.diff.gz | patch -p1
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
|
|
|
@ -2,9 +2,9 @@ PRGNAM="alsamixergui"
|
||||||
VERSION="0.9.0rc2"
|
VERSION="0.9.0rc2"
|
||||||
HOMEPAGE="http://packages.debian.org/source/sid/alsamixergui"
|
HOMEPAGE="http://packages.debian.org/source/sid/alsamixergui"
|
||||||
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/a/alsamixergui/alsamixergui_0.9.0rc2-1.orig.tar.gz \
|
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/a/alsamixergui/alsamixergui_0.9.0rc2-1.orig.tar.gz \
|
||||||
http://ftp.de.debian.org/debian/pool/main/a/alsamixergui/alsamixergui_0.9.0rc2-1-9.diff.gz"
|
http://ftp.de.debian.org/debian/pool/main/a/alsamixergui/alsamixergui_0.9.0rc2-1-9.1.diff.gz"
|
||||||
MD5SUM="af942a41b81ba27e2e4d0a1e1ab0decb \
|
MD5SUM="af942a41b81ba27e2e4d0a1e1ab0decb \
|
||||||
bb6874d67bb67dee87b8b50d9543bfe2"
|
957c643604cc537eb547b9c7978d476d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="fltk"
|
REQUIRES="fltk"
|
||||||
|
|
Loading…
Reference in New Issue