summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2014-02-23 22:27:27 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-02-23 22:27:27 +0700
commit410617ab200dff69859a903a01a1b29bce6a6d19 (patch)
tree339e907e79353d07b3ac81268ac2a424518c6567 /audio
parent816064f43b1d35b5b69b46a83418c1e5f32c0a84 (diff)
downloadslackbuilds-410617ab200dff69859a903a01a1b29bce6a6d19.tar.gz
slackbuilds-410617ab200dff69859a903a01a1b29bce6a6d19.tar.xz
audio/easytag: Updated for version 2.1.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/easytag/README2
-rw-r--r--audio/easytag/easytag.SlackBuild14
-rw-r--r--audio/easytag/easytag.info8
3 files changed, 11 insertions, 13 deletions
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 <yallaone@gmail.com>
-# Copyright 2013 LEVAI Daniel <leva@ecentrum.hu>
+# Copyright 2013-2014 LEVAI Daniel <leva@ecentrum.hu>
# 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"