mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
multimedia/audacious-plugins: Removed from 12.0 repository
This commit is contained in:
parent
338bcc1cf4
commit
0112f7d608
4 changed files with 0 additions and 83 deletions
|
@ -1,9 +0,0 @@
|
|||
audacious-plugins (Plugins used by the Audacious media player)
|
||||
|
||||
This is a collection of plugins for Audacious to support additional
|
||||
media formats.
|
||||
|
||||
The webpage for Audacious is: http://www.audacious-media-player.org.
|
||||
|
||||
Audacious plugins requires that audacious is installed. A build script
|
||||
can be found at SlackBuilds.org
|
|
@ -1,57 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for audacious-plugins-1.3.4
|
||||
# Written by Meckafett thumpadoodle@hotmail.com
|
||||
|
||||
# Modified by the SlackBuilds.org Project.
|
||||
set -e
|
||||
|
||||
PRGNAM=audacious-plugins
|
||||
VERSION=1.3.4
|
||||
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.tgz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var
|
||||
|
||||
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 AUTHORS COPYING ChangeLog INSTALL NEWS $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
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="audacious-plugins"
|
||||
VERSION="1.3.4"
|
||||
HOMEPAGE="http://audacious-media-player.org/Main_Page"
|
||||
DOWNLOAD="http://static.audacious-media-player.org/release/audacious-plugins-1.3.4.tgz"
|
||||
MD5SUM="417ffe1cae7081b0dec404b659a6d67e"
|
||||
MAINTAINER="Meckafett"
|
||||
EMAIL="thumpadoodle@hotmail.com"
|
||||
APPROVED="BP{k}"
|
|
@ -1,9 +0,0 @@
|
|||
audacious-plugins: audacious-plugins (Plugins used by Audacious media player)
|
||||
audacious-plugins:
|
||||
audacious-plugins: This is a collection of plugins for Audacious to support
|
||||
audacious-plugins: additional media formats.
|
||||
audacious-plugins:
|
||||
audacious-plugins: Homepage http://www.audacious-media-player.org.
|
||||
audacious-plugins:
|
||||
audacious-plugins:
|
||||
audacious-plugins:
|
Loading…
Reference in a new issue