audio/gmpc: Updated for version 11.8.16 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
939b789f2a
commit
ac74250ea5
Binary file not shown.
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# Slackware build script for GMPC
|
||||
#
|
||||
# Copyright 2014 Dhaby Xiloj, Guatemala C. A.
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -23,8 +24,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gmpc
|
||||
VERSION=${VERSION:-0.20.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-11.8.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -64,10 +65,13 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
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 {} \;
|
||||
|
||||
# patch for image buttons
|
||||
zcat $CWD/buttons.patch.gz | patch -p1
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gmpc"
|
||||
VERSION="0.20.0"
|
||||
HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
|
||||
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.20.0/gmpc-0.20.0.tar.gz"
|
||||
MD5SUM="902fd69b0b6bb40abb647604080dd7ef"
|
||||
VERSION="11.8.16"
|
||||
HOMEPAGE="http://gmpclient.org"
|
||||
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/11.8/gmpc-11.8.16.tar.gz"
|
||||
MD5SUM="223aeb000e41697d8fdf54ccedee89d5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gob2 libmpd vala"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
REQUIRES="libunique gob2 vala libmpd"
|
||||
MAINTAINER="DhabyX"
|
||||
EMAIL="slack.dhabyx@gmail.com"
|
||||
|
|
|
@ -12,7 +12,7 @@ gmpc: GMPC is a frontend for the mpd (Music Player Daemon). It's focused on
|
|||
gmpc: being fast and easy to use, while making optimal use of all the
|
||||
gmpc: functions in mpd.
|
||||
gmpc:
|
||||
gmpc: Homepage: http://sarine.nl/gmpc
|
||||
gmpc: Homepage: http://gmpclient.org
|
||||
gmpc:
|
||||
gmpc:
|
||||
gmpc:
|
||||
|
|
Loading…
Reference in New Issue