From 4c1e7d7abadfb859253ad76def44384f905f77fd Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 30 Oct 2021 16:17:03 +0300 Subject: [PATCH] butt: update to 0.1.32. Also: - add a patch for musl support (@ericonr) - add libXfixes-devel to makedepends. --- .../butt/patches/0001-limits.h-patch.patch | 24 +++++++++++++++++++ srcpkgs/butt/template | 7 +++--- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/butt/patches/0001-limits.h-patch.patch diff --git a/srcpkgs/butt/patches/0001-limits.h-patch.patch b/srcpkgs/butt/patches/0001-limits.h-patch.patch new file mode 100644 index 000000000000..3fee79e00893 --- /dev/null +++ b/srcpkgs/butt/patches/0001-limits.h-patch.patch @@ -0,0 +1,24 @@ +From 3ad9559e59905cb54c0d97f3d8e163517e4e0afd Mon Sep 17 00:00:00 2001 +From: mobinmob +Date: Mon, 22 Nov 2021 23:16:32 +0200 +Subject: [PATCH] limits.h patch + +--- + src/FLTK/fl_callbacks.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/FLTK/fl_callbacks.h b/src/FLTK/fl_callbacks.h +index baea11b..026bfb9 100644 +--- a/src/FLTK/fl_callbacks.h ++++ b/src/FLTK/fl_callbacks.h +@@ -15,6 +15,7 @@ + + #ifndef FL_CALLBACKS_H + #define FL_CALLBACKS_H ++#include + + enum { STREAM_TIME = 0, REC_TIME, SENT_DATA, REC_DATA }; + enum { STREAM = 0, RECORD }; +-- +2.34.0 + diff --git a/srcpkgs/butt/template b/srcpkgs/butt/template index 4dec2ddde090..f2df0ed6ac2e 100644 --- a/srcpkgs/butt/template +++ b/srcpkgs/butt/template @@ -1,15 +1,16 @@ # Template file for 'butt' pkgname=butt -version=0.1.31 +version=0.1.32 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="fltk-devel portaudio-devel lame-devel libvorbis-devel libogg-devel - libflac-devel opus-devel libsamplerate-devel fdk-aac-devel dbus-devel openssl-devel" + libflac-devel opus-devel libsamplerate-devel fdk-aac-devel dbus-devel openssl-devel + libXfixes-devel" short_desc="Cross platform, Easy to use SHOUTcast and Icecast streaming tool" maintainer="1is7ac3 " license="GPL-2.0-or-later" homepage="https://danielnoethen.de/butt/" changelog="https://danielnoethen.de/butt/Changelog.html" distfiles="${SOURCEFORGE_SITE}/butt/butt-${version}.tar.gz" -checksum=1f89fb85b78d953246803418167a51e95b50cac95102c36eb6789bbc4b6cfba7 +checksum=8a081e3a4e67feaa2e36420aa1deb921dbab2ce3ee267e7cd469f2f63c0de2d5