audio/wavbreaker: Fixed dep information

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-08-26 22:51:56 -05:00
parent e616ea29ac
commit a54c4a65c4
2 changed files with 2 additions and 4 deletions

View File

@ -10,6 +10,4 @@ break them up. Also included is a command line tool, wavmerge, which
merges wave files together. This tool will only work on files that are
alike. For example, 44100 khz sample rate, 16-bit sample size, etc.
Wavbreaker should compile and work on a stock Slackware system, but
optionally supports PulseAudio (which does not appear to be currently
available on SlackBuilds.org).
pulseaudio is an optional dependency.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/wavbreaker/wavbreaker-0.10.tar.gz"
MD5SUM="a77ba8c4c42a1e7c5aef6d519058bacf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pulseaudio"
REQUIRES=""
MAINTAINER="Josiah Boothby"
EMAIL="josiahb@gmail.com"