audio/butt: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 00:55:47 -05:00
parent 0c990cc4cd
commit 468e64e2de
2 changed files with 1 additions and 9 deletions

View File

@ -10,12 +10,4 @@ http://sourceforge.net/projects/butt
irc.freenode.org #butt
Optional dependency: jack
Technically, you don't have to compile this with
lame for mp3 support, although that is the default
of the configure script and so of this
SlackBuild. If you want to not support mp3, then
you can exclude lame and set --without-mp3 as a
configure option.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/butt/files/butt/butt-0.1.18/butt-0.1.1
MD5SUM="7197c6f2ca9239230713fdccd3713f22"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="portaudio fltk lame opus libfdk-aac"
REQUIRES="portaudio fltk libfdk-aac"
MAINTAINER="Klaatu"
EMAIL="klaatu@member.fsf.org"