diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-13 07:23:08 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-13 17:58:11 -0500 |
commit | 4cb9edb03928e29475a8e49276b0b800bbc77613 (patch) | |
tree | 15d0204397f20d72b098f51c41556a0a2deff676 /audio/kradio/kradio.SlackBuild | |
parent | 085fc4cb823d1b0de05afdf2b0f5f279851c6486 (diff) | |
download | slackbuilds-4cb9edb03928e29475a8e49276b0b800bbc77613.tar.gz |
audio/kradio: Updated for version 4.0.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/kradio/kradio.SlackBuild')
-rw-r--r-- | audio/kradio/kradio.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/kradio/kradio.SlackBuild b/audio/kradio/kradio.SlackBuild index e025e5e48e..cce7f9f3b5 100644 --- a/audio/kradio/kradio.SlackBuild +++ b/audio/kradio/kradio.SlackBuild @@ -6,8 +6,8 @@ PRGNAM=kradio SRCNAM=kradio4 -VERSION=${VERSION:-4.0.2} -BUILD=${BUILD:-3} +VERSION=${VERSION:-4.0.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -53,9 +53,6 @@ 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 \ |