aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/xcfa/README25
-rw-r--r--audio/xcfa/xcfa.SlackBuild5
2 files changed, 15 insertions, 15 deletions
diff --git a/audio/xcfa/README b/audio/xcfa/README
index ab5fb78049e85..7d87f95a21f43 100644
--- a/audio/xcfa/README
+++ b/audio/xcfa/README
@@ -1,8 +1,8 @@
xcfa (Powerful Audio Converter & Splitter for Linux)
-XCFA is a tool to extract the contens of Audio-CDs and convert
-musical audio files conversion to FLAC, WAV, OGG, M4A, MPC, MP3,
-WavPack and many others.
+XCFA is a tool to extract the contents of Audio-CDs and convert musical
+audio files conversion to FLAC, WAV, OGG, M4A, MPC, MP3, WavPack and
+many others.
Features:
@@ -14,14 +14,15 @@ Features:
Optional dependencies:
* cdrkit
- * faac
- * faad2
+ * faac
+ * faad2
* cd-discid
- * mac
- * mp3check
- * mp3gain
- * musepack-tools
- * shntool
- * shorten
- * vorbisgain
+ * mac
+ * mp3check
+ * mp3gain
+ * musepack-tools
+ * shntool
+ * shorten
+ * vorbisgain
* lsdvd
+ * aacplusenc
diff --git a/audio/xcfa/xcfa.SlackBuild b/audio/xcfa/xcfa.SlackBuild
index 4d1b2271f502d..91e75af4b7725 100644
--- a/audio/xcfa/xcfa.SlackBuild
+++ b/audio/xcfa/xcfa.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=xcfa
VERSION=${VERSION:-5.0.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -70,7 +70,6 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
@@ -80,7 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
-make
+make CFLAGS="$SLKCFLAGS -fcommon"
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \