diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-09-09 21:13:52 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-09-09 22:02:36 -0500 |
commit | 640a503a0d0f1cf7e8fde33bbfe35c33253ad4bb (patch) | |
tree | d6ffbb4262519a8d340aeac50cacfc8268afca92 /audio/gmpc-plugins | |
parent | 5883fb96f8c23ee2542b5981007116f4e89a91a1 (diff) | |
download | slackbuilds-640a503a0d0f1cf7e8fde33bbfe35c33253ad4bb.tar.gz |
audio/gmpc-plugins: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/gmpc-plugins')
-rw-r--r-- | audio/gmpc-plugins/README | 8 | ||||
-rw-r--r-- | audio/gmpc-plugins/gmpc-plugins.SlackBuild | 4 | ||||
-rw-r--r-- | audio/gmpc-plugins/gmpc-plugins.info | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/audio/gmpc-plugins/README b/audio/gmpc-plugins/README index 2b6e6d0e24..444339d459 100644 --- a/audio/gmpc-plugins/README +++ b/audio/gmpc-plugins/README @@ -1,9 +1,9 @@ Additional plugins for GMPC. -avahi, awn, lirc, microhttpd, and webkitgtk are optional deps. +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: AVAHI AWN LIRC MSERVER WIKIPEDIA +as follows: AWN LIRC MSERVER WIKIPEDIA -For example, if you have avahi and lirc, you would do this: - AVAHI=yes LIRC=yes ./gmpc-plugins.SlackBuild +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 2968d53186..a27321e531 100644 --- a/audio/gmpc-plugins/gmpc-plugins.SlackBuild +++ b/audio/gmpc-plugins/gmpc-plugins.SlackBuild @@ -27,18 +27,16 @@ VERSION=${VERSION:-0.20.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -AVAHI=${AVAHI:-no} # avahi +AVAHI=${AVAHI:-yes} # avahi AWN=${AWN:-no} # AWN LIRC=${LIRC:-no} # lirc MSERVER=${MSERVER:-no} # microhttpd WIKIPEDIA=${WIKIPEDIA:-no} # WebKitGTK -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/audio/gmpc-plugins/gmpc-plugins.info b/audio/gmpc-plugins/gmpc-plugins.info index 1faa52b0a9..f782f1cf22 100644 --- a/audio/gmpc-plugins/gmpc-plugins.info +++ b/audio/gmpc-plugins/gmpc-plugins.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.20.0/gmpc-plugins-0.20.0.tar MD5SUM="e8c47c7cfeb8aab8995beef45d1c95ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gmpc json-glib" +REQUIRES="gmpc json-glib avahi" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" |