summaryrefslogtreecommitdiffstats
path: root/qmmp
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-06-06 20:12:01 +0000
committer Eric Hameleers <alien@slackware.com>2010-06-06 20:12:01 +0000
commitebebc077243ac624a82ab3fc93a109088eb26d4c (patch)
treeea6186c9994d85df6f793d24766b878b70c262f6 /qmmp
parentf8442c0f0cb095e35a7d8225f86a0fff493115aa (diff)
downloadasb-ebebc077243ac624a82ab3fc93a109088eb26d4c.tar.gz
asb-ebebc077243ac624a82ab3fc93a109088eb26d4c.tar.xz
Also support AAC through faad2
Diffstat (limited to 'qmmp')
-rwxr-xr-xqmmp/build/qmmp.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/qmmp/build/qmmp.SlackBuild b/qmmp/build/qmmp.SlackBuild
index 4ac16bfc..7525f157 100755
--- a/qmmp/build/qmmp.SlackBuild
+++ b/qmmp/build/qmmp.SlackBuild
@@ -28,10 +28,12 @@
# For: qmmp
# Descr: audio-player with a Qt interface
# URL: http://qmmp.ylsoftware.com/index_en.php
-# Needs:
+# Needs: faad2 (AAC playback),libsndfile (to play .wav files)
# Changelog:
# 0.4.0-1: 30/May/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.4.0-1: 06/jun/2010 by Eric Hameleers <alien@slackware.com>
+# * Use faad2 for AAC and libsndfile for WAV support.
#
# Run 'sh qmmp.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +45,7 @@
PRGNAM=qmmp
VERSION=${VERSION:-0.4.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -156,7 +158,7 @@ cd build
-DLIB_DIR=lib${LIBDIRSUFFIX} \
..
make $NUMJOBS 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
- make INSTALL_ROOT=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log
+ make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log
cd -
# Add this to the doinst.sh: