audio/xmms-wma: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df02f67f22
commit
5eda532259
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue