audio/butt: Updated for version 0.1.18

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Seth Kenlon 2020-01-06 17:34:57 +13:00 committed by Willy Sudiarto Raharjo
parent f5862ec41f
commit 47e795531f
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 18 additions and 13 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"