summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 11:42:10 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 11:42:10 +0000
commit9f54928cd8a95123cee9ed1af2fbffc2cb16e880 (patch)
treeebcdb7b4b0ed8d2b7985e8a7e161709a53ac1c6f
parentee2c4ccf9d99406ac8c92214dd758d94641ef051 (diff)
downloadasb-9f54928cd8a95123cee9ed1af2fbffc2cb16e880.tar.gz
asb-9f54928cd8a95123cee9ed1af2fbffc2cb16e880.tar.xz
Removed libsndfile as an external dependency
-rwxr-xr-xqmmp/build/qmmp.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/qmmp/build/qmmp.SlackBuild b/qmmp/build/qmmp.SlackBuild
index aa21ae03..92e70e41 100755
--- a/qmmp/build/qmmp.SlackBuild
+++ b/qmmp/build/qmmp.SlackBuild
@@ -28,14 +28,15 @@
# For: qmmp
# Descr: audio-player with a Qt interface
# URL: http://qmmp.ylsoftware.com/index_en.php
-# Needs: faad2 (AAC playback),libsndfile (to play .wav files)
+# Needs: faad2 (AAC playback)
# 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.
# 0.5.0-1: 15/may/2011 by Eric Hameleers <alien@slackware.com>
-# * Update.
+# * Update. Removed libsndfile as an external dependency because
+# that has been added to Slackware 13.37.
#
# Run 'sh qmmp.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .