diff options
author | crocket <crockabiscuit@gmail.com> | 2011-11-15 16:32:12 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:08:08 -0600 |
commit | 7a6800c69c8d58cd96776c6f004cac5cc6f2fc3c (patch) | |
tree | 769c725d553d916156364639beb32a0b7fc9fb06 /audio/kradio/kradio.SlackBuild | |
parent | 1d4433cbf26625d8b4c9e0dfce786eb4349c8954 (diff) | |
download | slackbuilds-7a6800c69c8d58cd96776c6f004cac5cc6f2fc3c.tar.gz |
audio/kradio: Add patch for ffmpeg 0.8.
I did not test build this against ffmpeg 0.8, only against what's in
the repo at the time: ffmpeg 0.6.1. It compiles, no idea if it works.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/kradio/kradio.SlackBuild')
-rw-r--r-- | audio/kradio/kradio.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/kradio/kradio.SlackBuild b/audio/kradio/kradio.SlackBuild index 82a83347c5..e025e5e48e 100644 --- a/audio/kradio/kradio.SlackBuild +++ b/audio/kradio/kradio.SlackBuild @@ -7,7 +7,7 @@ PRGNAM=kradio SRCNAM=kradio4 VERSION=${VERSION:-4.0.2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -53,6 +53,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix building against newer ffmpeg versions +patch -p0 -i $CWD/kradio-4.0.2-ffmpeg08.patch + mkdir -p build cd build cmake \ |