From 1345858efd5eab40519bb1f28ac6afdc53caa24a Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 28 Dec 2016 10:46:59 +0100 Subject: audio/cmus: Updated for version 2.7.1. Signed-off-by: Matteo Bernardini --- audio/cmus/cmus.SlackBuild | 18 +++++++++--------- audio/cmus/cmus.info | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/audio/cmus/cmus.SlackBuild b/audio/cmus/cmus.SlackBuild index 2b08c51a56..f3ea949b74 100644 --- a/audio/cmus/cmus.SlackBuild +++ b/audio/cmus/cmus.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for cmus # Copyright (c) 2008-2010, Antonio Hernández Blas -# Copyright 2013-2014, Matteo Bernardini , Pisa, Italy +# Copyright 2013-2016, Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,13 +23,13 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cmus -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -64,10 +64,10 @@ tar xvf $CWD/v$VERSION.tar.?z* || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/audio/cmus/cmus.info b/audio/cmus/cmus.info index ab0bcfeb57..a9742eb4d0 100644 --- a/audio/cmus/cmus.info +++ b/audio/cmus/cmus.info @@ -1,8 +1,8 @@ PRGNAM="cmus" -VERSION="2.7.0" +VERSION="2.7.1" HOMEPAGE="http://cmus.sourceforge.net/" -DOWNLOAD="https://github.com/cmus/cmus/archive/v2.7.0.tar.gz" -MD5SUM="50c7716ed4d2cc52d2156539a39050d9" +DOWNLOAD="https://github.com/cmus/cmus/archive/v2.7.1.tar.gz" +MD5SUM="0588ab955db44a8e9deb03446d73b5df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-79-gdb01