diff options
Diffstat (limited to 'audio/ices-cc/ices-cc.SlackBuild')
-rw-r--r-- | audio/ices-cc/ices-cc.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 <hba.nihilismus@gmail.com> 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" \ |