aboutsummaryrefslogtreecommitdiff
path: root/audio/aqualung/aqualung.SlackBuild
diff options
context:
space:
mode:
authorBojan Popovic <bocke@mycity.rs>2012-01-24 13:57:10 -0600
committerRobby Workman <rworkman@slackbuilds.org>2012-02-11 21:19:28 -0600
commit9ac88dcdcb44bf259e0b1b9ba39aedad845251e0 (patch)
tree014b325e1f73031e371ea751b614cc9ea99d7608 /audio/aqualung/aqualung.SlackBuild
parentc0f9bf5e5dfed271b431527221547fc4a688bce8 (diff)
downloadslackbuilds-9ac88dcdcb44bf259e0b1b9ba39aedad845251e0.tar.xz
audio/aqualung: Build bump, added an ffmpeg patch from upstream.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/aqualung/aqualung.SlackBuild')
-rw-r--r--audio/aqualung/aqualung.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/aqualung/aqualung.SlackBuild b/audio/aqualung/aqualung.SlackBuild
index 7113f96fec7c..5d2ab5ce611f 100644
--- a/audio/aqualung/aqualung.SlackBuild
+++ b/audio/aqualung/aqualung.SlackBuild
@@ -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 . \