audio/gmpc: Updated for version 0.17.0
This commit is contained in:
parent
9ade3eaefc
commit
d0ad6377b8
|
@ -1,5 +1,3 @@
|
||||||
GMPC is a frontend for the mpd (Music Player Daemon). It's focused on
|
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
|
being fast and easy to use, while making optimal use of all the
|
||||||
functions in mpd.
|
functions in mpd. This requires libmpd and gob2 from SlackBuilds.org.
|
||||||
|
|
||||||
Requires libmpd and intltool, available at SlackBuilds.org
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
if [ -x /usr/bin/update-desktop-database ]; then
|
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
|
fi
|
||||||
|
|
|
@ -3,10 +3,8 @@
|
||||||
# Slackware build script for GMPC
|
# Slackware build script for GMPC
|
||||||
# Written by Erik Hanson erik@slackbuilds.org
|
# Written by Erik Hanson erik@slackbuilds.org
|
||||||
|
|
||||||
set -eu
|
|
||||||
|
|
||||||
PRGNAM=gmpc
|
PRGNAM=gmpc
|
||||||
VERSION=${VERSION:-0.15.5.0}
|
VERSION=${VERSION:-0.17.0}
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -24,8 +22,10 @@ elif [ "$ARCH" = "x86_64" ]; then
|
||||||
SLKCFLAGS="-O2 -fPIC"
|
SLKCFLAGS="-O2 -fPIC"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
|
@ -45,14 +45,21 @@ CFLAGS="$SLKCFLAGS" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-configdir \
|
--enable-configdir \
|
||||||
--enable-artist-browser
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
make install-strip DESTDIR=$PKG
|
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
|
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
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/slack-desc > $PKG/install/slack-desc
|
||||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gmpc"
|
PRGNAM="gmpc"
|
||||||
VERSION="0.15.5.0"
|
VERSION="0.17.0"
|
||||||
HOMEPAGE="http://sarine.nl/gmpc"
|
HOMEPAGE="http://sarine.nl/gmpc"
|
||||||
DOWNLOAD="http://slackbuilds.org/sources/12.1//gmpc-0.15.5.0.tar.gz"
|
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.17.0/gmpc-0.17.0.tar.gz"
|
||||||
MD5SUM="8d04d8f1bad663d037b107d1845d62e6"
|
MD5SUM="de71d4cbfa2a6386e1604e201866b5f7"
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="erik@slackbuilds.org"
|
||||||
APPROVED="David Somero"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -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 (a frontend for the mpd)
|
||||||
gmpc:
|
gmpc:
|
||||||
gmpc: GMPC is a frontend for the mpd (Music Player Daemon). It's focused on
|
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: being fast and easy to use, while making optimal use of all the
|
||||||
gmpc: functions in mpd.
|
gmpc: functions in mpd.
|
||||||
gmpc:
|
gmpc:
|
||||||
gmpc:
|
|
||||||
gmpc:
|
|
||||||
gmpc:
|
|
||||||
gmpc: http://sarine.nl/gmpc
|
gmpc: http://sarine.nl/gmpc
|
||||||
gmpc:
|
gmpc:
|
||||||
|
gmpc:
|
||||||
|
gmpc:
|
||||||
|
gmpc:
|
||||||
|
|
Loading…
Reference in New Issue