diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:58 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:58 +0200 |
commit | 9f82eb857ab243ac59cf2315fd4e95eb97d3cd89 (patch) | |
tree | 64b3cd5cb76c66ba10e617371108b7134565bee3 /multimedia | |
parent | 63e0074886482788d5d34e3de7e05b0604ca7ded (diff) | |
download | slackbuilds-9f82eb857ab243ac59cf2315fd4e95eb97d3cd89.tar.gz |
audio/tagtool: Moved from multimedia
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/tagtool/README | 8 | ||||
-rw-r--r-- | multimedia/tagtool/doinst.sh | 4 | ||||
-rw-r--r-- | multimedia/tagtool/slack-desc | 19 | ||||
-rw-r--r-- | multimedia/tagtool/tagtool.SlackBuild | 54 | ||||
-rw-r--r-- | multimedia/tagtool/tagtool.info | 8 |
5 files changed, 0 insertions, 93 deletions
diff --git a/multimedia/tagtool/README b/multimedia/tagtool/README deleted file mode 100644 index 1e38a803d3..0000000000 --- a/multimedia/tagtool/README +++ /dev/null @@ -1,8 +0,0 @@ -Audio Tag Tool is a program to manage the information fields in MP3 and Ogg -Vorbis files, commonly called tags. It is available under the GNU General -Public Licence (GPL). -Tag Tool can be used to edit tags one by one, but the most useful features -are the ability to easily tag or rename hundreds of files at once, in any -desired format. - -NOTE: tagtool requires id3lib which is available on SlackBuilds.org. diff --git a/multimedia/tagtool/doinst.sh b/multimedia/tagtool/doinst.sh deleted file mode 100644 index 9ad0b734e0..0000000000 --- a/multimedia/tagtool/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 -fi - diff --git a/multimedia/tagtool/slack-desc b/multimedia/tagtool/slack-desc deleted file mode 100644 index a74a0818b3..0000000000 --- a/multimedia/tagtool/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------------------------------------------------------| -tagtool: tagtool (manage tagfiles for MP3 and Ogg Vorbis files) -tagtool: -tagtool: Audio Tag Tool is a program to manage the information fields in MP3 -tagtool: and Ogg Vorbis files, commonly called tags. It is available under -tagtool: the GNU General Public Licence (GPL). -tagtool: -tagtool: http://pwp.netcabo.pt/paol/tagtool/ -tagtool: -tagtool: -tagtool: -tagtool: diff --git a/multimedia/tagtool/tagtool.SlackBuild b/multimedia/tagtool/tagtool.SlackBuild deleted file mode 100644 index 169f15bbde..0000000000 --- a/multimedia/tagtool/tagtool.SlackBuild +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/sh - -# Slackware build script for tagtool -# Written by scion (grbzks@gmail.com) -set -e - -PRGNAM=tagtool -VERSION=0.12.3 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -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 - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar -jxvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr - -make -make install DESTDIR=$PKG - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO $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 -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/multimedia/tagtool/tagtool.info b/multimedia/tagtool/tagtool.info deleted file mode 100644 index 7382afd0e4..0000000000 --- a/multimedia/tagtool/tagtool.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="tagtool" -VERSION="0.12.3" -HOMEPAGE="http://pwp.netcabo.pt/paol/tagtool/" -DOWNLOAD="http://dl.sourceforge.net/tagtool/tagtool-0.12.3.tar.bz2" -MD5SUM="447b3a505fee68a82f25dcda9377b676" -MAINTAINER="Grigorios Bouzakis" -EMAIL="grbzks@gmail.com" -APPROVED="BP{k}" |