Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] soundconverter: update to 4.0.3
@ 2022-11-03  8:52 intrnl
  2022-11-03  9:42 ` [PR REVIEW] " paper42
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: intrnl @ 2022-11-03  8:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/intrnl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/40311

soundconverter: update to 4.0.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/40311.patch is attached

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

From b26c24fd2c851bb812a51b867f6119bfa0a1af29 Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Thu, 3 Nov 2022 15:45:50 +0700
Subject: [PATCH 1/2] soundconverter: update to 4.0.3

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

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 9c68520a688a..8e98cc7462ea 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -1,7 +1,7 @@
 # Template file for 'soundconverter'
 pkgname=soundconverter
-version=4.0.1
-revision=2
+version=4.0.3
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://soundconverter.org/"
 distfiles="https://launchpad.net/soundconverter/trunk/${version}/+download/soundconverter-${version}.tar.gz"
-checksum=1cfd7df0153aadaa208e4a0dbc14912755b2b389694125ccedfe131d6c32de97
+checksum=873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then

From 51d65161b9de3fa50b1cea160521ee5dfa553234 Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Thu, 3 Nov 2022 15:47:16 +0700
Subject: [PATCH 2/2] soundconverter: add python3-setuptools to depends

SoundConverter requires `pkg_resources` of `python3-setuptools`
---
 srcpkgs/soundconverter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 8e98cc7462ea..2c18d40265bb 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -7,7 +7,7 @@ pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
 makedepends="gtk+3-devel gstreamer1-devel"
 depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1
- hicolor-icon-theme python3-gobject"
+ hicolor-icon-theme python3-gobject python3-setuptools"
 short_desc="Leading audio file converter for the GNOME Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: [PR REVIEW] soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
@ 2022-11-03  9:42 ` paper42
  2022-11-03  9:48 ` [PR PATCH] [Updated] " intrnl
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-11-03  9:42 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40311#discussion_r1012679168

Comment:
gtk+3 seems to be missing

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

* Re: [PR PATCH] [Updated] soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
  2022-11-03  9:42 ` [PR REVIEW] " paper42
@ 2022-11-03  9:48 ` intrnl
  2022-11-03  9:49 ` [PR REVIEW] " intrnl
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: intrnl @ 2022-11-03  9:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/intrnl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/40311

soundconverter: update to 4.0.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)



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

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

From b26c24fd2c851bb812a51b867f6119bfa0a1af29 Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Thu, 3 Nov 2022 15:45:50 +0700
Subject: [PATCH 1/3] soundconverter: update to 4.0.3

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

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 9c68520a688a..8e98cc7462ea 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -1,7 +1,7 @@
 # Template file for 'soundconverter'
 pkgname=soundconverter
-version=4.0.1
-revision=2
+version=4.0.3
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://soundconverter.org/"
 distfiles="https://launchpad.net/soundconverter/trunk/${version}/+download/soundconverter-${version}.tar.gz"
-checksum=1cfd7df0153aadaa208e4a0dbc14912755b2b389694125ccedfe131d6c32de97
+checksum=873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then

From 51d65161b9de3fa50b1cea160521ee5dfa553234 Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Thu, 3 Nov 2022 15:47:16 +0700
Subject: [PATCH 2/3] soundconverter: add python3-setuptools to depends

SoundConverter requires `pkg_resources` of `python3-setuptools`
---
 srcpkgs/soundconverter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 8e98cc7462ea..2c18d40265bb 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -7,7 +7,7 @@ pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
 makedepends="gtk+3-devel gstreamer1-devel"
 depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1
- hicolor-icon-theme python3-gobject"
+ hicolor-icon-theme python3-gobject python3-setuptools"
 short_desc="Leading audio file converter for the GNOME Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From 77d685201599ccf4d6d8dba2483949958d55cf03 Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Thu, 3 Nov 2022 16:48:39 +0700
Subject: [PATCH 3/3] soundconverter: add gtk+3 to depends

---
 srcpkgs/soundconverter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 2c18d40265bb..0f0261b841ec 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -6,7 +6,7 @@ build_style=python3-module
 pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
 makedepends="gtk+3-devel gstreamer1-devel"
-depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1
+depends="desktop-file-utils gtk+3 gst-plugins-good1 gst-plugins-ugly1
  hicolor-icon-theme python3-gobject python3-setuptools"
 short_desc="Leading audio file converter for the GNOME Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"

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

* Re: [PR REVIEW] soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
  2022-11-03  9:42 ` [PR REVIEW] " paper42
  2022-11-03  9:48 ` [PR PATCH] [Updated] " intrnl
@ 2022-11-03  9:49 ` intrnl
  2022-11-03 10:01 ` paper42
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: intrnl @ 2022-11-03  9:49 UTC (permalink / raw)
  To: ml

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

New review comment by intrnl on void-packages repository

https://github.com/void-linux/void-packages/pull/40311#discussion_r1012686258

Comment:
added

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

* Re: soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (2 preceding siblings ...)
  2022-11-03  9:49 ` [PR REVIEW] " intrnl
@ 2022-11-03 10:01 ` paper42
  2022-11-03 12:00 ` [PR PATCH] [Updated] " intrnl
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-11-03 10:01 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40311#issuecomment-1301870445

Comment:
This PR should contain only one commit, squash them please.

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

* Re: [PR PATCH] [Updated] soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (3 preceding siblings ...)
  2022-11-03 10:01 ` paper42
@ 2022-11-03 12:00 ` intrnl
  2022-11-03 12:01 ` intrnl
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: intrnl @ 2022-11-03 12:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/intrnl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/40311

soundconverter: update to 4.0.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)



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

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

From 9f34fcf290c4e1c14dd3c37a5783a4bf4f3d29cd Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Thu, 3 Nov 2022 15:45:50 +0700
Subject: [PATCH] soundconverter: update to 4.0.3

- add python3-setuptools to depends as it requires `pkg_resources`
- add gtk+3 to depends
---
 srcpkgs/soundconverter/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 9c68520a688a..0f0261b841ec 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -1,19 +1,19 @@
 # Template file for 'soundconverter'
 pkgname=soundconverter
-version=4.0.1
-revision=2
+version=4.0.3
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
 makedepends="gtk+3-devel gstreamer1-devel"
-depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1
- hicolor-icon-theme python3-gobject"
+depends="desktop-file-utils gtk+3 gst-plugins-good1 gst-plugins-ugly1
+ hicolor-icon-theme python3-gobject python3-setuptools"
 short_desc="Leading audio file converter for the GNOME Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://soundconverter.org/"
 distfiles="https://launchpad.net/soundconverter/trunk/${version}/+download/soundconverter-${version}.tar.gz"
-checksum=1cfd7df0153aadaa208e4a0dbc14912755b2b389694125ccedfe131d6c32de97
+checksum=873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (4 preceding siblings ...)
  2022-11-03 12:00 ` [PR PATCH] [Updated] " intrnl
@ 2022-11-03 12:01 ` intrnl
  2022-11-04 18:47 ` paper42
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: intrnl @ 2022-11-03 12:01 UTC (permalink / raw)
  To: ml

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

New comment by intrnl on void-packages repository

https://github.com/void-linux/void-packages/pull/40311#issuecomment-1301998498

Comment:
squashed

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

* Re: soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (5 preceding siblings ...)
  2022-11-03 12:01 ` intrnl
@ 2022-11-04 18:47 ` paper42
  2022-11-05  4:47 ` [PR PATCH] [Updated] " intrnl
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-11-04 18:47 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40311#issuecomment-1303999677

Comment:
CI is now failing on a conflict, this file shouldn't be in either one of them, I will fix xdaliclock and please `rm` it in `post_install()` like it's done in gnucash.
```
 soundconverter and xdaliclock conflict for
  /usr/share/glib-2.0/schemas/gschemas.compiled
```

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

* Re: [PR PATCH] [Updated] soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (6 preceding siblings ...)
  2022-11-04 18:47 ` paper42
@ 2022-11-05  4:47 ` intrnl
  2022-11-05  4:47 ` intrnl
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: intrnl @ 2022-11-05  4:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/intrnl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/40311

soundconverter: update to 4.0.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)



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

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

From f7d5623bfb30a2d5c7230f048c6d8773a4bc9111 Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Thu, 3 Nov 2022 15:45:50 +0700
Subject: [PATCH] soundconverter: update to 4.0.3

- add python3-setuptools to depends as it requires `pkg_resources`
- add gtk+3 to depends
- remove gschemas.compiled from package
---
 srcpkgs/soundconverter/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 9c68520a688a..69880767f349 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -1,21 +1,25 @@
 # Template file for 'soundconverter'
 pkgname=soundconverter
-version=4.0.1
-revision=2
+version=4.0.3
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
 makedepends="gtk+3-devel gstreamer1-devel"
-depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1
- hicolor-icon-theme python3-gobject"
+depends="desktop-file-utils gtk+3 gst-plugins-good1 gst-plugins-ugly1
+ hicolor-icon-theme python3-gobject python3-setuptools"
 short_desc="Leading audio file converter for the GNOME Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://soundconverter.org/"
 distfiles="https://launchpad.net/soundconverter/trunk/${version}/+download/soundconverter-${version}.tar.gz"
-checksum=1cfd7df0153aadaa208e4a0dbc14912755b2b389694125ccedfe131d6c32de97
+checksum=873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" gtk+3-devel gstreamer1-devel"
 fi
+
+post_install() {
+	rm -f "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

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

* Re: soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (7 preceding siblings ...)
  2022-11-05  4:47 ` [PR PATCH] [Updated] " intrnl
@ 2022-11-05  4:47 ` intrnl
  2022-11-07  1:22 ` [PR PATCH] [Updated] " intrnl
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: intrnl @ 2022-11-05  4:47 UTC (permalink / raw)
  To: ml

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

New comment by intrnl on void-packages repository

https://github.com/void-linux/void-packages/pull/40311#issuecomment-1304404770

Comment:
added `post_install` hook to remove said file

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

* Re: [PR PATCH] [Updated] soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (8 preceding siblings ...)
  2022-11-05  4:47 ` intrnl
@ 2022-11-07  1:22 ` intrnl
  2022-11-07 10:01 ` intrnl
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: intrnl @ 2022-11-07  1:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/intrnl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/40311

soundconverter: update to 4.0.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)



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

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

From de9639439781ee5bcba53def3bbdd636588a4d52 Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Mon, 7 Nov 2022 01:22:29 +0000
Subject: [PATCH] soundconverter: update to 4.0.3

- add python3-setuptools to depends as it requires `pkg_resources`
- add gtk+3 to depends
- remove gschemas.compiled from package
---
 srcpkgs/soundconverter/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 31b241ecbc17..69880767f349 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -1,21 +1,25 @@
 # Template file for 'soundconverter'
 pkgname=soundconverter
-version=4.0.1
-revision=3
+version=4.0.3
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
 makedepends="gtk+3-devel gstreamer1-devel"
-depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1
- hicolor-icon-theme python3-gobject"
+depends="desktop-file-utils gtk+3 gst-plugins-good1 gst-plugins-ugly1
+ hicolor-icon-theme python3-gobject python3-setuptools"
 short_desc="Leading audio file converter for the GNOME Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://soundconverter.org/"
 distfiles="https://launchpad.net/soundconverter/trunk/${version}/+download/soundconverter-${version}.tar.gz"
-checksum=1cfd7df0153aadaa208e4a0dbc14912755b2b389694125ccedfe131d6c32de97
+checksum=873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" gtk+3-devel gstreamer1-devel"
 fi
+
+post_install() {
+	rm -f "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

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

* Re: soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (9 preceding siblings ...)
  2022-11-07  1:22 ` [PR PATCH] [Updated] " intrnl
@ 2022-11-07 10:01 ` intrnl
  2022-11-07 10:15 ` paper42
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: intrnl @ 2022-11-07 10:01 UTC (permalink / raw)
  To: ml

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

New comment by intrnl on void-packages repository

https://github.com/void-linux/void-packages/pull/40311#issuecomment-1305366314

Comment:
I'm not sure what's going on, but it seems that if I try to build soundconverter now, on top of latest, I get thrown into having to rebuild practically all other Python packages as well

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

* Re: soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (10 preceding siblings ...)
  2022-11-07 10:01 ` intrnl
@ 2022-11-07 10:15 ` paper42
  2022-11-08 22:11 ` [PR PATCH] [Updated] " paper42
  2022-11-08 22:20 ` [PR PATCH] [Merged]: " paper42
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-11-07 10:15 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40311#issuecomment-1305386066

Comment:
> I'm not sure what's going on, but it seems that if I try to build soundconverter now, on top of latest, I get thrown into having to rebuild practically all other Python packages as well

Either base your branch on the commit before the python 3.11 update, wait until the Python 3.11 build is done or let xbps-src build the required packages for you. Either way, CI will be failing currently because python 3.11's tests are broken and there is a limit on how old the branch can be for CI to run. We won't be merging anything until it's done and when it is, we will trigger CI again.

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

* Re: [PR PATCH] [Updated] soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (11 preceding siblings ...)
  2022-11-07 10:15 ` paper42
@ 2022-11-08 22:11 ` paper42
  2022-11-08 22:20 ` [PR PATCH] [Merged]: " paper42
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-11-08 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/intrnl/void-packages patch-1
https://github.com/void-linux/void-packages/pull/40311

soundconverter: update to 4.0.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)



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

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

From aa1a5d82abf9362353759b749f9ba37d4a29d03e Mon Sep 17 00:00:00 2001
From: Prana Adiwira <intrnl28+github@gmail.com>
Date: Mon, 7 Nov 2022 01:22:29 +0000
Subject: [PATCH] soundconverter: update to 4.0.3

- add python3-setuptools to depends as it requires `pkg_resources`
- add gtk+3 to depends
- remove gschemas.compiled from package
---
 srcpkgs/soundconverter/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index 31b241ecbc17..a3029eca37e3 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -1,21 +1,25 @@
 # Template file for 'soundconverter'
 pkgname=soundconverter
-version=4.0.1
-revision=3
+version=4.0.3
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
 hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
 makedepends="gtk+3-devel gstreamer1-devel"
-depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1
- hicolor-icon-theme python3-gobject"
+depends="desktop-file-utils gtk+3 gst-plugins-good1 gst-plugins-ugly1
+ hicolor-icon-theme python3-gobject python3-setuptools"
 short_desc="Leading audio file converter for the GNOME Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://soundconverter.org/"
 distfiles="https://launchpad.net/soundconverter/trunk/${version}/+download/soundconverter-${version}.tar.gz"
-checksum=1cfd7df0153aadaa208e4a0dbc14912755b2b389694125ccedfe131d6c32de97
+checksum=873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" gtk+3-devel gstreamer1-devel"
 fi
+
+post_install() {
+	rm "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

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

* Re: [PR PATCH] [Merged]: soundconverter: update to 4.0.3
  2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
                   ` (12 preceding siblings ...)
  2022-11-08 22:11 ` [PR PATCH] [Updated] " paper42
@ 2022-11-08 22:20 ` paper42
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-11-08 22:20 UTC (permalink / raw)
  To: ml

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

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

soundconverter: update to 4.0.3
https://github.com/void-linux/void-packages/pull/40311

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)



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

end of thread, other threads:[~2022-11-08 22:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03  8:52 [PR PATCH] soundconverter: update to 4.0.3 intrnl
2022-11-03  9:42 ` [PR REVIEW] " paper42
2022-11-03  9:48 ` [PR PATCH] [Updated] " intrnl
2022-11-03  9:49 ` [PR REVIEW] " intrnl
2022-11-03 10:01 ` paper42
2022-11-03 12:00 ` [PR PATCH] [Updated] " intrnl
2022-11-03 12:01 ` intrnl
2022-11-04 18:47 ` paper42
2022-11-05  4:47 ` [PR PATCH] [Updated] " intrnl
2022-11-05  4:47 ` intrnl
2022-11-07  1:22 ` [PR PATCH] [Updated] " intrnl
2022-11-07 10:01 ` intrnl
2022-11-07 10:15 ` paper42
2022-11-08 22:11 ` [PR PATCH] [Updated] " paper42
2022-11-08 22:20 ` [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).