diff options
author | Michael Johnson <youngmug@animeneko.net> | 2010-05-11 20:01:20 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 20:01:20 +0200 |
commit | 90148354f96a7fbb5e8a1588b7ded5e35b8ff90f (patch) | |
tree | 56f40ec5e8aa315589afd9ebb01b097b38a59f45 /multimedia | |
parent | cb70ac0c18b7559c033ce7b780072f2284f5bbb2 (diff) |
multimedia/last.fm: Added to 12.0 repository
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/last.fm/README | 6 | ||||
-rw-r--r-- | multimedia/last.fm/doinst.sh | 5 | ||||
-rw-r--r-- | multimedia/last.fm/last.fm.SlackBuild | 59 | ||||
-rw-r--r-- | multimedia/last.fm/last.fm.desktop | 10 | ||||
-rw-r--r-- | multimedia/last.fm/last.fm.info | 8 | ||||
-rw-r--r-- | multimedia/last.fm/last.fm.script | 3 | ||||
-rw-r--r-- | multimedia/last.fm/slack-desc | 12 |
7 files changed, 103 insertions, 0 deletions
diff --git a/multimedia/last.fm/README b/multimedia/last.fm/README new file mode 100644 index 000000000000..f2ec82b0e19f --- /dev/null +++ b/multimedia/last.fm/README @@ -0,0 +1,6 @@ +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 new file mode 100644 index 000000000000..22d4849bce4a --- /dev/null +++ b/multimedia/last.fm/doinst.sh @@ -0,0 +1,5 @@ + +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 new file mode 100644 index 000000000000..ed8a182a469d --- /dev/null +++ b/multimedia/last.fm/last.fm.SlackBuild @@ -0,0 +1,59 @@ +#!/bin/sh + +# Slackware build script for last.fm +# Written by <youngmug@animeneko.net> +# 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 new file mode 100644 index 000000000000..0d354b33c446 --- /dev/null +++ b/multimedia/last.fm/last.fm.desktop @@ -0,0 +1,10 @@ +[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 new file mode 100644 index 000000000000..ffb9fab2b988 --- /dev/null +++ b/multimedia/last.fm/last.fm.info @@ -0,0 +1,8 @@ +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 new file mode 100644 index 000000000000..f5341b18cbcd --- /dev/null +++ b/multimedia/last.fm/last.fm.script @@ -0,0 +1,3 @@ +#!/bin/sh +cd /usr/lib/last.fm +./last.fm diff --git a/multimedia/last.fm/slack-desc b/multimedia/last.fm/slack-desc new file mode 100644 index 000000000000..c9a3d75d299e --- /dev/null +++ b/multimedia/last.fm/slack-desc @@ -0,0 +1,12 @@ + |-----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: |