audio/gmpc: Updated for version 0.17.0

This commit is contained in:
Erik Hanson 2010-05-12 17:37:01 +02:00 committed by Robby Workman
parent 9ade3eaefc
commit d0ad6377b8
5 changed files with 30 additions and 17 deletions

View File

@ -1,5 +1,3 @@
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.
Requires libmpd and intltool, available at SlackBuilds.org
functions in mpd. This requires libmpd and gob2 from SlackBuilds.org.

View File

@ -1,3 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
./usr/bin/update-desktop-database -q usr/share/applications
/usr/bin/update-desktop-database -q usr/share/applications
fi

View File

@ -3,10 +3,8 @@
# Slackware build script for GMPC
# Written by Erik Hanson erik@slackbuilds.org
set -eu
PRGNAM=gmpc
VERSION=${VERSION:-0.15.5.0}
VERSION=${VERSION:-0.17.0}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -24,8 +22,10 @@ elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
@ -45,14 +45,21 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--disable-static \
--enable-configdir \
--enable-artist-browser
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install
( 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
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh

View File

@ -1,8 +1,8 @@
PRGNAM="gmpc"
VERSION="0.15.5.0"
VERSION="0.17.0"
HOMEPAGE="http://sarine.nl/gmpc"
DOWNLOAD="http://slackbuilds.org/sources/12.1//gmpc-0.15.5.0.tar.gz"
MD5SUM="8d04d8f1bad663d037b107d1845d62e6"
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.17.0/gmpc-0.17.0.tar.gz"
MD5SUM="de71d4cbfa2a6386e1604e201866b5f7"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="David Somero"
APPROVED="rworkman"

View File

@ -1,11 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
gmpc: GMPC (a frontend for the mpd)
gmpc:
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:
gmpc:
gmpc:
gmpc: http://sarine.nl/gmpc
gmpc:
gmpc:
gmpc:
gmpc: