diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:55:47 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 14:45:41 -0500 |
commit | 468e64e2deb3c639250717708bb869596129a514 (patch) | |
tree | 8f454cb0069754ece3cf7d129a7b21713250bcb2 /audio/butt | |
parent | 0c990cc4cda00f071ea74c675c4d44d46dcf0865 (diff) |
audio/butt: Fixed dep info
Diffstat (limited to 'audio/butt')
-rw-r--r-- | audio/butt/README | 8 | ||||
-rw-r--r-- | audio/butt/butt.info | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/audio/butt/README b/audio/butt/README index 8fd4390b12bc..69ea5e13441d 100644 --- a/audio/butt/README +++ b/audio/butt/README @@ -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. diff --git a/audio/butt/butt.info b/audio/butt/butt.info index 4a3191195b35..e232d184d5c6 100644 --- a/audio/butt/butt.info +++ b/audio/butt/butt.info @@ -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" |