summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2012-09-02 15:46:51 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2012-09-02 15:46:51 +0200
commitfd8e9ddecf41da64e9eecdfda27abf6a8f25d3b4 (patch)
tree684474cc8fd49801929c561f4617e543592a5006 /audio
parentae70403685d984519e670f5a71e0211a88058212 (diff)
downloadslackbuilds-fd8e9ddecf41da64e9eecdfda27abf6a8f25d3b4.tar.gz
slackbuilds-fd8e9ddecf41da64e9eecdfda27abf6a8f25d3b4.tar.xz
audio/faad2: Remove --with-drm configure flag
This flag actually breaks more functionality than it would provide. Since it is disabled in most other distributions, disable it here too. Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/faad2/README2
-rw-r--r--audio/faad2/faad2.SlackBuild7
-rw-r--r--audio/faad2/slack-desc2
3 files changed, 7 insertions, 4 deletions
diff --git a/audio/faad2/README b/audio/faad2/README
index afe448b9c3..087c825c14 100644
--- a/audio/faad2/README
+++ b/audio/faad2/README
@@ -1,5 +1,5 @@
Faad2 is the fastest ISO AAC audio decoder available.
-Faad2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC (Low Complexity),
+Faad2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC (Low Complexity),
HE (High Efficiency), LTP (Long Term Prediction), LD (Low Delay), and
ER (Error Resiliency) object type AAC files.
Faad2 includes code for SBR (HE AAC) decoding.
diff --git a/audio/faad2/faad2.SlackBuild b/audio/faad2/faad2.SlackBuild
index 282cc6ae6f..2de4d62f78 100644
--- a/audio/faad2/faad2.SlackBuild
+++ b/audio/faad2/faad2.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=faad2
VERSION=${VERSION:-2.7}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -72,12 +72,15 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
- --with-drm \
--mandir=/usr/man \
--enable-shared=yes \
--enable-static=no \
--build=$ARCH-slackware-linux
+# This option is supposed to enable support for decoding Digital Radio Mondiale,
+# but actually breaks the base functionality. -HW
+# --with-drm
+
make
make install-strip DESTDIR=$PKG
diff --git a/audio/faad2/slack-desc b/audio/faad2/slack-desc
index 94ac88a26f..698304101d 100644
--- a/audio/faad2/slack-desc
+++ b/audio/faad2/slack-desc
@@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
faad2: Faad2 (MPEG2 and MPEG-4 AAC decoder)
faad2:
-faad2: Faad2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC
+faad2: Faad2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC
faad2: decoder. Faad2 includes code for SBR (HE AAC) decoding.
faad2:
faad2: http://www.audiocoding.com/