diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-27 04:11:42 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-27 12:10:04 +0200 |
commit | 64f35313f0b7ffbf03d43ae098c4675f66e83c8f (patch) | |
tree | f1678e2996217931731c080e6facfb2883fe0893 /multimedia | |
parent | d49ef225aea62c60e83ecf88f73910a54ca9c15b (diff) | |
download | slackbuilds-64f35313f0b7ffbf03d43ae098c4675f66e83c8f.tar.gz |
multimedia/audacious-crossfade: Removed (Build failure)
crossfade.h:43:34: error: audacious/playlist.h: No such file
or directory.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-crossfade/README | 36 | ||||
-rw-r--r-- | multimedia/audacious-crossfade/audacious-crossfade.SlackBuild | 77 | ||||
-rw-r--r-- | multimedia/audacious-crossfade/audacious-crossfade.info | 10 | ||||
-rw-r--r-- | multimedia/audacious-crossfade/slack-desc | 19 |
4 files changed, 0 insertions, 142 deletions
diff --git a/multimedia/audacious-crossfade/README b/multimedia/audacious-crossfade/README deleted file mode 100644 index 481e9f277e..0000000000 --- a/multimedia/audacious-crossfade/README +++ /dev/null @@ -1,36 +0,0 @@ -This plugin can be used to remove the gaps between two songs, or to -smoothly crossfade inbetween. - -Features: - - * Crossfading - Crossfade between two songs, i.e. fade out the end of the current song - while fading in the beginning of the next for a smooth transition. Length - and volume of the fadings can be adjusted separately for fading in and - out. - - * Fadein/Fadeout - Smoothly fadein/fadeout at the beginning or end of playback. - - * Continuous output - Keeps the audio device opened when switching from one song to the next. - When used with the Gap-Killer, this allows for seamless playback of whole - albums without any audible interruption between the tracks. - - * Gap-Killer - Removes the short gaps of silence at the beginning and/or end of mp3 - files. These gaps are caused by some mp3-encoders. - - * Automatic detection of live albums - Automatically detects live albums and pre-mixed tracks which already are - crossfaded. For those tracks, crossfading can be disabled automatically. - - * High quality - Audacious-crossfade can take special care to avoid the clicks some - soundcards produce when suddenly being stopped. Also, it can improve - quality when seeking within a song. - - * Secondary effect plugin: - Audacious-crossfade allows you to select a second effect plugin. This is - usefull for example when using the volume normalizing plugin together - with the icecast plugin. diff --git a/multimedia/audacious-crossfade/audacious-crossfade.SlackBuild b/multimedia/audacious-crossfade/audacious-crossfade.SlackBuild deleted file mode 100644 index dfb46183c6..0000000000 --- a/multimedia/audacious-crossfade/audacious-crossfade.SlackBuild +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/sh - -# Slackware build script for audacious-crossfade - -# Written by Luis Henrique <lmello.009@gmail.com> - -PRGNAM=audacious-crossfade -SRCNAM=xmms-crossfade -VERSION=${VERSION:-0.3.14} -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -SAMPLERATE=${SAMPLERATE:-yes} # enable libsamplerate support -FFTW=${FFTW:-no} # enable FFTW test code -ID3=${ID3:-no} # enable libid3 support for reading track number - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e # Exit on most errors - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --htmldir=/usr/doc/$PRGNAM-$VERSION/html \ - --enable-static=no \ - --enable-shared=yes \ - --build=$ARCH-slackware-linux \ - --enable-player=audacious \ - --enable-samplerate=$SAMPLERATE \ - --enable-fftw=$FFTW \ - --enable-id3=$ID3 - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING INSTALL 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.${PKGTYPE:-tgz} diff --git a/multimedia/audacious-crossfade/audacious-crossfade.info b/multimedia/audacious-crossfade/audacious-crossfade.info deleted file mode 100644 index b58d1b2cb1..0000000000 --- a/multimedia/audacious-crossfade/audacious-crossfade.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="audacious-crossfade" -VERSION="0.3.14" -HOMEPAGE="http://www.eisenlohr.org/xmms-crossfade" -DOWNLOAD="http://www.eisenlohr.org/xmms-crossfade/xmms-crossfade-0.3.14.tar.gz" -MD5SUM="026c52544c7f3193d384288c9f8296aa" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Luis Henrique" -EMAIL="lmello.009@gmail.com" -APPROVED="dsomero" diff --git a/multimedia/audacious-crossfade/slack-desc b/multimedia/audacious-crossfade/slack-desc deleted file mode 100644 index 97ce10c4ea..0000000000 --- a/multimedia/audacious-crossfade/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------------------------------------------------------| -audacious-crossfade: audacious-crossfade (A Crossfade/Gapless plugin for Audacious) -audacious-crossfade: -audacious-crossfade: This plugin can be used to remove the gaps between two songs, or to -audacious-crossfade: smoothly crossfade inbetween. -audacious-crossfade: -audacious-crossfade: Homepage: http://www.eisenlohr.org/xmms-crossfade -audacious-crossfade: -audacious-crossfade: -audacious-crossfade: -audacious-crossfade: -audacious-crossfade: |