summaryrefslogtreecommitdiffstats
path: root/faad2
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-08-20 11:27:30 +0000
committer Eric Hameleers <alien@slackware.com>2011-08-20 11:27:30 +0000
commit090c31bb0e6f5258bf5c88225b7e76178dabb1fa (patch)
treee2abdbeb063c6e5d5dc80344af1ed4c38855a9d8 /faad2
parentf6827821259e90135c2f1af2753e2dd894fc9c3a (diff)
downloadasb-090c31bb0e6f5258bf5c88225b7e76178dabb1fa.tar.gz
asb-090c31bb0e6f5258bf5c88225b7e76178dabb1fa.tar.xz
Enable the xmms m4a plugin
Diffstat (limited to 'faad2')
-rwxr-xr-xfaad2/build/faad2.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/faad2/build/faad2.SlackBuild b/faad2/build/faad2.SlackBuild
index bacf331a..75327945 100755
--- a/faad2/build/faad2.SlackBuild
+++ b/faad2/build/faad2.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2009,2010 Eric Hameleers, Eindhoven, NL
+# Copyright (c) 2009, 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -36,6 +36,8 @@
# * Rebuild.
# 2.7-3: 02/jun/2010 by Eric Hameleers <alien@slackware.com>
# * Rebuilt for Slackware 13.1.
+# 2.7-4: 19/aug/2011 by Eric Hameleers <alien@slackware.com>
+# * Make it compile the xmms m4a plugin.
#
# Run 'sh faad2.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -47,7 +49,7 @@
PRGNAM=faad2
VERSION=${VERSION:-2.7}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -157,6 +159,7 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--localstatedir=/var \
--sysconfdir=/etc \
+ --with-xmms \
--enable-static \
--enable-shared \
--build=$ARCH-slackware-linux \