mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
audio/easytag: Updated for version 2.1.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
816064f43b
commit
410617ab20
3 changed files with 11 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue