diff options
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 |
commit | 40b64f4f1e3aa279e8eb9096abd46eee77bdf782 (patch) | |
tree | 344314c645471fc63f31d913197e3ac7f5c857e1 /audio/gmpc-plugins/gmpc-plugins.SlackBuild | |
parent | ac74250ea5f6aa3baf46c83673bba526c631fb49 (diff) | |
download | slackbuilds-40b64f4f1e3aa279e8eb9096abd46eee77bdf782.tar.gz |
audio/gmpc-plugins: Updated for version 11.8.16 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/gmpc-plugins/gmpc-plugins.SlackBuild')
-rw-r--r-- | audio/gmpc-plugins/gmpc-plugins.SlackBuild | 24 |
1 files changed, 7 insertions, 17 deletions
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 |