Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] butt: update to 0.1.32.
@ 2021-10-30 13:19 mobinmob
  2021-10-30 18:11 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mobinmob @ 2021-10-30 13:19 UTC (permalink / raw)
  To: ml

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

There is a new 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: 946 bytes --]

From e0dd78cde0fcfbf0cb71425860840f815dc9b4d4 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.

---
 srcpkgs/butt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/butt/template b/srcpkgs/butt/template
index 4dec2ddde090..ff0e690f3364 100644
--- a/srcpkgs/butt/template
+++ b/srcpkgs/butt/template
@@ -1,6 +1,6 @@
 # Template file for 'butt'
 pkgname=butt
-version=0.1.31
+version=0.1.32
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -12,4 +12,4 @@ 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=39e9f1da78243e8f5540cba14005aae58c999f1a93ad05bd1eeb859bfaa494e3

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: butt: update to 0.1.32.
  2021-10-30 13:19 [PR PATCH] butt: update to 0.1.32 mobinmob
@ 2021-10-30 18:11 ` ericonr
  2021-11-22 21:30 ` [PR PATCH] [Updated] " mobinmob
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-10-30 18:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33828#issuecomment-955571847

Comment:
```
FLTK/fl_callbacks.cpp: In function 'void button_record_cb()':
FLTK/fl_callbacks.cpp:915:30: error: 'PATH_MAX' was not declared in this scope
  915 |     char expanded_rec_folder[PATH_MAX];
      |                              ^~~~~~~~
FLTK/fl_callbacks.cpp:935:24: error: 'expanded_rec_folder' was not declared in this scope
  935 |     fl_filename_expand(expanded_rec_folder, sizeof(expanded_rec_folder), cfg.rec.folder);
      |                        ^~~~~~~~~~~~~~~~~~~
```

missing `#include <limits.h>` in that file.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] butt: update to 0.1.32.
  2021-10-30 13:19 [PR PATCH] butt: update to 0.1.32 mobinmob
  2021-10-30 18:11 ` ericonr
@ 2021-11-22 21:30 ` mobinmob
  2021-11-22 21:31 ` mobinmob
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2021-11-22 21:30 UTC (permalink / raw)
  To: ml

[-- 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 3cfa2a59d1d93a7b009848cdc8d499ba6734a18e 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..767e358a61ee 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=39e9f1da78243e8f5540cba14005aae58c999f1a93ad05bd1eeb859bfaa494e3

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: butt: update to 0.1.32.
  2021-10-30 13:19 [PR PATCH] butt: update to 0.1.32 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 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2021-11-22 21:31 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33828#issuecomment-975937300

Comment:
@ericonr Done :)
It also needed libXfixes-devel on cros-building (tested on aarch64-musl).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] butt: update to 0.1.32.
  2021-10-30 13:19 [PR PATCH] butt: update to 0.1.32 mobinmob
                   ` (2 preceding siblings ...)
  2021-11-22 21:31 ` mobinmob
@ 2021-11-22 21:38 ` mobinmob
  2021-11-22 21:43 ` mobinmob
  2021-11-23  6:51 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2021-11-22 21:38 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: butt: update to 0.1.32.
  2021-10-30 13:19 [PR PATCH] butt: update to 0.1.32 mobinmob
                   ` (3 preceding siblings ...)
  2021-11-22 21:38 ` [PR PATCH] [Updated] " mobinmob
@ 2021-11-22 21:43 ` mobinmob
  2021-11-23  6:51 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2021-11-22 21:43 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33828#issuecomment-975937300

Comment:
@ericonr Done :)
It also needed libXfixes-devel on cross-building (tested on aarch64-musl).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: butt: update to 0.1.32.
  2021-10-30 13:19 [PR PATCH] butt: update to 0.1.32 mobinmob
                   ` (4 preceding siblings ...)
  2021-11-22 21:43 ` mobinmob
@ 2021-11-23  6:51 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-11-23  6:51 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

butt: update to 0.1.32.
https://github.com/void-linux/void-packages/pull/33828

Description:
<!-- 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
-->


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-23  6:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-30 13:19 [PR PATCH] butt: update to 0.1.32 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 ` [PR PATCH] [Updated] " mobinmob
2021-11-22 21:43 ` mobinmob
2021-11-23  6:51 ` [PR PATCH] [Merged]: " ericonr

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).