From 410617ab200dff69859a903a01a1b29bce6a6d19 Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Sun, 23 Feb 2014 22:27:27 +0700 Subject: audio/easytag: Updated for version 2.1.10. Signed-off-by: Willy Sudiarto Raharjo --- audio/easytag/README | 2 +- audio/easytag/easytag.SlackBuild | 14 ++++++-------- audio/easytag/easytag.info | 8 ++++---- 3 files changed, 11 insertions(+), 13 deletions(-) (limited to 'audio') diff --git a/audio/easytag/README b/audio/easytag/README index eb54df3c7e..b03cc1adc5 100644 --- a/audio/easytag/README +++ b/audio/easytag/README @@ -4,4 +4,4 @@ EasyTAG is a utility for viewing and editing tags for MP3, MP2, FLAC Ogg Vorbis, MP4/AAC, MusePack and Monkey's Audio files. Its simple and nice GTK2 interface makes tagging easier under GNU/Linux. -id3lib and libmp4v2 are optional dependencies. +libmp4v2 is an optional dependency. diff --git a/audio/easytag/easytag.SlackBuild b/audio/easytag/easytag.SlackBuild index ea3d7d9f29..7ad594517c 100644 --- a/audio/easytag/easytag.SlackBuild +++ b/audio/easytag/easytag.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for easytag # Copyright 2006 Halim Issa -# Copyright 2013 LEVAI Daniel +# Copyright 2013-2014 LEVAI Daniel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=easytag -VERSION=2.1.9 +VERSION=${VERSION:-2.1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,11 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz 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" \ @@ -97,4 +96,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - diff --git a/audio/easytag/easytag.info b/audio/easytag/easytag.info index eae5a6454f..b35369e4a5 100644 --- a/audio/easytag/easytag.info +++ b/audio/easytag/easytag.info @@ -1,10 +1,10 @@ PRGNAM="easytag" -VERSION="2.1.9" +VERSION="2.1.10" HOMEPAGE="http://projects.gnome.org/easytag/" -DOWNLOAD="http://download.gnome.org/sources/easytag/2.1/easytag-2.1.9.tar.xz" -MD5SUM="789c1e6d3f653374a916b7f503ee1977" +DOWNLOAD="http://download.gnome.org/sources/easytag/2.1/easytag-2.1.10.tar.xz" +MD5SUM="feafcd13508c26171f1376aa4b0629c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="id3lib" MAINTAINER="LEVAI Daniel" EMAIL="leva@ecentrum.hu" -- cgit v1.2.3