From 0fbf13fab850b34f3b728e37531aa40ec23842d3 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 18 Sep 2012 14:48:13 +0200 Subject: audio/ices-cc: Updated for version 0.4.3. Also disabled libmp4v2/faad support (broken). Signed-off-by: Matteo Bernardini --- audio/ices-cc/ices-cc.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/ices-cc/ices-cc.SlackBuild') diff --git a/audio/ices-cc/ices-cc.SlackBuild b/audio/ices-cc/ices-cc.SlackBuild index 382177ea4a..6c2207c70e 100644 --- a/audio/ices-cc/ices-cc.SlackBuild +++ b/audio/ices-cc/ices-cc.SlackBuild @@ -6,7 +6,7 @@ # Modified by Antonio Hernández Blas for ices-cc PRGNAM=ices-cc -VERSION=${VERSION:-0.4.1} +VERSION=${VERSION:-0.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,6 +54,7 @@ find . \ # Disable flac support with "with_flac" enviroment variable, please read: # http://www.linuxquestions.org/questions/slackware-14/ices0-for-slackware-767465/ +# Also the new libmp4v2/faad2 don't seem compatible, so it has to go too # ices-cc (0.4.1) has various file conflicts with ices (0.4, for mp3) ices (2.0.1, for Ogg) # so the suffix "-cc" will be added except for ices modules (/etc/modules/ices.* which @@ -61,6 +62,7 @@ find . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ +with_faad="no" \ with_flac="no" \ ./configure \ --program-suffix="-cc" \ -- cgit v1.2.3