diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2015-07-04 09:10:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 10:38:20 +0700 |
commit | 5eda53225989e41179df2798ebd71257274b2eb1 (patch) | |
tree | aea598bda36e18a02d3110eaeec220de3933884e /audio/xmms-wma | |
parent | df02f67f22679b40417cdf67c483d3f1a8b4f7be (diff) | |
download | slackbuilds-5eda53225989e41179df2798ebd71257274b2eb1.tar.gz |
audio/xmms-wma: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/xmms-wma')
-rw-r--r-- | audio/xmms-wma/README | 2 | ||||
-rw-r--r-- | audio/xmms-wma/xmms-wma.SlackBuild | 12 | ||||
-rw-r--r-- | audio/xmms-wma/xmms-wma.info | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/audio/xmms-wma/README b/audio/xmms-wma/README index bc23baa8fb..ad1f7d86df 100644 --- a/audio/xmms-wma/README +++ b/audio/xmms-wma/README @@ -6,3 +6,5 @@ Features implemented: - Complete functionality for play, stop and pause. - Display files information. - Equalizer support. + +NOTE: The web site is long time dead. diff --git a/audio/xmms-wma/xmms-wma.SlackBuild b/audio/xmms-wma/xmms-wma.SlackBuild index 1a591b1d28..c5dec14575 100644 --- a/audio/xmms-wma/xmms-wma.SlackBuild +++ b/audio/xmms-wma/xmms-wma.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xmms-wma -# Copyright 2012 Petar Petrov, ppetrov@paju.oulu.fi +# Copyright 2012-2015 Petar Petrov, petar.petrov@student.oulu.fi # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=xmms-wma VERSION=${VERSION:-1.0.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Use our CFLAGS sed -i "/OPTFLAGS/s/=/+=/" ffmpeg-strip-wma/config.mak diff --git a/audio/xmms-wma/xmms-wma.info b/audio/xmms-wma/xmms-wma.info index fab4146100..87663801e5 100644 --- a/audio/xmms-wma/xmms-wma.info +++ b/audio/xmms-wma/xmms-wma.info @@ -1,10 +1,10 @@ PRGNAM="xmms-wma" VERSION="1.0.5" HOMEPAGE="http://mcmcc.bat.ru/xmms-wma/" -DOWNLOAD="http://rsync16.de.gentoo.org/files/xmms-wma/xmms-wma-1.0.5.tar.bz2" +DOWNLOAD="https://www.dropbox.com/s/g7k40xax055hajo/xmms-wma-1.0.5.tar.bz2" MD5SUM="5d62a0f969617aeb40096362c7a8a506" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Petar Petrov" -EMAIL="ppetrov@paju.oulu.fi" +EMAIL="petar.petrov@student.oulu.fi" |