From 15d36fb2beb99d7a4d39c38763495ce88bcf07d3 Mon Sep 17 00:00:00 2001 From: Jostein Berntsen Date: Wed, 11 Jan 2017 01:48:46 +0700 Subject: audio/ncmpcpp: Updated for version 0.7.7. Signed-off-by: Willy Sudiarto Raharjo --- audio/ncmpcpp/ncmpcpp.SlackBuild | 16 +++++++--------- audio/ncmpcpp/ncmpcpp.info | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'audio') diff --git a/audio/ncmpcpp/ncmpcpp.SlackBuild b/audio/ncmpcpp/ncmpcpp.SlackBuild index 8e69215563..96e3098f0e 100644 --- a/audio/ncmpcpp/ncmpcpp.SlackBuild +++ b/audio/ncmpcpp/ncmpcpp.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for ncmpcpp # Copyright 2006 Andrew Brouwers -# Copyright 2015 Jostein Berntsen +# Copyright 2015-2017 Jostein Berntsen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # Modified by the SlackBuilds.org project PRGNAM=ncmpcpp -VERSION=${VERSION:-0.7.4} +VERSION=${VERSION:-0.7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,14 +70,12 @@ 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sed -ie 's/if (!mpeg_file->save(TagLib::MPEG::File::ID3v2, true, 4, false))/if (!mpeg_file->save(TagLib::MPEG::File::ID3v2, true, 4))/g' src/tags.cpp -export BOOST_LIB_SUFFIX="" ./autogen.sh \ -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ @@ -85,9 +83,9 @@ CXXFLAGS="$SLKCFLAGS" \ --with-curl \ --with-taglib \ --with-fftw \ ---enable-clock \ ---enable-visualizer \ - --build=$ARCH-slackware-linux + --enable-clock \ + --enable-visualizer \ + --build=$ARCH-slackware-linux make docdir=/usr/doc/$PRGNAM-$VERSION make docdir=/usr/doc/$PRGNAM-$VERSION install-strip DESTDIR=$PKG diff --git a/audio/ncmpcpp/ncmpcpp.info b/audio/ncmpcpp/ncmpcpp.info index fb6d45b5b2..4fe60f6bb2 100644 --- a/audio/ncmpcpp/ncmpcpp.info +++ b/audio/ncmpcpp/ncmpcpp.info @@ -1,8 +1,8 @@ PRGNAM="ncmpcpp" -VERSION="0.7.4" +VERSION="0.7.7" HOMEPAGE="http://ncmpcpp.rybczak.net" -DOWNLOAD="https://github.com/arybczak/ncmpcpp/archive/0.7.4.tar.gz" -MD5SUM="79a5ed57aa8b583aa28aa7ed0de51c22" +DOWNLOAD="https://github.com/arybczak/ncmpcpp/archive/0.7.7/ncmpcpp-0.7.7.tar.gz" +MD5SUM="eecf9e690e9054cc75b772239cd4a336" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmpdclient" -- cgit v1.2.3