diff options
author | Bojan Popovic <bocke@mycity.rs> | 2012-01-24 13:57:10 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-02-11 21:19:28 -0600 |
commit | 9ac88dcdcb44bf259e0b1b9ba39aedad845251e0 (patch) | |
tree | 014b325e1f73031e371ea751b614cc9ea99d7608 /audio | |
parent | c0f9bf5e5dfed271b431527221547fc4a688bce8 (diff) |
audio/aqualung: Build bump, added an ffmpeg patch from upstream.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aqualung/README | 3 | ||||
-rw-r--r-- | audio/aqualung/aqualung-0.9_beta11-ffmpeg.patch.gz | bin | 0 -> 415 bytes | |||
-rw-r--r-- | audio/aqualung/aqualung.SlackBuild | 4 | ||||
-rw-r--r-- | audio/aqualung/aqualung.info | 2 |
4 files changed, 7 insertions, 2 deletions
diff --git a/audio/aqualung/README b/audio/aqualung/README index 9e0380f85754..0ddc6614af97 100644 --- a/audio/aqualung/README +++ b/audio/aqualung/README @@ -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. diff --git a/audio/aqualung/aqualung-0.9_beta11-ffmpeg.patch.gz b/audio/aqualung/aqualung-0.9_beta11-ffmpeg.patch.gz Binary files differnew file mode 100644 index 000000000000..8c57cce8a28f --- /dev/null +++ b/audio/aqualung/aqualung-0.9_beta11-ffmpeg.patch.gz 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 . \ diff --git a/audio/aqualung/aqualung.info b/audio/aqualung/aqualung.info index 4a555bdacf96..66a4e4b4a7db 100644 --- a/audio/aqualung/aqualung.info +++ b/audio/aqualung/aqualung.info @@ -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" |