multimedia/id3v2: Added to 12.0 repository

This commit is contained in:
Paul Wisehart 2010-05-11 20:01:18 +02:00 committed by David Somero
parent dc000f2949
commit 3e30101921
5 changed files with 105 additions and 0 deletions

3
multimedia/id3v2/README Normal file
View File

@ -0,0 +1,3 @@
id3v2 is a command line editor for id3v2 tags.
This requires id3lib, which is also available from SlackBuilds.org.

View File

@ -0,0 +1,12 @@
diff -uN id3v2-0.1.11/id3v2.cpp id3v2-0.1.11-patched/id3v2.cpp
--- id3v2-0.1.11/id3v2.cpp 2004-05-04 19:30:15.000000000 +0100
+++ id3v2-0.1.11-patched/id3v2.cpp 2008-02-16 19:11:27.000000000 +0000
@@ -423,7 +423,7 @@
{
// check if there is a total track number and if we only have
// the track number for this file. In this case combine them.
- char *currentTrackNum, *newTrackNum;
+ char *currentTrackNum, *newTrackNum = NULL;
if (pFrame != NULL)
{

View File

@ -0,0 +1,63 @@
#!/bin/sh
# Slackware build script for id3v2
# Written by paul wisehart wise@lupulin.net
PRGNAM=id3v2
VERSION=0.1.11
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
patch -p1 < $CWD/id3v2-track_no-segfault.patch
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -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 {} \;
# The Makefile doesnt use DESTDIR, but the program is just an
# executable and a man page (there's no apparent path-info compiled
# into the binary). So we can fake it be using PREFIX and manually
# creating the direcories needed in $PKG
mkdir -p $PKG/usr/{bin,man/man1}
make
make install PREFIX=$PKG/usr
strip --strip-unneeded $PKG/usr/bin/id3v2
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View File

@ -0,0 +1,8 @@
PRGNAM="id3v2"
VERSION="0.1.11"
HOMEPAGE="http://id3v2.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/id3v2/id3v2-0.1.11.tar.gz"
MD5SUM="68afc3827cf01501dfb22949f901f1d8"
MAINTAINER="paul wisehart"
EMAIL="wise@lupulin.net"
APPROVED="David Somero"

View File

@ -0,0 +1,19 @@
# 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------------------------------------------------------|
id3v2: id3v2 (id3v2 tag editor)
id3v2:
id3v2: id3v2 is a command line editor for id3v2 tags.
id3v2:
id3v2:
id3v2:
id3v2:
id3v2:
id3v2:
id3v2:
id3v2: