Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] soundconverter: update to 4.0.3
Date: Tue, 08 Nov 2022 23:11:19 +0100	[thread overview]
Message-ID: <20221108221119.hPAylEjPnhtz1hHGXBbaculNgj3lfqIipia2SXJmgkU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40311@inbox.vuxu.org>

[-- 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"
+}

  parent reply	other threads:[~2022-11-08 22:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03  8:52 [PR PATCH] " 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 ` paper42 [this message]
2022-11-08 22:20 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221108221119.hPAylEjPnhtz1hHGXBbaculNgj3lfqIipia2SXJmgkU@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).