diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/id3v2/README | 3 | ||||
-rw-r--r-- | multimedia/id3v2/id3v2-track_no-segfault.patch | 12 | ||||
-rw-r--r-- | multimedia/id3v2/id3v2.SlackBuild | 63 | ||||
-rw-r--r-- | multimedia/id3v2/id3v2.info | 8 | ||||
-rw-r--r-- | multimedia/id3v2/slack-desc | 19 |
5 files changed, 0 insertions, 105 deletions
diff --git a/multimedia/id3v2/README b/multimedia/id3v2/README deleted file mode 100644 index f284a85d03..0000000000 --- a/multimedia/id3v2/README +++ /dev/null @@ -1,3 +0,0 @@ -id3v2 is a command line editor for id3v2 tags. - -This requires id3lib, which is also available from SlackBuilds.org. diff --git a/multimedia/id3v2/id3v2-track_no-segfault.patch b/multimedia/id3v2/id3v2-track_no-segfault.patch deleted file mode 100644 index 6a6a61e17a..0000000000 --- a/multimedia/id3v2/id3v2-track_no-segfault.patch +++ /dev/null @@ -1,12 +0,0 @@ -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) - { diff --git a/multimedia/id3v2/id3v2.SlackBuild b/multimedia/id3v2/id3v2.SlackBuild deleted file mode 100644 index d7dd15c879..0000000000 --- a/multimedia/id3v2/id3v2.SlackBuild +++ /dev/null @@ -1,63 +0,0 @@ -#!/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 diff --git a/multimedia/id3v2/id3v2.info b/multimedia/id3v2/id3v2.info deleted file mode 100644 index 909e9f2451..0000000000 --- a/multimedia/id3v2/id3v2.info +++ /dev/null @@ -1,8 +0,0 @@ -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"
\ No newline at end of file diff --git a/multimedia/id3v2/slack-desc b/multimedia/id3v2/slack-desc deleted file mode 100644 index 271601fef5..0000000000 --- a/multimedia/id3v2/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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: |