mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
ac74250ea5
commit
40b64f4f1e
3 changed files with 20 additions and 29 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue