Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cava: update to 0.8.1.
@ 2022-04-19 16:26 skmpz
  2022-05-28 22:47 ` Piraty
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: skmpz @ 2022-04-19 16:26 UTC (permalink / raw)
  To: ml

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

There is a new pull request by skmpz against master on the void-packages repository

https://github.com/skmpz/void-packages cava-0.8.1
https://github.com/void-linux/void-packages/pull/36766

cava: update to 0.8.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36766.patch is attached

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

From b91489848bc6caec4977b42e3c4216f48c248fa9 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 19 Apr 2022 20:25:57 +0400
Subject: [PATCH] cava: update to 0.8.1.

---
 srcpkgs/cava/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cava/template b/srcpkgs/cava/template
index be7182e580dd..fea121c975ac 100644
--- a/srcpkgs/cava/template
+++ b/srcpkgs/cava/template
@@ -1,9 +1,9 @@
 # Template file for 'cava'
 pkgname=cava
-version=0.7.5
+version=0.8.1
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool xxd"
 makedepends="fftw-devel iniparser-devel ncurses-devel
  $(vopt_if alsa 'alsa-lib-devel') $(vopt_if pulseaudio 'pulseaudio-devel')
  $(vopt_if sndio 'sndio-devel')"
@@ -12,7 +12,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="MIT"
 homepage="https://github.com/karlstav/cava"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=863578e7d091735fd9c673239058515300faa79ff76304849a93c37ae3bd93cf
+checksum=b93f9dc1285142c8488dce93f77a5a31b52a7a6ac7a052d9bbe3c78e3507a4e8
 build_options="alsa pulseaudio sndio"
 build_options_default="alsa pulseaudio sndio"
 

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

* Re: cava: update to 0.8.1.
  2022-04-19 16:26 [PR PATCH] cava: update to 0.8.1 skmpz
@ 2022-05-28 22:47 ` Piraty
  2022-05-29  6:17 ` [PR PATCH] [Updated] " skmpz
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2022-05-28 22:47 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/36766#issuecomment-1140339585

Comment:
0.8.2 is out, note [c1dc828499](https://github.com/karlstav/cava/commit/c1dc8284990bb5f0f3cebb171fbd33a8e9813e01)

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

* Re: [PR PATCH] [Updated] cava: update to 0.8.1.
  2022-04-19 16:26 [PR PATCH] cava: update to 0.8.1 skmpz
  2022-05-28 22:47 ` Piraty
@ 2022-05-29  6:17 ` skmpz
  2022-05-29  6:18 ` [PR PATCH] [Updated] cava: update to 0.8.2 skmpz
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2022-05-29  6:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages cava-0.8.1
https://github.com/void-linux/void-packages/pull/36766

cava: update to 0.8.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36766.patch is attached

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

From d32ca1575be2a18ed4867bba8eea9701954a48fe Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 19 Apr 2022 20:25:57 +0400
Subject: [PATCH] cava: update to 0.8.2.

---
 srcpkgs/cava/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cava/template b/srcpkgs/cava/template
index be7182e580dd..fea121c975ac 100644
--- a/srcpkgs/cava/template
+++ b/srcpkgs/cava/template
@@ -1,9 +1,9 @@
 # Template file for 'cava'
 pkgname=cava
-version=0.7.5
+version=0.8.1
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool xxd"
 makedepends="fftw-devel iniparser-devel ncurses-devel
  $(vopt_if alsa 'alsa-lib-devel') $(vopt_if pulseaudio 'pulseaudio-devel')
  $(vopt_if sndio 'sndio-devel')"
@@ -12,7 +12,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="MIT"
 homepage="https://github.com/karlstav/cava"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=863578e7d091735fd9c673239058515300faa79ff76304849a93c37ae3bd93cf
+checksum=b93f9dc1285142c8488dce93f77a5a31b52a7a6ac7a052d9bbe3c78e3507a4e8
 build_options="alsa pulseaudio sndio"
 build_options_default="alsa pulseaudio sndio"
 

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

* Re: [PR PATCH] [Updated] cava: update to 0.8.2.
  2022-04-19 16:26 [PR PATCH] cava: update to 0.8.1 skmpz
  2022-05-28 22:47 ` Piraty
  2022-05-29  6:17 ` [PR PATCH] [Updated] " skmpz
@ 2022-05-29  6:18 ` skmpz
  2022-05-29  6:19 ` skmpz
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2022-05-29  6:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages cava-0.8.1
https://github.com/void-linux/void-packages/pull/36766

cava: update to 0.8.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36766.patch is attached

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

From 645dec1f55d9ea9c7177705be5486626e14a12eb Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 19 Apr 2022 20:25:57 +0400
Subject: [PATCH] cava: update to 0.8.2.

---
 srcpkgs/cava/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cava/template b/srcpkgs/cava/template
index be7182e580dd..a33e38841bc8 100644
--- a/srcpkgs/cava/template
+++ b/srcpkgs/cava/template
@@ -1,9 +1,9 @@
 # Template file for 'cava'
 pkgname=cava
-version=0.7.5
+version=0.8.2
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="automake libtool xxd"
 makedepends="fftw-devel iniparser-devel ncurses-devel
  $(vopt_if alsa 'alsa-lib-devel') $(vopt_if pulseaudio 'pulseaudio-devel')
  $(vopt_if sndio 'sndio-devel')"
@@ -12,7 +12,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="MIT"
 homepage="https://github.com/karlstav/cava"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=863578e7d091735fd9c673239058515300faa79ff76304849a93c37ae3bd93cf
+checksum=99bc302ce77f8093a4ac1cf94be51581e37c075428117f248ffe1fee650f47d8
 build_options="alsa pulseaudio sndio"
 build_options_default="alsa pulseaudio sndio"
 

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

* Re: [PR PATCH] [Updated] cava: update to 0.8.2.
  2022-04-19 16:26 [PR PATCH] cava: update to 0.8.1 skmpz
                   ` (2 preceding siblings ...)
  2022-05-29  6:18 ` [PR PATCH] [Updated] cava: update to 0.8.2 skmpz
@ 2022-05-29  6:19 ` skmpz
  2022-05-29  6:49 ` skmpz
  2022-05-29  8:22 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2022-05-29  6:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages cava-0.8.1
https://github.com/void-linux/void-packages/pull/36766

cava: update to 0.8.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36766.patch is attached

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

From 661d04968dfd297892baecb2bd5bab933d279fb8 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 19 Apr 2022 20:25:57 +0400
Subject: [PATCH] cava: update to 0.8.2.

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

diff --git a/srcpkgs/cava/template b/srcpkgs/cava/template
index be7182e580dd..fe2468772ebf 100644
--- a/srcpkgs/cava/template
+++ b/srcpkgs/cava/template
@@ -1,6 +1,6 @@
 # Template file for 'cava'
 pkgname=cava
-version=0.7.5
+version=0.8.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool"
@@ -12,7 +12,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="MIT"
 homepage="https://github.com/karlstav/cava"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=863578e7d091735fd9c673239058515300faa79ff76304849a93c37ae3bd93cf
+checksum=99bc302ce77f8093a4ac1cf94be51581e37c075428117f248ffe1fee650f47d8
 build_options="alsa pulseaudio sndio"
 build_options_default="alsa pulseaudio sndio"
 

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

* Re: cava: update to 0.8.2.
  2022-04-19 16:26 [PR PATCH] cava: update to 0.8.1 skmpz
                   ` (3 preceding siblings ...)
  2022-05-29  6:19 ` skmpz
@ 2022-05-29  6:49 ` skmpz
  2022-05-29  8:22 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2022-05-29  6:49 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/36766#issuecomment-1140389182

Comment:
> 0.8.2 is out, note [c1dc828499](https://github.com/karlstav/cava/commit/c1dc8284990bb5f0f3cebb171fbd33a8e9813e01)

updated to 0.8.2 and removed the xxd dependency.

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

* Re: [PR PATCH] [Merged]: cava: update to 0.8.2.
  2022-04-19 16:26 [PR PATCH] cava: update to 0.8.1 skmpz
                   ` (4 preceding siblings ...)
  2022-05-29  6:49 ` skmpz
@ 2022-05-29  8:22 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-05-29  8:22 UTC (permalink / raw)
  To: ml

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

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

cava: update to 0.8.2.
https://github.com/void-linux/void-packages/pull/36766

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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:[~2022-05-29  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 16:26 [PR PATCH] cava: update to 0.8.1 skmpz
2022-05-28 22:47 ` Piraty
2022-05-29  6:17 ` [PR PATCH] [Updated] " skmpz
2022-05-29  6:18 ` [PR PATCH] [Updated] cava: update to 0.8.2 skmpz
2022-05-29  6:19 ` skmpz
2022-05-29  6:49 ` skmpz
2022-05-29  8:22 ` [PR PATCH] [Merged]: " paper42

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