Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Audacious
@ 2021-02-05 22:14 mobinmob
  2021-02-07  9:40 ` [PR REVIEW] Audacious ScrelliCopter
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: mobinmob @ 2021-02-05 22:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages audacious
https://github.com/void-linux/void-packages/pull/28534

Audacious
<!-- Mark items with [x] where applicable -->


#### 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/28534.patch is attached

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

From 40085039735638cdc062041b14e6a8e3475b3994 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 6 Feb 2021 00:12:20 +0200
Subject: [PATCH 1/2] audacious: update to 4.1.

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

diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index ba0fbf3c35b..af02b687fad 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,20 +1,20 @@
 # Template file for 'audacious'
 #Keep in sync with audacious-plugins!
 pkgname=audacious
-version=4.0.5
+version=4.1
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
 hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt qt5-host-tools)"
 makedepends="libSM-devel dbus-glib-devel libguess-devel $(vopt_if gtk gtk+-devel)
- $(vopt_if qt qt5-devel)"
+ $(vopt_if qt qt5-devel) libarchive-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Lightweight, advanced audio player focused on audio quality"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
 distfiles="https://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
-checksum=51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09
+checksum=1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c
 
 build_options="gtk qt"
 build_options_default="qt"

From f877bfb74a02d9e19ced20c2627879d98a851e38 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 6 Feb 2021 00:12:37 +0200
Subject: [PATCH 2/2] audacious-plugins: update to 4.1.

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

diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template
index f9f969fc821..add591d4ae8 100644
--- a/srcpkgs/audacious-plugins/template
+++ b/srcpkgs/audacious-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'audacious-plugins'
 #Keep in sync with audacious!
 pkgname=audacious-plugins
-version=4.0.5
+version=4.1
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
@@ -17,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
 distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2"
-checksum=9f0251922886934f2aa32739b5a30eadfefa7c70dd7b3e78f94aa6fc54e0c55b
+checksum=dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c
 
 build_options="gtk qt"
 build_options_default="qt"

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
@ 2021-02-07  9:40 ` ScrelliCopter
  2021-02-07  9:40 ` ScrelliCopter
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: ScrelliCopter @ 2021-02-07  9:40 UTC (permalink / raw)
  To: ml

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

New review comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571586807

Comment:
```suggestion
configure_args="$(vopt_enable gtk) $(vopt_enable qt) --enable-libarchive"
```
I needed to add this to build with libarchive support.

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
  2021-02-07  9:40 ` [PR REVIEW] Audacious ScrelliCopter
@ 2021-02-07  9:40 ` ScrelliCopter
  2021-02-07 20:42 ` [PR PATCH] [Updated] Audacious mobinmob
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: ScrelliCopter @ 2021-02-07  9:40 UTC (permalink / raw)
  To: ml

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

New review comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571587764

Comment:
GitHub won't let me add a suggestion for unchanged lines, but since 4.1 now includes the OpenMPT plugin I would greatly appreciate if `libopenmpt-devel` was added to `makedepends`.

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

* Re: [PR PATCH] [Updated] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
  2021-02-07  9:40 ` [PR REVIEW] Audacious ScrelliCopter
  2021-02-07  9:40 ` ScrelliCopter
@ 2021-02-07 20:42 ` mobinmob
  2021-02-07 20:43 ` [PR REVIEW] Audacious mobinmob
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: mobinmob @ 2021-02-07 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages audacious
https://github.com/void-linux/void-packages/pull/28534

Audacious
<!-- Mark items with [x] where applicable -->


#### 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/28534.patch is attached

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

From 31ea7eb8b8123f40919e55d51d05b435aa41c2a3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 7 Feb 2021 22:41:42 +0200
Subject: [PATCH 1/2] audacious-plugins: update to 4.1.

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

diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template
index f9f969fc821..add591d4ae8 100644
--- a/srcpkgs/audacious-plugins/template
+++ b/srcpkgs/audacious-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'audacious-plugins'
 #Keep in sync with audacious!
 pkgname=audacious-plugins
-version=4.0.5
+version=4.1
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
@@ -17,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
 distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2"
-checksum=9f0251922886934f2aa32739b5a30eadfefa7c70dd7b3e78f94aa6fc54e0c55b
+checksum=dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c
 
 build_options="gtk qt"
 build_options_default="qt"

From 15c1d9f6c2e00e18bdf24f9a1733f6b56cd8f5de Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 7 Feb 2021 22:41:46 +0200
Subject: [PATCH 2/2] audacious: update to 4.1.

---
 srcpkgs/audacious/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index ba0fbf3c35b..527b05c17e9 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,20 +1,20 @@
 # Template file for 'audacious'
 #Keep in sync with audacious-plugins!
 pkgname=audacious
-version=4.0.5
+version=4.1
 revision=1
 build_style=gnu-configure
-configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
+configure_args="$(vopt_enable gtk) $(vopt_enable qt) --enable-libarchive"
 hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt qt5-host-tools)"
-makedepends="libSM-devel dbus-glib-devel libguess-devel $(vopt_if gtk gtk+-devel)
- $(vopt_if qt qt5-devel)"
+makedepends="libSM-devel dbus-glib-devel libguess-devel libarchive-devel libopenmpt-devel
+ $(vopt_if gtk gtk+-devel) $(vopt_if qt qt5-devel)"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Lightweight, advanced audio player focused on audio quality"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
 distfiles="https://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
-checksum=51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09
+checksum=1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c
 
 build_options="gtk qt"
 build_options_default="qt"

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (2 preceding siblings ...)
  2021-02-07 20:42 ` [PR PATCH] [Updated] Audacious mobinmob
@ 2021-02-07 20:43 ` mobinmob
  2021-02-07 20:44 ` mobinmob
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: mobinmob @ 2021-02-07 20:43 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571689921

Comment:
You are correct. I added the dep and forgot the configure switch to enable it. Thank you!

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (3 preceding siblings ...)
  2021-02-07 20:43 ` [PR REVIEW] Audacious mobinmob
@ 2021-02-07 20:44 ` mobinmob
  2021-02-07 20:44 ` mobinmob
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: mobinmob @ 2021-02-07 20:44 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571689956

Comment:
Thanks, done!

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (4 preceding siblings ...)
  2021-02-07 20:44 ` mobinmob
@ 2021-02-07 20:44 ` mobinmob
  2021-02-07 23:04 ` ericonr
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: mobinmob @ 2021-02-07 20:44 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571689921

Comment:
You are correct. I added the dep and forgot the configure switch to enable libarchive support. Thank you!

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (5 preceding siblings ...)
  2021-02-07 20:44 ` mobinmob
@ 2021-02-07 23:04 ` ericonr
  2021-02-07 23:04 ` ericonr
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-07 23:04 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571714938

Comment:
Shouldn't `libopenmpt-devel` have gone in `audacious-plugins`? It doesn't seem to be used by `audacious` itself.

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (6 preceding siblings ...)
  2021-02-07 23:04 ` ericonr
@ 2021-02-07 23:04 ` ericonr
  2021-02-08  7:29 ` ScrelliCopter
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-07 23:04 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571714982

Comment:
And configure shows:

```
2021-02-07T20:50:22.5217415Z checking for OPENMPT... no
2021-02-07T20:50:22.5320376Z configure: WARNING: libopenmpt disabled due to missing dependency: libopenmpt >= 0.2
```

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (7 preceding siblings ...)
  2021-02-07 23:04 ` ericonr
@ 2021-02-08  7:29 ` ScrelliCopter
  2021-02-08 11:20 ` mobinmob
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: ScrelliCopter @ 2021-02-08  7:29 UTC (permalink / raw)
  To: ml

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

New review comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571827731

Comment:
libopenmpt-devel should go in the makedepends for audacious-plugins, not audacious.

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (8 preceding siblings ...)
  2021-02-08  7:29 ` ScrelliCopter
@ 2021-02-08 11:20 ` mobinmob
  2021-02-08 11:21 ` mobinmob
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: mobinmob @ 2021-02-08 11:20 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571968316

Comment:
Yes, ofc... :)

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

* Re: [PR REVIEW] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (9 preceding siblings ...)
  2021-02-08 11:20 ` mobinmob
@ 2021-02-08 11:21 ` mobinmob
  2021-02-08 11:31 ` [PR PATCH] [Updated] Audacious mobinmob
  2021-02-08 14:49 ` [PR PATCH] [Merged]: Audacious ericonr
  12 siblings, 0 replies; 15+ messages in thread
From: mobinmob @ 2021-02-08 11:21 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/28534#discussion_r571968450

Comment:
Yes ofc... :)

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

* Re: [PR PATCH] [Updated] Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (10 preceding siblings ...)
  2021-02-08 11:21 ` mobinmob
@ 2021-02-08 11:31 ` mobinmob
  2021-02-08 14:49 ` [PR PATCH] [Merged]: Audacious ericonr
  12 siblings, 0 replies; 15+ messages in thread
From: mobinmob @ 2021-02-08 11:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages audacious
https://github.com/void-linux/void-packages/pull/28534

Audacious
<!-- Mark items with [x] where applicable -->


#### 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/28534.patch is attached

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

From 88fbeb2e5c5ae9b7db2720023a54eac87251355e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 8 Feb 2021 13:28:10 +0200
Subject: [PATCH 1/2] audacious: update to 4.1.

---
 srcpkgs/audacious/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index ba0fbf3c35b..df154bf52f2 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,20 +1,20 @@
 # Template file for 'audacious'
 #Keep in sync with audacious-plugins!
 pkgname=audacious
-version=4.0.5
+version=4.1
 revision=1
 build_style=gnu-configure
-configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
+configure_args="$(vopt_enable gtk) $(vopt_enable qt) --enable-libarchive"
 hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt qt5-host-tools)"
-makedepends="libSM-devel dbus-glib-devel libguess-devel $(vopt_if gtk gtk+-devel)
- $(vopt_if qt qt5-devel)"
+makedepends="libSM-devel dbus-glib-devel libguess-devel libarchive-devel
+ $(vopt_if gtk gtk+-devel) $(vopt_if qt qt5-devel)"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Lightweight, advanced audio player focused on audio quality"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
 distfiles="https://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
-checksum=51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09
+checksum=1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c
 
 build_options="gtk qt"
 build_options_default="qt"

From 9507871967db47489f34fe01c87cfea988a83cfa Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 8 Feb 2021 13:28:16 +0200
Subject: [PATCH 2/2] audacious-plugins: update to 4.1.

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

diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template
index f9f969fc821..ea24c316e3a 100644
--- a/srcpkgs/audacious-plugins/template
+++ b/srcpkgs/audacious-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'audacious-plugins'
 #Keep in sync with audacious!
 pkgname=audacious-plugins
-version=4.0.5
+version=4.1
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
@@ -10,14 +10,14 @@ makedepends="audacious-devel alsa-lib-devel pulseaudio-devel jack-devel
  lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
  libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
  libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel
- libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel
+ libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel
  $(vopt_if gtk gtk+-devel) $(vopt_if qt 'qt5-devel qt5-multimedia-devel')"
 short_desc="Plugins for the Audacious media player"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
 distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2"
-checksum=9f0251922886934f2aa32739b5a30eadfefa7c70dd7b3e78f94aa6fc54e0c55b
+checksum=dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c
 
 build_options="gtk qt"
 build_options_default="qt"

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

* Re: [PR PATCH] [Merged]: Audacious
  2021-02-05 22:14 [PR PATCH] Audacious mobinmob
                   ` (11 preceding siblings ...)
  2021-02-08 11:31 ` [PR PATCH] [Updated] Audacious mobinmob
@ 2021-02-08 14:49 ` ericonr
  12 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-08 14:49 UTC (permalink / raw)
  To: ml

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

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

Audacious
https://github.com/void-linux/void-packages/pull/28534

Description:
<!-- Mark items with [x] where applicable -->


#### 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] 15+ messages in thread

* Re: [PR PATCH] [Updated] Audacious
  2020-07-20 19:15 [PR PATCH] Audacious mobinmob
@ 2020-07-24 11:48 ` mobinmob
  0 siblings, 0 replies; 15+ messages in thread
From: mobinmob @ 2020-07-24 11:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages audacious
https://github.com/void-linux/void-packages/pull/23672

Audacious


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

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

From a739416394a1c5b006caefbcc291630421f5a4d3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 24 Jul 2020 14:46:01 +0300
Subject: [PATCH 1/2] audacious-plugins: update to 4.0.5.

---
 srcpkgs/audacious-plugins/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template
index 72a7bb0ef58..f9f969fc821 100644
--- a/srcpkgs/audacious-plugins/template
+++ b/srcpkgs/audacious-plugins/template
@@ -1,7 +1,8 @@
 # Template file for 'audacious-plugins'
+#Keep in sync with audacious!
 pkgname=audacious-plugins
-version=4.0.4
-revision=2
+version=4.0.5
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
 hostmakedepends="gettext pkg-config"
@@ -16,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
 distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2"
-checksum=36f240ab61bf19cbca2ab6da6fc44667ae582f062627e33e656224f2fab85c48
+checksum=9f0251922886934f2aa32739b5a30eadfefa7c70dd7b3e78f94aa6fc54e0c55b
 
 build_options="gtk qt"
 build_options_default="qt"

From 63ee28defa90d0cca3870ece91fa2f7532bcb581 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 24 Jul 2020 14:46:05 +0300
Subject: [PATCH 2/2] audacious: update to 4.0.5.

---
 srcpkgs/audacious/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index b1b07c0ab0f..ba0fbf3c35b 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,6 +1,7 @@
 # Template file for 'audacious'
+#Keep in sync with audacious-plugins!
 pkgname=audacious
-version=4.0.4
+version=4.0.5
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
@@ -13,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
 distfiles="https://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
-checksum=27fae151760cc65193f31224d5ba08fe9f52d2c31b9a688e8a5468b97f7c95bf
+checksum=51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09
 
 build_options="gtk qt"
 build_options_default="qt"

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

end of thread, other threads:[~2021-02-08 14:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 22:14 [PR PATCH] Audacious mobinmob
2021-02-07  9:40 ` [PR REVIEW] Audacious ScrelliCopter
2021-02-07  9:40 ` ScrelliCopter
2021-02-07 20:42 ` [PR PATCH] [Updated] Audacious mobinmob
2021-02-07 20:43 ` [PR REVIEW] Audacious mobinmob
2021-02-07 20:44 ` mobinmob
2021-02-07 20:44 ` mobinmob
2021-02-07 23:04 ` ericonr
2021-02-07 23:04 ` ericonr
2021-02-08  7:29 ` ScrelliCopter
2021-02-08 11:20 ` mobinmob
2021-02-08 11:21 ` mobinmob
2021-02-08 11:31 ` [PR PATCH] [Updated] Audacious mobinmob
2021-02-08 14:49 ` [PR PATCH] [Merged]: Audacious ericonr
  -- strict thread matches above, loose matches on Subject: below --
2020-07-20 19:15 [PR PATCH] Audacious mobinmob
2020-07-24 11:48 ` [PR PATCH] [Updated] Audacious mobinmob

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