Search Criteria
Package Details: butt 0.1.29-1
Git Clone URL: | https://aur.archlinux.org/butt.git (read-only, click to copy) |
---|---|
Package Base: | butt |
Description: | Easy to use, multi OS streaming tool |
Upstream URL: | http://butt.sourceforge.net/ |
Keywords: | broadcast icecast shoutcast stream |
Licenses: | |
Submitter: | Kosava |
Maintainer: | Miegl (linuxergr) |
Last Packager: | linuxergr |
Votes: | 11 |
Popularity: | 0.148823 |
First Submitted: | 2010-10-05 22:46 |
Last Updated: | 2021-04-07 18:20 |
Dependencies (10)
- dbus (dbus-elogind, dbus-git, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd)
- flac (flac-git, flac-nodocs-git, flac-minimal-git)
- fltk (fltk11, fltk-xcas, fltk-git, fltk-mod)
- lame (lame-svn, lame-altivec)
- libfdk-aac (fdk-aac-free)
- libogg (libogg-git)
- libsamplerate (libsamplerate-git, libsamplerate-minimal-git)
- libvorbis (libvorbis-git, libvorbis-aotuv-lancer, libvorbis-aotuv)
- opus (opus-git)
- portaudio (portaudio-svn)
Latest Comments
rai commented on 2020-10-21 17:08
The package can be easily updated, all you have to do is: change pkgver to pkgver=0.1.24 and change the sha1sum to sha1sums=('73a71b13b7990525e7bac37d4c59ea0112c3627a')
Miegl commented on 2018-07-17 21:03
I became the maintainer of this package. Now it should work correctly. Let me know if there are any issues.
elav commented on 2017-12-29 19:13
Version 0.1.16 compiled for X86_64 here: https://drive.google.com/open?id=1BHCXXiHUnWKbjBJXsr9v8bi-ZJAjWkKY
mermouy commented on 2015-04-05 16:30
Hi, It also needs portaudio to build...
Here is my PKGBUILD:
http://blog.youm.org/paste/?26c7d2cb8d688d2a#jIpnohF6cNF7NeWEo6LYlfXyGcOOIrrXE/J2BEzU7Wo=
mermouy commented on 2015-04-05 16:29
mermouy commented on 2015-04-05 16:27
Hi, It also needs portaudio to build...
Here is my PKGBUILD:
http://blog.youm.org/paste/?3f02655af53bf08b#Gs20ygj55OlhNSpdFp1HUsZDGMzYe0rj2ejVpEL2Cgk=
mermouy commented on 2015-04-05 16:04
Hi, It need also portaudio to build...
mezcal commented on 2013-02-21 13:28
pkgname=butt
pkgver=0.1.12
pkgrel=3
pkgdesc="Broadcasting via the IceCast or ShoutCast services with BUTT (Broadcast Using This Tool)."
arch=('i686' 'x86_64')
license=("GPL2")
url="http://butt.sourceforge.net"
depends=('portaudio' 'lame' 'libvorbis')
makedepends=('fltk')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2)
md5sums=('62ab418a11ce1cebb902b059a52f495e')
build() {
cd "$srcdir/$pkgname-$pkgver"
sed -i 's/-lvorbisenc/-lvorbisenc -lvorbis -logg/' configure
./configure --prefix /usr
make
install -dm755 "$pkgdir/usr/bin"
cp src/butt "$pkgdir/usr/bin/butt"
#menu entry
install -d -m755 ${pkgdir}/usr/share/applications
cat >${pkgdir}/usr/share/applications/butt.desktop <<EOF
[Desktop Entry]
Type=Application
Name=Butt
GenericName=Graphical shoutcast/icecast client
Comment=BUTT (Broadcast Using This Tool)
Exec=butt
Terminal=false
Categories=Network;
EOF
}
Anonymous comment on 2011-01-08 23:58
This package is for the 32bit binary version. Without serious modifications (and extra dependencies) it won't work on x86_64.