From 7a6800c69c8d58cd96776c6f004cac5cc6f2fc3c Mon Sep 17 00:00:00 2001 From: crocket Date: Tue, 15 Nov 2011 16:32:12 -0600 Subject: 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 --- audio/kradio/kradio.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio/kradio/kradio.SlackBuild') diff --git a/audio/kradio/kradio.SlackBuild b/audio/kradio/kradio.SlackBuild index 82a83347c5f0..e025e5e48e70 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 \ -- cgit v1.2.3