diff options
author | Seth Kenlon <skenlon@redhat.com> | 2020-01-06 17:34:57 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-06 13:17:57 +0700 |
commit | 47e795531f13064ec9783d3ad42b9f3ef7bd1dcd (patch) | |
tree | 4fa36cfb2b0f498a9dc7d06119a1b1d74ca1785f /audio/butt | |
parent | f5862ec41f11e582c7c4eeacb4d6e093eb04a478 (diff) | |
download | slackbuilds-47e795531f13064ec9783d3ad42b9f3ef7bd1dcd.tar.gz |
audio/butt: Updated for version 0.1.18
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/butt')
-rw-r--r-- | audio/butt/README | 20 | ||||
-rw-r--r-- | audio/butt/butt.SlackBuild | 5 | ||||
-rw-r--r-- | audio/butt/butt.info | 6 |
3 files changed, 18 insertions, 13 deletions
diff --git a/audio/butt/README b/audio/butt/README index ab7cff3aa6..bee46ff2cd 100644 --- a/audio/butt/README +++ b/audio/butt/README @@ -1,17 +1,23 @@ -butt (broadcast using this tool) is an easy to use, multi OS streaming tool. +butt (broadcast using this tool) is an easy +to use, multi OS streaming tool. It supports ShoutCast and IceCast. -After installation, be sure to read /usr/doc/butt-0.1.15/README for setup info. +After installation, be sure to read +/usr/doc/butt-0.1.15/README for setup info. http://sourceforge.net/projects/butt irc.freenode.org #butt -Optional dependency: jack-audio-connection-kit +Optional dependency: -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. +* jack-audio-connection-kit + +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.SlackBuild b/audio/butt/butt.SlackBuild index 8cfe05ed28..9d99d8d770 100644 --- a/audio/butt/butt.SlackBuild +++ b/audio/butt/butt.SlackBuild @@ -1,7 +1,6 @@ #!/bin/sh - # Slackware build script for butt -# Copyright 2013 klaatu klaatu@member.fsf.org +# Copyright 2013-2019 klaatu | Lawrence NZ | klaatu@member.fsf.org # # GNU All Permissive License # Copying and distribution of this file, with or without modification, @@ -10,7 +9,7 @@ # without any warranty. PRGNAM=butt -VERSION=${VERSION:-0.1.15} +VERSION=${VERSION:-0.1.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PREFIX=${PREFIX:-/usr} diff --git a/audio/butt/butt.info b/audio/butt/butt.info index 4b3d9c4814..4a3191195b 100644 --- a/audio/butt/butt.info +++ b/audio/butt/butt.info @@ -1,8 +1,8 @@ PRGNAM="butt" -VERSION="0.1.15" +VERSION="0.1.18" HOMEPAGE="http://danielnoethen.de/" -DOWNLOAD="http://ufpr.dl.sourceforge.net/project/butt/butt/butt-0.1.15/butt-0.1.15.tar.gz" -MD5SUM="0440f29a060636010a0a62cb73b35a82" +DOWNLOAD="http://sourceforge.net/projects/butt/files/butt/butt-0.1.18/butt-0.1.18.tar.gz" +MD5SUM="7197c6f2ca9239230713fdccd3713f22" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="portaudio fltk lame opus libfdk-aac" |