Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] audacious and audacious-plugins update to 4.3.
@ 2023-04-09 12:33 AgarimOSLinux
  2023-04-09 22:03 ` [PR PATCH] [Updated] " AgarimOSLinux
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: AgarimOSLinux @ 2023-04-09 12:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AgarimOSLinux/void-packages audacious
https://github.com/void-linux/void-packages/pull/43360

audacious and audacious-plugins update to 4.3.
 I tested the changes in this PR: YES
 I built this PR locally for my native architecture, (x86_64)



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

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

From 04c33e96658da3aafc9be7b8ecc77a3ba63cc9f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Santos?= <agarimos@tutanota.com>
Date: Sun, 9 Apr 2023 14:28:48 +0200
Subject: [PATCH 1/2] audacious: update to 4.3.

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

diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index 7df759a2f29a..80ec924a5c0b 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,7 +1,7 @@
 # Template file for 'audacious'
 #Keep in sync with audacious-plugins!
 pkgname=audacious
-version=4.2
+version=4.3
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt) --enable-libarchive"
@@ -14,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=feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3
+checksum=27584dc845c7e70db8c9267990945f17322a1ecc80ff8b452e9ca916a0ce9091
 
 build_options="gtk qt"
 build_options_default="qt"

From 0b3c1ddf0fdf87cf050e11d3aab966f38c6a694e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Santos?= <agarimos@tutanota.com>
Date: Sun, 9 Apr 2023 14:29:36 +0200
Subject: [PATCH 2/2] audacious-plugins: update to 4.3.

---
 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 910ec0d1891f..ef65ae9d0d49 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.2
+version=4.3
 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 libopenmpt-devel
+ libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel opusfile-devel pipewire-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=6fa0f69c3a1041eb877c37109513ab4a2a0a56a77d9e8c13a1581cf1439a417f
+checksum=662ef6c8c4bd70d0f35fd1c5f08b91549b9436638b65f8a1a33956b09df89fc6
 
 build_options="gtk qt"
 build_options_default="qt"

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

* Re: [PR PATCH] [Updated] audacious and audacious-plugins update to 4.3.
  2023-04-09 12:33 [PR PATCH] audacious and audacious-plugins update to 4.3 AgarimOSLinux
@ 2023-04-09 22:03 ` AgarimOSLinux
  2023-04-09 22:09 ` AgarimOSLinux
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: AgarimOSLinux @ 2023-04-09 22:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AgarimOSLinux/void-packages audacious
https://github.com/void-linux/void-packages/pull/43360

audacious and audacious-plugins update to 4.3.
 I tested the changes in this PR: YES
 I built this PR locally for my native architecture, (x86_64)



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

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

From 04c33e96658da3aafc9be7b8ecc77a3ba63cc9f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Santos?= <agarimos@tutanota.com>
Date: Sun, 9 Apr 2023 14:28:48 +0200
Subject: [PATCH 1/2] audacious: update to 4.3.

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

diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index 7df759a2f29a..80ec924a5c0b 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,7 +1,7 @@
 # Template file for 'audacious'
 #Keep in sync with audacious-plugins!
 pkgname=audacious
-version=4.2
+version=4.3
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt) --enable-libarchive"
@@ -14,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=feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3
+checksum=27584dc845c7e70db8c9267990945f17322a1ecc80ff8b452e9ca916a0ce9091
 
 build_options="gtk qt"
 build_options_default="qt"

From 0b3c1ddf0fdf87cf050e11d3aab966f38c6a694e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Santos?= <agarimos@tutanota.com>
Date: Sun, 9 Apr 2023 14:29:36 +0200
Subject: [PATCH 2/2] audacious-plugins: update to 4.3.

---
 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 910ec0d1891f..ef65ae9d0d49 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.2
+version=4.3
 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 libopenmpt-devel
+ libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel opusfile-devel pipewire-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=6fa0f69c3a1041eb877c37109513ab4a2a0a56a77d9e8c13a1581cf1439a417f
+checksum=662ef6c8c4bd70d0f35fd1c5f08b91549b9436638b65f8a1a33956b09df89fc6
 
 build_options="gtk qt"
 build_options_default="qt"

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

* Re: [PR PATCH] [Updated] audacious and audacious-plugins update to 4.3.
  2023-04-09 12:33 [PR PATCH] audacious and audacious-plugins update to 4.3 AgarimOSLinux
  2023-04-09 22:03 ` [PR PATCH] [Updated] " AgarimOSLinux
@ 2023-04-09 22:09 ` AgarimOSLinux
  2023-04-09 23:24 ` classabbyamp
  2023-04-09 23:24 ` [PR PATCH] [Closed]: " classabbyamp
  3 siblings, 0 replies; 6+ messages in thread
From: AgarimOSLinux @ 2023-04-09 22:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AgarimOSLinux/void-packages audacious
https://github.com/void-linux/void-packages/pull/43360

audacious and audacious-plugins update to 4.3.
 I tested the changes in this PR: YES
 I built this PR locally for my native architecture, (x86_64)



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

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

From 04c33e96658da3aafc9be7b8ecc77a3ba63cc9f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Santos?= <agarimos@tutanota.com>
Date: Sun, 9 Apr 2023 14:28:48 +0200
Subject: [PATCH 1/2] audacious: update to 4.3.

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

diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index 7df759a2f29a..80ec924a5c0b 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,7 +1,7 @@
 # Template file for 'audacious'
 #Keep in sync with audacious-plugins!
 pkgname=audacious
-version=4.2
+version=4.3
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable gtk) $(vopt_enable qt) --enable-libarchive"
@@ -14,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=feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3
+checksum=27584dc845c7e70db8c9267990945f17322a1ecc80ff8b452e9ca916a0ce9091
 
 build_options="gtk qt"
 build_options_default="qt"

From 47a9c3b3357ef9e8439045caeef569490ef7ea90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Santos?= <agarimos@tutanota.com>
Date: Sun, 9 Apr 2023 14:29:36 +0200
Subject: [PATCH 2/2] audacious-plugins: update to 4.3.

---
 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 910ec0d1891f..ef65ae9d0d49 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.2
+version=4.3
 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 libopenmpt-devel
+ libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel opusfile-devel pipewire-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=6fa0f69c3a1041eb877c37109513ab4a2a0a56a77d9e8c13a1581cf1439a417f
+checksum=662ef6c8c4bd70d0f35fd1c5f08b91549b9436638b65f8a1a33956b09df89fc6
 
 build_options="gtk qt"
 build_options_default="qt"

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

* Re: [PR PATCH] [Closed]: audacious and audacious-plugins update to 4.3.
  2023-04-09 12:33 [PR PATCH] audacious and audacious-plugins update to 4.3 AgarimOSLinux
                   ` (2 preceding siblings ...)
  2023-04-09 23:24 ` classabbyamp
@ 2023-04-09 23:24 ` classabbyamp
  3 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-04-09 23:24 UTC (permalink / raw)
  To: ml

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

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

audacious and audacious-plugins update to 4.3.
https://github.com/void-linux/void-packages/pull/43360

Description:
 I tested the changes in this PR: YES
 I built this PR locally for my native architecture, (x86_64)



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

* Re: audacious and audacious-plugins update to 4.3.
  2023-04-09 12:33 [PR PATCH] audacious and audacious-plugins update to 4.3 AgarimOSLinux
  2023-04-09 22:03 ` [PR PATCH] [Updated] " AgarimOSLinux
  2023-04-09 22:09 ` AgarimOSLinux
@ 2023-04-09 23:24 ` classabbyamp
  2023-04-09 23:24 ` [PR PATCH] [Closed]: " classabbyamp
  3 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-04-09 23:24 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43360#issuecomment-1501235909

Comment:
sorry, I had some more changes i wanted to make to these templates 105055a46f131ec9dd7fe3a2d0a09f4b5f0c66bb e6dc2ee9313913cbc909c271dcbceec2b5a8e1a5

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

* Re: [PR PATCH] [Closed]: audacious and audacious-plugins update to 4.3.
  2023-04-09 12:08 [PR PATCH] " AgarimOSLinux
@ 2023-04-09 12:11 ` AgarimOSLinux
  0 siblings, 0 replies; 6+ messages in thread
From: AgarimOSLinux @ 2023-04-09 12:11 UTC (permalink / raw)
  To: ml

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

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

audacious and audacious-plugins update to 4.3.
https://github.com/void-linux/void-packages/pull/43358

Description:
- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64)


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

end of thread, other threads:[~2023-04-09 23:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 12:33 [PR PATCH] audacious and audacious-plugins update to 4.3 AgarimOSLinux
2023-04-09 22:03 ` [PR PATCH] [Updated] " AgarimOSLinux
2023-04-09 22:09 ` AgarimOSLinux
2023-04-09 23:24 ` classabbyamp
2023-04-09 23:24 ` [PR PATCH] [Closed]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2023-04-09 12:08 [PR PATCH] " AgarimOSLinux
2023-04-09 12:11 ` [PR PATCH] [Closed]: " AgarimOSLinux

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