Package Details: butt 0.1.41-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: https://danielnoethen.de/butt/
Keywords: broadcast butt icecast shoutcast stream
Licenses: GPL2
Submitter: Kosava
Maintainer: dtcooper
Last Packager: dtcooper
Votes: 15
Popularity: 1.06
First Submitted: 2010-10-05 22:46 (UTC)
Last Updated: 2024-03-17 16:58 (UTC)

Latest Comments

1 2 3 Next › Last »

dtcooper commented on 2024-01-17 16:58 (UTC)

Thanks @ckoller. Package already updated to 0.1.40 but will add the ./configure --with-client --prefix=/usr flag!

mim commented on 2024-01-17 16:57 (UTC)

@ckoller - Thank you!

ckoller commented on 2024-01-17 13:41 (UTC) (edited on 2024-01-17 13:43 (UTC) by ckoller)

Update to 0.1.40, using new source path and building with butt-client as documented here: https://danielnoethen.de/butt/manual.html#_butt_client

diff --git a/PKGBUILD b/PKGBUILD
index f8460ae..09d79df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@
 # Contributor: Kosava <kosava@gmail.com>

 pkgname=butt
-pkgver=0.1.35
+pkgver=0.1.40
 pkgrel=1
 pkgdesc="Easy to use, multi OS streaming tool"
 arch=('i686' 'x86_64' 'aarch64' 'armv7h')
 license=('GPL2')
 url="http://butt.sourceforge.net/"
 depends=('fltk' 'dbus' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
-source=(${pkgname}-${pkgver}.tar.gz::"http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('f2c66f347e9b93851d5e84c8f4ae9d4edd266b83937113d2675981d15cf706d5dc0f00faae55304f134f3d6883b938ab7862adf738d077babae0df41391b866d')
+source=(${pkgname}-${pkgver}.tar.gz::"https://danielnoethen.de/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('920680b90dc4a0936e2fac4cb155ed11f041b440bff3e6ca696b4bf633395550c7bbcf1fceb8f4aeedd0edf7e0d3be009874a7b141961b1bc34f867e16c4381a')

 build() {
   cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --with-client --prefix=/usr
   make
 }

dtcooper commented on 2023-12-06 17:34 (UTC)

AppImage packaged version as packaged by author available here

dtcooper commented on 2023-11-30 21:58 (UTC)

Out of date: most recent 0.1.40

mim commented on 2022-11-28 16:07 (UTC)

Thank you.

linuxergr commented on 2022-11-28 07:17 (UTC)

Has been updated.. Enjoy

mim commented on 2022-11-27 15:09 (UTC) (edited on 2022-11-27 15:09 (UTC) by mim)

Why was the out-of-date flag removed from this without it being updated to 0.1.36?

ckoller commented on 2022-11-26 19:25 (UTC)

butt 0.1.36 has also its own server built in to be remote controlled via butt-client. This needs to be enabled, separately, however.

Please update PKGCONFIG: pkgver=0.1.36 b2sums=('0acc1d9ae8194fd78483bdabc6692937116825abe4feb20136bdc9cd6b73579568e1473d1e4a088933d2970cab344ee9392e23f6db9a609bea0269cedcbea8c8')

and enable building butt-client with:

build() { cd "${pkgname}-${pkgver}" ./configure --with-client --prefix=/usr make }

Check butt-client -h for help.

linuxergr commented on 2022-01-10 08:27 (UTC)

Checksum has been updated https://aur.archlinux.org/cgit/aur.git/commit/?h=butt&id=2ee15049b50de0d6679ec5894b2ca423300e8714

You may try to build the package now