audio/easytag: --disable-mp4 due to a bug.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
crocket 2010-08-15 18:58:56 -04:00 committed by Erik Hanson
parent 82aa9524be
commit 2f26f79743
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
PRGNAM=easytag
VERSION=2.1.6
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@ -67,7 +67,6 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@ -84,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--mandir=/usr/man \
--enable-shared=yes \
--disable-mp4 \
--enable-static=no \
--disable-debug \
--build=$ARCH-slackware-linux

View file

@ -2,11 +2,11 @@ PRGNAM="easytag"
VERSION="2.1.6"
HOMEPAGE="http://easytag.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/easytag/easytag-2.1.6.tar.bz2 \
http://downloads.sourceforge.net/easytag/patch_easytag_216_cddb_manual_search_fix.diff"
DOWNLOAD_x86_64=""
http://downloads.sourceforge.net/easytag/patch_easytag_216_cddb_manual_search_fix.diff"
MD5SUM="6c5b9dc2bf1f3b0a11bd4efc81aaa9ee \
3e968c6c990e931c1d6002437c8be5c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
EMAIL="crockabiscuit@yahoo.com"
APPROVED="rworkman"
APPROVED="dsomero"