From 13a2c54d6da4730364df3ed97671825a774a6105 Mon Sep 17 00:00:00 2001 From: Luka Novsak Date: Tue, 20 May 2014 19:31:33 +0700 Subject: audio/mpc: Updated for version 0.25 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- audio/mpc/README | 4 ++-- audio/mpc/mpc.SlackBuild | 23 ++++++++++++++++++++--- audio/mpc/mpc.info | 10 +++++----- 3 files changed, 27 insertions(+), 10 deletions(-) (limited to 'audio/mpc') diff --git a/audio/mpc/README b/audio/mpc/README index feaa1b1e51..ad140ddfdc 100644 --- a/audio/mpc/README +++ b/audio/mpc/README @@ -1,7 +1,7 @@ -mpc is a client for MPD, the Music Player Daemon. +mpc is a client for MPD, the Music Player Daemon. mpc connects to a MPD running on a machine via a network. -For bash tab completion, copy the mpc-bashrc file in +For bash tab completion, copy the mpc-completion.bash file in mpc's documentation directory to ~/.bashrc You will need to make sure you have set the MPD_HOST and MPD_PORT diff --git a/audio/mpc/mpc.SlackBuild b/audio/mpc/mpc.SlackBuild index 00eac0a4b8..87b2cd9ce1 100644 --- a/audio/mpc/mpc.SlackBuild +++ b/audio/mpc/mpc.SlackBuild @@ -1,12 +1,29 @@ #!/bin/sh # Slackware build script for mpc +# Originally Written by meckafett tom[DOT]bradish[AT]gmail.com +# Copyright 2014 Luka Novsak +# All rights reserved. # -# Written by meckafett tom[DOT]bradish[AT]gmail.com - +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mpc -VERSION=0.22 +VERSION=${VERSION:-0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/mpc/mpc.info b/audio/mpc/mpc.info index 13b7614804..b7f631241d 100644 --- a/audio/mpc/mpc.info +++ b/audio/mpc/mpc.info @@ -1,10 +1,10 @@ PRGNAM="mpc" -VERSION="0.22" +VERSION="0.25" HOMEPAGE="http://www.musicpd.org/clients/mpc/" -DOWNLOAD="http://www.musicpd.org/download/mpc/0/mpc-0.22.tar.gz" -MD5SUM="f96b55f7724adb8e8bb46b815265852c" +DOWNLOAD="http://www.musicpd.org/download/mpc/0/mpc-0.25.tar.gz" +MD5SUM="a9ae0afc1e01eccf09d091e01ee84f5a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmpdclient" -MAINTAINER="Meckafett" -EMAIL="tom.bradish@gmail.com" +MAINTAINER="Luka Novsak" +EMAIL="lnovsak@gmail.com" -- cgit v1.2.3