From c0b7ead6241fefb332ddfdec4aea1e0e8170cd46 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 20:30:49 +0200 Subject: audio/last.fm: Moved from multimedia --- multimedia/last.fm/README | 6 ---- multimedia/last.fm/doinst.sh | 5 --- multimedia/last.fm/last.fm.SlackBuild | 59 ----------------------------------- multimedia/last.fm/last.fm.desktop | 10 ------ multimedia/last.fm/last.fm.info | 8 ----- multimedia/last.fm/last.fm.script | 3 -- multimedia/last.fm/slack-desc | 12 ------- 7 files changed, 103 deletions(-) delete mode 100644 multimedia/last.fm/README delete mode 100644 multimedia/last.fm/doinst.sh delete mode 100644 multimedia/last.fm/last.fm.SlackBuild delete mode 100644 multimedia/last.fm/last.fm.desktop delete mode 100644 multimedia/last.fm/last.fm.info delete mode 100644 multimedia/last.fm/last.fm.script delete mode 100644 multimedia/last.fm/slack-desc (limited to 'multimedia') diff --git a/multimedia/last.fm/README b/multimedia/last.fm/README deleted file mode 100644 index f2ec82b0e1..0000000000 --- a/multimedia/last.fm/README +++ /dev/null @@ -1,6 +0,0 @@ -With Last.fm on your computer you can scrobble your tracks, -share your music tastes, listen to personalised radio streams, -and discover new music and people. -Last.fm is open source software and contains no spyware or adware. - -last.fm requires QT4, which is also available at SlackBuilds.org. diff --git a/multimedia/last.fm/doinst.sh b/multimedia/last.fm/doinst.sh deleted file mode 100644 index 22d4849bce..0000000000 --- a/multimedia/last.fm/doinst.sh +++ /dev/null @@ -1,5 +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/last.fm/last.fm.SlackBuild b/multimedia/last.fm/last.fm.SlackBuild deleted file mode 100644 index ed8a182a46..0000000000 --- a/multimedia/last.fm/last.fm.SlackBuild +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# Slackware build script for last.fm -# Written by -# Modified by the SlackBuilds.org project - -# Exit on most errors -set -e - -PRGNAM=last.fm -VERSION=1.3.2.13 -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 xvf $CWD/$PRGNAM-$VERSION.src.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -qmake-qt4 -config release -make - -#Last.fm doesn't have a nice installer, so we need to package it manually. -mkdir -p $PKG/usr/lib/$PRGNAM $PKG/usr/bin $PKG/usr/share/applications -cp -R bin/* $PKG/usr/lib/$PRGNAM -cat $CWD/last.fm.script > $PKG/usr/bin/last.fm -cat $CWD/last.fm.desktop > $PKG/usr/share/applications/last.fm.desktop -chmod +x $PKG/usr/bin/last.fm - -( 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 COPYING README ChangeLog $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/last.fm/last.fm.desktop b/multimedia/last.fm/last.fm.desktop deleted file mode 100644 index 0d354b33c4..0000000000 --- a/multimedia/last.fm/last.fm.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=last.fm -GenericName=last.fm Player -Comment=Listen to last.fm streams -Exec=last.fm -Icon=/usr/lib/last.fm/data/icons/as.png -Categories=Application;Qt;AudioVideo;Player; -Terminal=false -Type=Application -Encoding=UTF-8 diff --git a/multimedia/last.fm/last.fm.info b/multimedia/last.fm/last.fm.info deleted file mode 100644 index ffb9fab2b9..0000000000 --- a/multimedia/last.fm/last.fm.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="last.fm" -VERSION="1.3.2.13" -HOMEPAGE="http://last.fm/" -DOWNLOAD="http://cdn.last.fm/client/src/last.fm-1.3.2.13.src.tar.bz2" -MD5SUM="a4ec606857e7c1dce3c251741cc7923e" -MAINTAINER="Michael Johnson" -EMAIL="youngmug@animeneko.net" -APPROVED="Erik Hanson,rworkman" diff --git a/multimedia/last.fm/last.fm.script b/multimedia/last.fm/last.fm.script deleted file mode 100644 index f5341b18cb..0000000000 --- a/multimedia/last.fm/last.fm.script +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd /usr/lib/last.fm -./last.fm diff --git a/multimedia/last.fm/slack-desc b/multimedia/last.fm/slack-desc deleted file mode 100644 index c9a3d75d29..0000000000 --- a/multimedia/last.fm/slack-desc +++ /dev/null @@ -1,12 +0,0 @@ - |-----handy-ruler-----------------------------------------------------| -last.fm: last.fm (Standalone Player for last.fm) -last.fm: -last.fm: With Last.fm on your computer you can scrobble your tracks, -last.fm: share your music tastes, listen to personalized radio streams, -last.fm: and discover new music and people. -last.fm: -last.fm: Last.fm is open source software and contains no spyware or adware. -last.fm: -last.fm: Homepage: http://last.fm/ -last.fm: -last.fm: -- cgit v1.2.3