diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:59 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:59 +0200 |
commit | 0ddffa1559fbfa95e6c7bbcc86f5d38c631359e8 (patch) | |
tree | ea8f2e5ad3e5e9fd1874fc6195dddc7c4aa464c0 /multimedia | |
parent | 73c6e2990956fff89d9af0d0c42b8d665cb3743f (diff) |
audio/xmms2: Moved from multimedia
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmms2/README | 9 | ||||
-rw-r--r-- | multimedia/xmms2/slack-desc | 19 | ||||
-rw-r--r-- | multimedia/xmms2/xmms2.SlackBuild | 59 | ||||
-rw-r--r-- | multimedia/xmms2/xmms2.info | 8 |
4 files changed, 0 insertions, 95 deletions
diff --git a/multimedia/xmms2/README b/multimedia/xmms2/README deleted file mode 100644 index b9ef79a6828b..000000000000 --- a/multimedia/xmms2/README +++ /dev/null @@ -1,9 +0,0 @@ -XMMS2 is the next generation of XMMS. The XMMS2 team is committed to -producing a better music player, while diligently maintaining a robust and -flexible design. The goal is to make the system easy for developers to -maintain and integrate with. In terms of the listening experience, XMMS2 -makes it possible for anyone to easily manage their music collection and to -interact with it in a flexible manner. - -To compile this package, you will need SQLite, which is also available -from SlackBuilds.org. diff --git a/multimedia/xmms2/slack-desc b/multimedia/xmms2/slack-desc deleted file mode 100644 index 923c627d5a59..000000000000 --- a/multimedia/xmms2/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------------------------------------------------------| -xmms2: XMMS2 (XMMS2 music player) -xmms2: -xmms2: XMMS2 is the next generation of XMMS. The XMMS2 team is committed -xmms2: to producing a better music player, while diligently maintaining a -xmms2: robust and flexible design. The goal is to make the system easy -xmms2: for developers to maintain and integrate with. In terms of the -xmms2: listening experience, XMMS2 makes it possible for anyone to easily -xmms2: manage their music collection and to interact with it in a -xmms2: flexible manner. -xmms2: -xmms2: diff --git a/multimedia/xmms2/xmms2.SlackBuild b/multimedia/xmms2/xmms2.SlackBuild deleted file mode 100644 index 7cf8dbf33262..000000000000 --- a/multimedia/xmms2/xmms2.SlackBuild +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# Slackware build script for xmms2 - -# Written by Kyle Guinn <elyk03@gmail.com> -# Updated by Rainer Wittmaack <ningo@gmx.net> - -PRGNAM=xmms2 -VERSION="0.2DrJekyll" -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 - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -export CCFLAGS="$SLKCFLAGS" -export CXXFLAGS="$SLKCFLAGS" - -./waf configure --prefix=/usr -./waf -./waf 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 -) - -# The man pages are pre-gzipped, we don't have to do that here. -# However, we do need to move them to the proper location. -mv $PKG/usr/share/man $PKG/usr - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING* INSTALL README 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 - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/multimedia/xmms2/xmms2.info b/multimedia/xmms2/xmms2.info deleted file mode 100644 index f28287cd6bdf..000000000000 --- a/multimedia/xmms2/xmms2.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="xmms2" -VERSION="0.2DrJekyll" -HOMEPAGE="http://wiki.xmms2.xmms.se/" -DOWNLOAD="http://downloads.sourceforge.net/xmms2/xmms2-0.2DrJekyll.tar.bz2" -MD5SUM="768de76a98b6a9766cec157ff0a12543" -MAINTAINER="Kyle Guinn" -EMAIL="elyk03@gmail.com" -APPROVED="rworkman" |