butt: update to 0.1.32.
Also: - add a patch for musl support (@ericonr) - add libXfixes-devel to makedepends.
This commit is contained in:
parent
40269d40a5
commit
dd57c14637
|
@ -0,0 +1,24 @@
|
||||||
|
From 3ad9559e59905cb54c0d97f3d8e163517e4e0afd Mon Sep 17 00:00:00 2001
|
||||||
|
From: mobinmob <mobinmob@disroot.org>
|
||||||
|
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 <limits.h>
|
||||||
|
|
||||||
|
enum { STREAM_TIME = 0, REC_TIME, SENT_DATA, REC_DATA };
|
||||||
|
enum { STREAM = 0, RECORD };
|
||||||
|
--
|
||||||
|
2.34.0
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'butt'
|
# Template file for 'butt'
|
||||||
pkgname=butt
|
pkgname=butt
|
||||||
version=0.1.31
|
version=0.1.32
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fltk-devel portaudio-devel lame-devel libvorbis-devel libogg-devel
|
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"
|
short_desc="Cross platform, Easy to use SHOUTcast and Icecast streaming tool"
|
||||||
maintainer="1is7ac3 <isaac.qa13@gmail.com>"
|
maintainer="1is7ac3 <isaac.qa13@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://danielnoethen.de/butt/"
|
homepage="https://danielnoethen.de/butt/"
|
||||||
changelog="https://danielnoethen.de/butt/Changelog.html"
|
changelog="https://danielnoethen.de/butt/Changelog.html"
|
||||||
distfiles="${SOURCEFORGE_SITE}/butt/butt-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/butt/butt-${version}.tar.gz"
|
||||||
checksum=1f89fb85b78d953246803418167a51e95b50cac95102c36eb6789bbc4b6cfba7
|
checksum=8a081e3a4e67feaa2e36420aa1deb921dbab2ce3ee267e7cd469f2f63c0de2d5
|
||||||
|
|
Loading…
Reference in New Issue