Browse Source
audio/xwax: Updated for version 1.6.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
pull/25/head
Marcel Saegebarth
9 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
8 additions and
8 deletions
-
audio/xwax/xwax.SlackBuild
-
audio/xwax/xwax.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for "xwax". |
|
|
|
|
|
|
|
# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de> |
|
|
|
# Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use in source and binary forms, with or without |
|
|
@ -25,13 +25,13 @@ |
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=xwax |
|
|
|
VERSION=${VERSION:-1.5} |
|
|
|
VERSION=${VERSION:-1.6} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
case "$( uname -m )" in |
|
|
|
i?86) ARCH=i486 ;; |
|
|
|
i?86) ARCH=i586 ;; |
|
|
|
arm*) ARCH=arm ;; |
|
|
|
*) ARCH=$( uname -m ) ;; |
|
|
|
esac |
|
|
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo} |
|
|
|
PKG=$TMP/package-$PRGNAM |
|
|
|
OUTPUT=${OUTPUT:-/tmp} |
|
|
|
|
|
|
|
if [ "$ARCH" = "i486" ]; then |
|
|
|
SLKCFLAGS="-O2 -march=i486 -mtune=i686" |
|
|
|
if [ "$ARCH" = "i586" ]; then |
|
|
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686" |
|
|
|
LIBDIRSUFFIX="" |
|
|
|
elif [ "$ARCH" = "i686" ]; then |
|
|
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686" |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="xwax" |
|
|
|
VERSION="1.5" |
|
|
|
VERSION="1.6" |
|
|
|
HOMEPAGE="http://xwax.org/" |
|
|
|
DOWNLOAD="http://xwax.org/releases/xwax-1.5.tar.gz" |
|
|
|
MD5SUM="7c2f30c3a9a71c4dba107e3eb9b40430" |
|
|
|
DOWNLOAD="http://xwax.org/releases/xwax-1.6.tar.gz" |
|
|
|
MD5SUM="1277c16c3d4afb03e0c3b79474d55d48" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="jack-audio-connection-kit" |
|
|
|