From 40b64f4f1e3aa279e8eb9096abd46eee77bdf782 Mon Sep 17 00:00:00 2001 From: DhabyX Date: Sun, 12 Jan 2014 23:36:58 +0700 Subject: audio/gmpc-plugins: Updated for version 11.8.16 + New Maintainer. Signed-off-by: Willy Sudiarto Raharjo --- audio/gmpc-plugins/gmpc-plugins.SlackBuild | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'audio/gmpc-plugins/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 -- cgit v1.2.3