mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/audacious: Removed from 12.0 repository
This commit is contained in:
parent
0112f7d608
commit
c63ba9f495
4 changed files with 0 additions and 105 deletions
|
@ -1,14 +0,0 @@
|
|||
audacious (A relatively powerful media player)
|
||||
|
||||
Audacious is a media player, based on Beep Media Player, which is in
|
||||
turn based on the X Multimedia System (XMMS). It is used to play
|
||||
audio and other kinds of media files. By default Audacious can play
|
||||
MPEG audio, Ogg Vorbis, RIFF wav, most module formats, and a few
|
||||
other formats. Audacious can be extended through plugins to play a
|
||||
number of other audio and video formats.
|
||||
|
||||
Audacious needs the mcs library and the audacious-plugins, which
|
||||
are available at SlackBuilds.org
|
||||
|
||||
The webpage for Audacious is: http://www.audacious-media-player.org.
|
||||
|
|
@ -1,71 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for audacious-1.3.2
|
||||
# Written by Meckafett thumpadoodle@hotmail.com
|
||||
|
||||
# Modified by the SlackBuilds.org project.
|
||||
set -e
|
||||
|
||||
PRGNAM=audacious
|
||||
VERSION=1.3.2
|
||||
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
|
||||
# --enable-ipv6 \
|
||||
# --enable-chardet \
|
||||
# --enable-samplerate \
|
||||
|
||||
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
|
||||
)
|
||||
|
||||
# Put the manpages in /usr
|
||||
mv $PKG/usr/share/man $PKG/usr/
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
|
||||
# Fix the path for the .desktop file
|
||||
sed -i 's#Icon=audacious#Icon=/usr/share/pixmaps/audacious.png#' $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ABOUT-NLS AUTHORS COPYING FAQ.bmp INSTALL NEWS 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.tgz
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="audacious"
|
||||
VERSION="1.3.2"
|
||||
HOMEPAGE="http://audacious-media-player.org/Main_Page"
|
||||
DOWNLOAD="http://static.audacious-media-player.org/release/audacious-1.3.2.tgz"
|
||||
MD5SUM="b784a30604a2f9d84e9da310069f43f9"
|
||||
MAINTAINER="Meckafett"
|
||||
EMAIL="thumpadoodle@hotmail.com"
|
||||
APPROVED="BP{k}"
|
|
@ -1,12 +0,0 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
audacious: audacious (A relatively powerful media player)
|
||||
audacious:
|
||||
audacious: Audacious is a media player, based on Beep Media Player, which is in
|
||||
audacious: turn based on the X Multimedia System (XMMS). It is used to play
|
||||
audacious: audio and other kinds of media files. By default Audacious can play
|
||||
audacious: MPEG audio, Ogg Vorbis, RIFF wav, most module formats, and a few
|
||||
audacious: other formats. Audacious can be extended through plugins to play a
|
||||
audacious: number of other audio and video formats.
|
||||
audacious:
|
||||
audacious: The webpage for Audacious is: http://www.audacious-media-player.org.
|
||||
audacious:
|
Loading…
Reference in a new issue