mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/mpc: Updated for version 0.25 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5fba3a4877
commit
13a2c54d6d
3 changed files with 27 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue