mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/gimmix: Updated for version 0.5.7.2.
Fixes build failure on -current. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c9474f734a
commit
c27f97a404
2 changed files with 6 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
# Written by Kristaps Esterlins <esterlinsh[at]gmail.com>
|
||||
|
||||
PRGNAM=gimmix
|
||||
VERSION=0.5.7.1
|
||||
VERSION=${VERSION:-0.5.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -53,6 +53,8 @@ find -L . \
|
|||
# Fix curl includes.
|
||||
patch -p1 -i $CWD/gimmix-0.5.7.1-curl-headers.patch
|
||||
|
||||
intltoolize
|
||||
|
||||
# Replace "enable" with "disable" -cover and -lyrics if you do not
|
||||
# want to have built in plugins for cover and lyrics fetching.
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gimmix"
|
||||
VERSION="0.5.7.1"
|
||||
VERSION="0.5.7.2"
|
||||
HOMEPAGE="http://gimmix.berlios.de/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/gimmix.berlios/gimmix-0.5.7.1.tar.bz2"
|
||||
MD5SUM="d89f3d6a80a85e9e6f34f9abd2614c15"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/gimmix.berlios/gimmix-0.5.7.2.tar.bz2"
|
||||
MD5SUM="5517007fd881cbeb3aad7ae340bee500"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmpd libnxml"
|
||||
|
|
Loading…
Reference in a new issue