libraries/id3lib: Updated for version 3.8.3

This commit is contained in:
Yalla-One 2010-05-11 19:45:03 +02:00 committed by Robby Workman
parent f853dec0d1
commit d1c2a477ec
3 changed files with 12 additions and 6 deletions

View file

@ -27,7 +27,7 @@
PRGNAM=id3lib
VERSION=3.8.3
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@ -58,13 +58,12 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
zcat $CWD/id3lib_3.8.3_UTF16_writing_bug.patch.gz | patch -p1 || exit 1
( cd doc ; zcat $CWD/id3lib_Doxyfile.patch.gz | patch -p0 || exit 1 ) || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -96,7 +95,6 @@ find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \;
# Remove the massive amount of API docs
rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/api
if [ -d $PKG/usr/man ]; then
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
fi

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/id3lib/id3lib-3.8.3.tar.gz"
MD5SUM="19f27ddd2dda4b2d26a559a4f0f402a7"
MAINTAINER="Yalla-One"
EMAIL="yallaone@gmail.com"
APPROVED="robw810"
APPROVED="rworkman"

View file

@ -1,3 +1,11 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
id3lib: id3lib (id3 tag manipulation library)
id3lib:
id3lib: This package provides a software library for manipulating ID3v1 and