summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author DhabyX <slack.dhabyx@gmail.com>2014-01-12 23:36:58 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:00 -0600
commit40b64f4f1e3aa279e8eb9096abd46eee77bdf782 (patch)
tree344314c645471fc63f31d913197e3ac7f5c857e1 /audio
parentac74250ea5f6aa3baf46c83673bba526c631fb49 (diff)
downloadslackbuilds-40b64f4f1e3aa279e8eb9096abd46eee77bdf782.tar.gz
slackbuilds-40b64f4f1e3aa279e8eb9096abd46eee77bdf782.tar.xz
audio/gmpc-plugins: Updated for version 11.8.16 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/gmpc-plugins/README13
-rw-r--r--audio/gmpc-plugins/gmpc-plugins.SlackBuild24
-rw-r--r--audio/gmpc-plugins/gmpc-plugins.info12
3 files changed, 20 insertions, 29 deletions
diff --git a/audio/gmpc-plugins/README b/audio/gmpc-plugins/README
index 444339d459..7285e00bec 100644
--- a/audio/gmpc-plugins/README
+++ b/audio/gmpc-plugins/README
@@ -1,9 +1,10 @@
Additional plugins for GMPC.
-awn, lirc, microhttpd, and webkitgtk are optional deps.
-Some of these are available at SlackBuilds.org. If you have any
-of these and would like to enable the plugin, the variables are
-as follows: AWN LIRC MSERVER WIKIPEDIA
+You can enable this optional features:
+AWN=yes|no (default: no), requires avant-window-navigator
+ shows track progress and album art in the task
+ 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
diff --git a/audio/gmpc-plugins/gmpc-plugins.SlackBuild b/audio/gmpc-plugins/gmpc-plugins.SlackBuild
index 974cb1046f..62dc89f0e4 100644
--- a/audio/gmpc-plugins/gmpc-plugins.SlackBuild
+++ b/audio/gmpc-plugins/gmpc-plugins.SlackBuild
@@ -2,6 +2,7 @@
#
# Slackware build script for gmpc-plugins
#
+# Copyright 2014, Dhaby Xiloj, Guatemala C. A.
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
@@ -23,14 +24,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gmpc-plugins
-VERSION=${VERSION:-0.20.0}
+VERSION=${VERSION:-11.8.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-AVAHI=${AVAHI:-yes} # avahi
AWN=${AWN:-no} # AWN
-LIRC=${LIRC:-no} # lirc
-MSERVER=${MSERVER:-no} # microhttpd
WIKIPEDIA=${WIKIPEDIA:-no} # WebKitGTK
if [ -z "$ARCH" ]; then
@@ -70,10 +68,10 @@ 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 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \
@@ -84,25 +82,17 @@ CFLAGS="$SLKCFLAGS" \
--disable-static \
--enable-alarm \
--enable-albumview \
- --enable-coveramazon \
- --enable-discogs \
- --enable-extraplaylist \
--enable-fullscreeninfo \
--enable-jamendo \
--enable-lyrics \
- --enable-lyricsplugin \
--enable-lyricwiki \
--enable-magnatune \
- --enable-mdcover \
--enable-playlistsort \
--enable-shout \
--enable-tagedit \
- --enable-lastfm \
--enable-libnotify \
- --enable-avahi=$AVAHI \
+ --enable-mmkeys \
--enable-awn=$AWN \
- --enable-lirc=$LIRC \
- --enable-mserver=$MSERVER \
--enable-wikipedia=$WIKIPEDIA \
--build=$ARCH-slackware-linux
diff --git a/audio/gmpc-plugins/gmpc-plugins.info b/audio/gmpc-plugins/gmpc-plugins.info
index f1a7e86c10..afa7326e7b 100644
--- a/audio/gmpc-plugins/gmpc-plugins.info
+++ b/audio/gmpc-plugins/gmpc-plugins.info
@@ -1,10 +1,10 @@
PRGNAM="gmpc-plugins"
-VERSION="0.20.0"
-HOMEPAGE="http://gmpc.wikia.com/wiki/Plugins"
-DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.20.0/gmpc-plugins-0.20.0.tar.gz"
-MD5SUM="e8c47c7cfeb8aab8995beef45d1c95ce"
+VERSION="11.8.16"
+HOMEPAGE="http://gmpclient.org/plugins"
+DOWNLOAD="http://download.sarine.nl/Programs/gmpc/11.8/gmpc-plugins-11.8.16.tar.gz"
+MD5SUM="80eb86051a5c1c3932f0fdef36ba7846"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gmpc json-glib avahi"
-MAINTAINER="Erik Hanson"
-EMAIL="erik@slackbuilds.org"
+MAINTAINER="DhabyX"
+EMAIL="slack.dhabyx@gmail.com"