mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
audio/aqualung: Build bump, added an ffmpeg patch from upstream.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
c0f9bf5e5d
commit
9ac88dcdcb
4 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
BIN
audio/aqualung/aqualung-0.9_beta11-ffmpeg.patch.gz
Normal file
BIN
audio/aqualung/aqualung-0.9_beta11-ffmpeg.patch.gz
Normal file
Binary file not shown.
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue