audio/aqualung: Build bump, added an ffmpeg patch from upstream.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Bojan Popovic 2012-01-24 13:57:10 -06:00 committed by Robby Workman
parent c0f9bf5e5d
commit 9ac88dcdcb
4 changed files with 7 additions and 2 deletions

View file

@ -4,3 +4,6 @@ OpenBSD, with native ports to Mac OS X and even Microsoft Windows.
It plays audio CDs, internet radio streams and podcasts as well as
soundfile in just about any audio format and has a feature of
inserting no gaps between adjacent tracks.
Aqualung is still in beta and has some bugs. But, it's lightweight
and very modest on dependencies.

Binary file not shown.

View file

@ -24,7 +24,7 @@
PRGNAM=aqualung
VERSION=${VERSION:-0.9beta11}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -61,6 +61,8 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
# Apply the ffmpeg patch from the upstream
zcat $CWD/aqualung-0.9_beta11-ffmpeg.patch.gz | patch -p0
cd $PRGNAM-$VERSION
chown -R root:root .
find . \

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Bojan Popovic"
EMAIL="bocke@mycity.rs"
APPROVED="Niels Horn"
APPROVED="Niels Horn,Erik Hanson"