diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-18 14:48:13 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 19:33:38 -0500 |
commit | 0fbf13fab850b34f3b728e37531aa40ec23842d3 (patch) | |
tree | b22aafd58754f6e367fdd4cdaa6dc155c1a8f2fb /audio/ices-cc | |
parent | 900214dc3b50d7b3dbfa1d467854807f18c643de (diff) | |
download | slackbuilds-0fbf13fab850b34f3b728e37531aa40ec23842d3.tar.gz |
audio/ices-cc: Updated for version 0.4.3.
Also disabled libmp4v2/faad support (broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/ices-cc')
-rw-r--r-- | audio/ices-cc/README | 3 | ||||
-rw-r--r-- | audio/ices-cc/ices-cc.SlackBuild | 4 | ||||
-rw-r--r-- | audio/ices-cc/ices-cc.info | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/audio/ices-cc/README b/audio/ices-cc/README index 395f6a059c..e95ebee7e1 100644 --- a/audio/ices-cc/README +++ b/audio/ices-cc/README @@ -1,5 +1,6 @@ ices-cc is a Source client for broadcasting in MP3 format to an icecast server. -lame is optional (if you want re-encoding support). +Optional dependencies are lame (for re-encoding support), libmp4v2 and faad2 +(for mp4 support, *broken ATM*). See README.init if you plan to use /etc/rc.d/rc.ices-cc 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" \ diff --git a/audio/ices-cc/ices-cc.info b/audio/ices-cc/ices-cc.info index c1112bda18..ec27b681ac 100644 --- a/audio/ices-cc/ices-cc.info +++ b/audio/ices-cc/ices-cc.info @@ -1,8 +1,8 @@ PRGNAM="ices-cc" -VERSION="0.4.1" +VERSION="0.4.3" HOMEPAGE="http://www.centova.com/pages/icescc" -DOWNLOAD="http://www.centova.com/clientdist/ices/ices-cc-0.4.1.tar.gz" -MD5SUM="28de96219a8c0521f7249d3fdc77c145" +DOWNLOAD="http://www.centova.com/clientdist/ices/ices-cc-0.4.3.tar.gz" +MD5SUM="7d7c0215b4044af6ffd5a32a59d2e886" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libshout" |