summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-04-21 21:10:59 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-15 10:38:39 +0200
commitffc0b964f72b1dbb5766fd4e9964a63f43226c0f (patch)
tree347f27b80d0da2eece357a87f9043ee6cab68254 /audio
parent97dd9586aa3b5ffa30605d3a80e2d2e553fa300c (diff)
downloadslackbuilds-ffc0b964f72b1dbb5766fd4e9964a63f43226c0f.tar.gz
slackbuilds-ffc0b964f72b1dbb5766fd4e9964a63f43226c0f.tar.xz
audio/gmpc: Updated for version 0.20.0.
Diffstat (limited to 'audio')
-rw-r--r--audio/gmpc/README2
-rw-r--r--audio/gmpc/gmpc.SlackBuild11
-rw-r--r--audio/gmpc/gmpc.info6
3 files changed, 8 insertions, 11 deletions
diff --git a/audio/gmpc/README b/audio/gmpc/README
index 0aa45bd7f9..5c70aabca3 100644
--- a/audio/gmpc/README
+++ b/audio/gmpc/README
@@ -2,4 +2,4 @@ GMPC is a frontend for the mpd (Music Player Daemon). It's focused on
being fast and easy to use, while making optimal use of all the
functions in mpd.
-This requires libmpd and gob2 from SlackBuilds.org.
+This requires libmpd, gob2, and vala from SlackBuilds.org.
diff --git a/audio/gmpc/gmpc.SlackBuild b/audio/gmpc/gmpc.SlackBuild
index 10b3929957..828cda5037 100644
--- a/audio/gmpc/gmpc.SlackBuild
+++ b/audio/gmpc/gmpc.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for GMPC
#
-# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gmpc
-VERSION=${VERSION:-0.19.0}
+VERSION=${VERSION:-0.20.0}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,17 +66,14 @@ CFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
- --enable-configdir \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
-( cd $PKG/usr/man || exit 1
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/audio/gmpc/gmpc.info b/audio/gmpc/gmpc.info
index 8540a448af..947cde045f 100644
--- a/audio/gmpc/gmpc.info
+++ b/audio/gmpc/gmpc.info
@@ -1,8 +1,8 @@
PRGNAM="gmpc"
-VERSION="0.19.0"
+VERSION="0.20.0"
HOMEPAGE="http://sarine.nl/gmpc"
-DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.19.0/gmpc-0.19.0.tar.gz"
-MD5SUM="bbd02996b6eb389aa6c25150de87f7a2"
+DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.20.0/gmpc-0.20.0.tar.gz"
+MD5SUM="902fd69b0b6bb40abb647604080dd7ef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"