summaryrefslogtreecommitdiffstats
path: root/libraries/id3lib
diff options
context:
space:
mode:
author Yalla-One <yallaone@gmail.com>2010-05-11 19:45:03 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:45:03 +0200
commitd1c2a477ec9cba6358d6adbf2c14709b78a035be (patch)
treec14787a2318cb399e77f9abbc4a30beb0dbc4028 /libraries/id3lib
parentf853dec0d1b0ca138a9365db1c9b7c1d2f48cc4f (diff)
downloadslackbuilds-d1c2a477ec9cba6358d6adbf2c14709b78a035be.tar.gz
slackbuilds-d1c2a477ec9cba6358d6adbf2c14709b78a035be.tar.xz
libraries/id3lib: Updated for version 3.8.3
Diffstat (limited to 'libraries/id3lib')
-rw-r--r--libraries/id3lib/id3lib.SlackBuild8
-rw-r--r--libraries/id3lib/id3lib.info2
-rw-r--r--libraries/id3lib/slack-desc8
3 files changed, 12 insertions, 6 deletions
diff --git a/libraries/id3lib/id3lib.SlackBuild b/libraries/id3lib/id3lib.SlackBuild
index 8e7b4b45aa..12639e2cdb 100644
--- a/libraries/id3lib/id3lib.SlackBuild
+++ b/libraries/id3lib/id3lib.SlackBuild
@@ -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
diff --git a/libraries/id3lib/id3lib.info b/libraries/id3lib/id3lib.info
index d8026d8f64..67ba6bc57e 100644
--- a/libraries/id3lib/id3lib.info
+++ b/libraries/id3lib/id3lib.info
@@ -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"
diff --git a/libraries/id3lib/slack-desc b/libraries/id3lib/slack-desc
index 00bb464d0c..45e743483c 100644
--- a/libraries/id3lib/slack-desc
+++ b/libraries/id3lib/slack-desc
@@ -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