Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] butt: update to 0.1.32.
Date: Mon, 22 Nov 2021 22:38:27 +0100	[thread overview]
Message-ID: <20211122213827.uQRXOd5aYhM09AwwkyVrWl2hLyLngxjPnIfQ31VBL08@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33828@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1589 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages butt
https://github.com/void-linux/void-packages/pull/33828

butt: update to 0.1.32.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33828.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-butt-33828.patch --]
[-- Type: text/x-diff, Size: 2445 bytes --]

From 4c1e7d7abadfb859253ad76def44384f905f77fd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
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 <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
+
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 <isaac.qa13@gmail.com>"
 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

  parent reply	other threads:[~2021-11-22 21:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 13:19 [PR PATCH] " mobinmob
2021-10-30 18:11 ` ericonr
2021-11-22 21:30 ` [PR PATCH] [Updated] " mobinmob
2021-11-22 21:31 ` mobinmob
2021-11-22 21:38 ` mobinmob [this message]
2021-11-22 21:43 ` mobinmob
2021-11-23  6:51 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211122213827.uQRXOd5aYhM09AwwkyVrWl2hLyLngxjPnIfQ31VBL08@z \
    --to=mobinmob@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).