audio/gmpc-plugins: Updated for version 11.8.16 + New Maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2014-01-12 23:36:58 +07:00 committed by Erik Hanson
parent ac74250ea5
commit 40b64f4f1e
3 changed files with 20 additions and 29 deletions

View file

@ -1,9 +1,10 @@
Additional plugins for GMPC. Additional plugins for GMPC.
awn, lirc, microhttpd, and webkitgtk are optional deps. You can enable this optional features:
Some of these are available at SlackBuilds.org. If you have any AWN=yes|no (default: no), requires avant-window-navigator
of these and would like to enable the plugin, the variables are shows track progress and album art in the task
as follows: AWN LIRC MSERVER WIKIPEDIA icon of GMPC on the dock
WIKIPEDIA=yes|no (default:no), requires webkitgtk
that shows the Wikipedia page of the currently
playing artist.
For example, if you have awn and lirc, you would do this:
AWN=yes LIRC=yes ./gmpc-plugins.SlackBuild

View file

@ -2,6 +2,7 @@
# #
# Slackware build script for gmpc-plugins # Slackware build script for gmpc-plugins
# #
# Copyright 2014, Dhaby Xiloj, Guatemala C. A.
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA # Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved. # All rights reserved.
# #
@ -23,14 +24,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gmpc-plugins PRGNAM=gmpc-plugins
VERSION=${VERSION:-0.20.0} VERSION=${VERSION:-11.8.16}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
AVAHI=${AVAHI:-yes} # avahi
AWN=${AWN:-no} # AWN AWN=${AWN:-no} # AWN
LIRC=${LIRC:-no} # lirc
MSERVER=${MSERVER:-no} # microhttpd
WIKIPEDIA=${WIKIPEDIA:-no} # WebKitGTK WIKIPEDIA=${WIKIPEDIA:-no} # WebKitGTK
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -70,10 +68,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-exec chmod 755 {} \; -o \ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
@ -84,25 +82,17 @@ CFLAGS="$SLKCFLAGS" \
--disable-static \ --disable-static \
--enable-alarm \ --enable-alarm \
--enable-albumview \ --enable-albumview \
--enable-coveramazon \
--enable-discogs \
--enable-extraplaylist \
--enable-fullscreeninfo \ --enable-fullscreeninfo \
--enable-jamendo \ --enable-jamendo \
--enable-lyrics \ --enable-lyrics \
--enable-lyricsplugin \
--enable-lyricwiki \ --enable-lyricwiki \
--enable-magnatune \ --enable-magnatune \
--enable-mdcover \
--enable-playlistsort \ --enable-playlistsort \
--enable-shout \ --enable-shout \
--enable-tagedit \ --enable-tagedit \
--enable-lastfm \
--enable-libnotify \ --enable-libnotify \
--enable-avahi=$AVAHI \ --enable-mmkeys \
--enable-awn=$AWN \ --enable-awn=$AWN \
--enable-lirc=$LIRC \
--enable-mserver=$MSERVER \
--enable-wikipedia=$WIKIPEDIA \ --enable-wikipedia=$WIKIPEDIA \
--build=$ARCH-slackware-linux --build=$ARCH-slackware-linux

View file

@ -1,10 +1,10 @@
PRGNAM="gmpc-plugins" PRGNAM="gmpc-plugins"
VERSION="0.20.0" VERSION="11.8.16"
HOMEPAGE="http://gmpc.wikia.com/wiki/Plugins" HOMEPAGE="http://gmpclient.org/plugins"
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.20.0/gmpc-plugins-0.20.0.tar.gz" DOWNLOAD="http://download.sarine.nl/Programs/gmpc/11.8/gmpc-plugins-11.8.16.tar.gz"
MD5SUM="e8c47c7cfeb8aab8995beef45d1c95ce" MD5SUM="80eb86051a5c1c3932f0fdef36ba7846"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="gmpc json-glib avahi" REQUIRES="gmpc json-glib avahi"
MAINTAINER="Erik Hanson" MAINTAINER="DhabyX"
EMAIL="erik@slackbuilds.org" EMAIL="slack.dhabyx@gmail.com"