Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipewire: update to 0.3.56.
@ 2022-07-20 19:39 steinex
  2022-07-21 10:09 ` [PR PATCH] [Updated] " steinex
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: steinex @ 2022-07-20 19:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages pipewire
https://github.com/void-linux/void-packages/pull/38157

pipewire: update to 0.3.56.
<!-- 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/38157.patch is attached

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

From 5fd62f1c0cd116368bfbf0bb4aa6283ec770cd4b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 20 Jul 2022 21:21:22 +0200
Subject: [PATCH] pipewire: update to 0.3.56.

---
 .../pipewire/patches/0.3.55-jack-mix.patch    | 26 -------------------
 srcpkgs/pipewire/template                     |  4 +--
 2 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/pipewire/patches/0.3.55-jack-mix.patch

diff --git a/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch b/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch
deleted file mode 100644
index 14cd4feb16fe..000000000000
--- a/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 40552a0e914c3aef48ce59ce1bfb9d80516aa893 Mon Sep 17 00:00:00 2001
-From: Wim Taymans <wtaymans@redhat.com>
-Date: Tue, 12 Jul 2022 15:10:02 +0200
-Subject: [PATCH] jack: only mix when we have input to mix
-
-Avoids a crash when starting ardour6.
----
- pipewire-jack/src/pipewire-jack.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pipewire-jack/src/pipewire-jack.c b/pipewire-jack/src/pipewire-jack.c
-index 2a9ebc40d..04c63984d 100644
---- a/pipewire-jack/src/pipewire-jack.c
-+++ b/pipewire-jack/src/pipewire-jack.c
-@@ -4449,7 +4449,7 @@ static void *get_buffer_input_float(struct port *p, jack_nframes_t frames)
- 	}
- 	if (n_ptr == 1) {
- 		ptr = mix_ptr[0];
--	} else {
-+	} else if (n_ptr > 1) {
- 		ptr = p->emptyptr;
- 		mix_function(ptr, mix_ptr, n_ptr, ptr_aligned, frames);
- 		p->zeroed = false;
--- 
-GitLab
-
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index e9ff4af833ab..ad10548308e1 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.55
+version=0.3.56
 revision=1
 _pms_version=0.4.1
 build_style=meson
@@ -34,7 +34,7 @@ homepage="https://pipewire.org/"
 changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz
  https://gitlab.freedesktop.org/pipewire/media-session/-/archive/${_pms_version}/media-session-${_pms_version}.tar.gz"
-checksum="666260961a242239a940b7f6130e5e9cb51ad76f9ebf6b5403198ee5efa69344
+checksum="e73d8897daac8f9e61a23193ed71971682715a5997cb553d809bc61a349ef03c
  119c9216070b54018217552c7924f9888da270c3c4647c5e2b85ffa6b1574975"
 make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
 system_accounts="_pipewire"

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

* Re: [PR PATCH] [Updated] pipewire: update to 0.3.56.
  2022-07-20 19:39 [PR PATCH] pipewire: update to 0.3.56 steinex
@ 2022-07-21 10:09 ` steinex
  2022-07-21 10:11 ` steinex
  2022-07-21 10:11 ` [PR PATCH] [Closed]: " steinex
  2 siblings, 0 replies; 4+ messages in thread
From: steinex @ 2022-07-21 10:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages pipewire
https://github.com/void-linux/void-packages/pull/38157

pipewire: update to 0.3.56.
<!-- 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/38157.patch is attached

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

From 5fd62f1c0cd116368bfbf0bb4aa6283ec770cd4b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 20 Jul 2022 21:21:22 +0200
Subject: [PATCH 1/7] pipewire: update to 0.3.56.

---
 .../pipewire/patches/0.3.55-jack-mix.patch    | 26 -------------------
 srcpkgs/pipewire/template                     |  4 +--
 2 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/pipewire/patches/0.3.55-jack-mix.patch

diff --git a/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch b/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch
deleted file mode 100644
index 14cd4feb16fe..000000000000
--- a/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 40552a0e914c3aef48ce59ce1bfb9d80516aa893 Mon Sep 17 00:00:00 2001
-From: Wim Taymans <wtaymans@redhat.com>
-Date: Tue, 12 Jul 2022 15:10:02 +0200
-Subject: [PATCH] jack: only mix when we have input to mix
-
-Avoids a crash when starting ardour6.
----
- pipewire-jack/src/pipewire-jack.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pipewire-jack/src/pipewire-jack.c b/pipewire-jack/src/pipewire-jack.c
-index 2a9ebc40d..04c63984d 100644
---- a/pipewire-jack/src/pipewire-jack.c
-+++ b/pipewire-jack/src/pipewire-jack.c
-@@ -4449,7 +4449,7 @@ static void *get_buffer_input_float(struct port *p, jack_nframes_t frames)
- 	}
- 	if (n_ptr == 1) {
- 		ptr = mix_ptr[0];
--	} else {
-+	} else if (n_ptr > 1) {
- 		ptr = p->emptyptr;
- 		mix_function(ptr, mix_ptr, n_ptr, ptr_aligned, frames);
- 		p->zeroed = false;
--- 
-GitLab
-
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index e9ff4af833ab..ad10548308e1 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.55
+version=0.3.56
 revision=1
 _pms_version=0.4.1
 build_style=meson
@@ -34,7 +34,7 @@ homepage="https://pipewire.org/"
 changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz
  https://gitlab.freedesktop.org/pipewire/media-session/-/archive/${_pms_version}/media-session-${_pms_version}.tar.gz"
-checksum="666260961a242239a940b7f6130e5e9cb51ad76f9ebf6b5403198ee5efa69344
+checksum="e73d8897daac8f9e61a23193ed71971682715a5997cb553d809bc61a349ef03c
  119c9216070b54018217552c7924f9888da270c3c4647c5e2b85ffa6b1574975"
 make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
 system_accounts="_pipewire"

From a4113c495e4c0188302ff91decca3c175b02c72e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 20 Jul 2022 23:18:31 +0200
Subject: [PATCH 2/7] python3-logfury: remove unused deps, disable tests

---
 .../python3-logfury/patches/setuptools_scm-7.patch  | 10 ++++++++++
 srcpkgs/python3-logfury/template                    | 13 +++----------
 2 files changed, 13 insertions(+), 10 deletions(-)
 create mode 100644 srcpkgs/python3-logfury/patches/setuptools_scm-7.patch

diff --git a/srcpkgs/python3-logfury/patches/setuptools_scm-7.patch b/srcpkgs/python3-logfury/patches/setuptools_scm-7.patch
new file mode 100644
index 000000000000..b511958acd7f
--- /dev/null
+++ b/srcpkgs/python3-logfury/patches/setuptools_scm-7.patch
@@ -0,0 +1,10 @@
+--- a/setup.py
++++ b/setup.py
+@@ -72,6 +72,6 @@ setup(
+     classifiers      = CLASSIFIERS,
+     package_data     = {NAME: ['requirements.txt', 'LICENSE']},
+ 
+-    setup_requires   = ['setuptools_scm<6.0'],  # setuptools_scm>=6.0 doesn't support Python 3.5
++    setup_requires   = ['setuptools_scm'],
+     use_scm_version  = True,
+ )  # yapf: disable
diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index dbafc141007d..58e0b6592736 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,25 +1,18 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=1.0.1
-revision=1
+revision=2
 wrksrc="logfury-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-pip"
-depends="python3-six"
-checkdepends="python3-pytest python3-six flake8 python3-docutils
- python3-nose python3-bleach python3-webencodings python3-toml
- python3-Pygments"
+hostmakedepends="python3-setuptools_scm"
 short_desc="Low-boilerplate logging of method calls (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ppolewicz/logfury"
 distfiles="${PYPI_SITE}/l/logfury/logfury-$version.tar.gz"
 checksum=130a5daceab9ad534924252ddf70482aa2c96662b3a3825a7d30981d03b76a26
+make_check=no # needs unpackaged testfixtures
 
 post_install() {
 	vlicense LICENSE
 }
-
-do_check() {
-	python3 setup.py test
-}

From 240458ca285548c54ab3aee8ba4a0ae12cc530d1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 3 Jul 2022 23:41:12 +0200
Subject: [PATCH 3/7] pipewire: add autostart .desktop files

---
 srcpkgs/pipewire/files/pipewire-pulse.desktop | 8 ++++++++
 srcpkgs/pipewire/files/pipewire.desktop       | 8 ++++++++
 srcpkgs/pipewire/template                     | 3 +++
 3 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/pipewire/files/pipewire-pulse.desktop
 create mode 100644 srcpkgs/pipewire/files/pipewire.desktop

diff --git a/srcpkgs/pipewire/files/pipewire-pulse.desktop b/srcpkgs/pipewire/files/pipewire-pulse.desktop
new file mode 100644
index 000000000000..e869d5452b89
--- /dev/null
+++ b/srcpkgs/pipewire/files/pipewire-pulse.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=PipeWire pulse
+Comment=Start the PipeWire pulse server
+Icon=pipewire-pulse
+Exec=pipewire-pulse
+Terminal=false
+Type=Application
+NoDisplay=true
diff --git a/srcpkgs/pipewire/files/pipewire.desktop b/srcpkgs/pipewire/files/pipewire.desktop
new file mode 100644
index 000000000000..027bd5e4a7b4
--- /dev/null
+++ b/srcpkgs/pipewire/files/pipewire.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=PipeWire
+Comment=Start PipeWire
+Icon=pipewire
+Exec=pipewire
+Terminal=false
+Type=Application
+NoDisplay=true
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index ad10548308e1..220bf2f68b6b 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -63,6 +63,9 @@ post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 	vsv pipewire
 	vsv pipewire-pulse
+	vmkdir usr/share/applications
+	cp "${FILESDIR}/pipewire.desktop" ${DESTDIR}/usr/share/applications/pipewire.desktop
+	cp "${FILESDIR}/pipewire-pulse.desktop" ${DESTDIR}/usr/share/applications/pipewire-pulse.desktop
 }
 
 libpipewire_package() {

From ea65f6278176e7969e8f612843fc8eb17b9d0676 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Wed, 20 Jul 2022 22:54:34 -0400
Subject: [PATCH 4/7] discord-ptb: update to 0.0.31.

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

diff --git a/srcpkgs/discord-ptb/template b/srcpkgs/discord-ptb/template
index 7cbe5b7dc240..897477e303c2 100644
--- a/srcpkgs/discord-ptb/template
+++ b/srcpkgs/discord-ptb/template
@@ -1,6 +1,6 @@
 # Template file for 'discord-ptb'
 pkgname=discord-ptb
-version=0.0.30
+version=0.0.31
 revision=1
 archs="x86_64"
 wrksrc="DiscordPTB"
@@ -12,7 +12,7 @@ maintainer="0x5c <dev@0x5c.io>"
 license="custom:Proprietary"
 homepage="https://discord.com/"
 distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
-checksum=7333a5e3d176b20da0e7da739877bd1d8f3d3a6aad71efe5f954ec90ff534db5
+checksum=5d00df5cc25e91f93596f5839e2ba97d809104c61578b26d17e8854bda99db13
 _license_checksum=41fe9e5a91c8f0af3a0a3833a0badf0ace75f1c4097889fafc0a029c68b96fcd
 nopie=yes
 restricted=yes

From 9da73296a42bbe91b8ee640a26431df06be33122 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 21 Jul 2022 01:56:12 +0530
Subject: [PATCH 5/7] yq: update to 3.0.2

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

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index b775674672ac..ff622cb65b50 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,6 +1,6 @@
 # Template file for 'yq'
 pkgname=yq
-version=3.0.1
+version=3.0.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
@@ -11,8 +11,9 @@ short_desc="Command-line YAML processor written in Python that wraps around jq"
 maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/kislyuk/yq"
+changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst"
 distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
-checksum=a5e61078facd7ee4222f4346b5b50c4e9cea5e9d3330f074b5ea2c203bf639b1
+checksum=e47ff2479a3746f90bdbb77f84e3ebdb789ce46a092b1c261ae5b1f5f914f8e8
 
 do_check() {
 	python3 test/test.py

From cf2f0bffff2d66daf21f94a6fd455735bdde0825 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 21 Jul 2022 02:00:01 +0530
Subject: [PATCH 6/7] lazygit: update to 0.35

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

diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 1f079bac8086..1da58feeca8f 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,6 +1,6 @@
 # Template file for 'lazygit'
 pkgname=lazygit
-version=0.34
+version=0.35
 revision=1
 build_style=go
 go_import_path=github.com/jesseduffield/lazygit
@@ -11,7 +11,7 @@ maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="MIT"
 homepage="https://github.com/jesseduffield/lazygit"
 distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
-checksum=f715ab86b219fd42462399459bfa1e04a5925268bff4839c4d96bd01264d6847
+checksum=fe5b2278d7b5b22058d139ec8961a09197d8fd26d7432d263a583fa9c1599d6d
 
 post_install() {
 	vlicense LICENSE

From c98ae586de5cbf0f1c5277f1819351c53f9a538b Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Sun, 17 Jul 2022 12:08:00 -0500
Subject: [PATCH 7/7] python3-shodan: update to 1.28.0.

move comment to be squashed
---
 srcpkgs/python3-shodan/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 34dbb28be2be..ca8653d9b4d1 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
-version=1.25.0
-revision=2
+version=1.28.0
+revision=1
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,9 +13,8 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="MIT"
 homepage="https://developer.shodan.io"
 distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
-checksum=52932c6d508622877d0667e0290fee84e6cb749b6565b48ba359fbbf002f0845
-make_check=extended
-# One must export the variable SHODAN-API-KEY in env before running tests
+checksum=fc5f159f3edb6db0c2fff338b62f8a6c6eb63b12983bf729a4121fa30019753b
+make_check=extended # One must export the variable SHODAN-API-KEY in env before running tests
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] pipewire: update to 0.3.56.
  2022-07-20 19:39 [PR PATCH] pipewire: update to 0.3.56 steinex
  2022-07-21 10:09 ` [PR PATCH] [Updated] " steinex
@ 2022-07-21 10:11 ` steinex
  2022-07-21 10:11 ` [PR PATCH] [Closed]: " steinex
  2 siblings, 0 replies; 4+ messages in thread
From: steinex @ 2022-07-21 10:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages pipewire
https://github.com/void-linux/void-packages/pull/38157

pipewire: update to 0.3.56.
<!-- 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/38157.patch is attached

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

From 5fd62f1c0cd116368bfbf0bb4aa6283ec770cd4b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 20 Jul 2022 21:21:22 +0200
Subject: [PATCH 1/7] pipewire: update to 0.3.56.

---
 .../pipewire/patches/0.3.55-jack-mix.patch    | 26 -------------------
 srcpkgs/pipewire/template                     |  4 +--
 2 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/pipewire/patches/0.3.55-jack-mix.patch

diff --git a/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch b/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch
deleted file mode 100644
index 14cd4feb16fe..000000000000
--- a/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 40552a0e914c3aef48ce59ce1bfb9d80516aa893 Mon Sep 17 00:00:00 2001
-From: Wim Taymans <wtaymans@redhat.com>
-Date: Tue, 12 Jul 2022 15:10:02 +0200
-Subject: [PATCH] jack: only mix when we have input to mix
-
-Avoids a crash when starting ardour6.
----
- pipewire-jack/src/pipewire-jack.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pipewire-jack/src/pipewire-jack.c b/pipewire-jack/src/pipewire-jack.c
-index 2a9ebc40d..04c63984d 100644
---- a/pipewire-jack/src/pipewire-jack.c
-+++ b/pipewire-jack/src/pipewire-jack.c
-@@ -4449,7 +4449,7 @@ static void *get_buffer_input_float(struct port *p, jack_nframes_t frames)
- 	}
- 	if (n_ptr == 1) {
- 		ptr = mix_ptr[0];
--	} else {
-+	} else if (n_ptr > 1) {
- 		ptr = p->emptyptr;
- 		mix_function(ptr, mix_ptr, n_ptr, ptr_aligned, frames);
- 		p->zeroed = false;
--- 
-GitLab
-
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index e9ff4af833ab..ad10548308e1 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.55
+version=0.3.56
 revision=1
 _pms_version=0.4.1
 build_style=meson
@@ -34,7 +34,7 @@ homepage="https://pipewire.org/"
 changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz
  https://gitlab.freedesktop.org/pipewire/media-session/-/archive/${_pms_version}/media-session-${_pms_version}.tar.gz"
-checksum="666260961a242239a940b7f6130e5e9cb51ad76f9ebf6b5403198ee5efa69344
+checksum="e73d8897daac8f9e61a23193ed71971682715a5997cb553d809bc61a349ef03c
  119c9216070b54018217552c7924f9888da270c3c4647c5e2b85ffa6b1574975"
 make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
 system_accounts="_pipewire"

From a4113c495e4c0188302ff91decca3c175b02c72e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 20 Jul 2022 23:18:31 +0200
Subject: [PATCH 2/7] python3-logfury: remove unused deps, disable tests

---
 .../python3-logfury/patches/setuptools_scm-7.patch  | 10 ++++++++++
 srcpkgs/python3-logfury/template                    | 13 +++----------
 2 files changed, 13 insertions(+), 10 deletions(-)
 create mode 100644 srcpkgs/python3-logfury/patches/setuptools_scm-7.patch

diff --git a/srcpkgs/python3-logfury/patches/setuptools_scm-7.patch b/srcpkgs/python3-logfury/patches/setuptools_scm-7.patch
new file mode 100644
index 000000000000..b511958acd7f
--- /dev/null
+++ b/srcpkgs/python3-logfury/patches/setuptools_scm-7.patch
@@ -0,0 +1,10 @@
+--- a/setup.py
++++ b/setup.py
+@@ -72,6 +72,6 @@ setup(
+     classifiers      = CLASSIFIERS,
+     package_data     = {NAME: ['requirements.txt', 'LICENSE']},
+ 
+-    setup_requires   = ['setuptools_scm<6.0'],  # setuptools_scm>=6.0 doesn't support Python 3.5
++    setup_requires   = ['setuptools_scm'],
+     use_scm_version  = True,
+ )  # yapf: disable
diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index dbafc141007d..58e0b6592736 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,25 +1,18 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=1.0.1
-revision=1
+revision=2
 wrksrc="logfury-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-pip"
-depends="python3-six"
-checkdepends="python3-pytest python3-six flake8 python3-docutils
- python3-nose python3-bleach python3-webencodings python3-toml
- python3-Pygments"
+hostmakedepends="python3-setuptools_scm"
 short_desc="Low-boilerplate logging of method calls (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ppolewicz/logfury"
 distfiles="${PYPI_SITE}/l/logfury/logfury-$version.tar.gz"
 checksum=130a5daceab9ad534924252ddf70482aa2c96662b3a3825a7d30981d03b76a26
+make_check=no # needs unpackaged testfixtures
 
 post_install() {
 	vlicense LICENSE
 }
-
-do_check() {
-	python3 setup.py test
-}

From 240458ca285548c54ab3aee8ba4a0ae12cc530d1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 3 Jul 2022 23:41:12 +0200
Subject: [PATCH 3/7] pipewire: add autostart .desktop files

---
 srcpkgs/pipewire/files/pipewire-pulse.desktop | 8 ++++++++
 srcpkgs/pipewire/files/pipewire.desktop       | 8 ++++++++
 srcpkgs/pipewire/template                     | 3 +++
 3 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/pipewire/files/pipewire-pulse.desktop
 create mode 100644 srcpkgs/pipewire/files/pipewire.desktop

diff --git a/srcpkgs/pipewire/files/pipewire-pulse.desktop b/srcpkgs/pipewire/files/pipewire-pulse.desktop
new file mode 100644
index 000000000000..e869d5452b89
--- /dev/null
+++ b/srcpkgs/pipewire/files/pipewire-pulse.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=PipeWire pulse
+Comment=Start the PipeWire pulse server
+Icon=pipewire-pulse
+Exec=pipewire-pulse
+Terminal=false
+Type=Application
+NoDisplay=true
diff --git a/srcpkgs/pipewire/files/pipewire.desktop b/srcpkgs/pipewire/files/pipewire.desktop
new file mode 100644
index 000000000000..027bd5e4a7b4
--- /dev/null
+++ b/srcpkgs/pipewire/files/pipewire.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=PipeWire
+Comment=Start PipeWire
+Icon=pipewire
+Exec=pipewire
+Terminal=false
+Type=Application
+NoDisplay=true
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index ad10548308e1..220bf2f68b6b 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -63,6 +63,9 @@ post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 	vsv pipewire
 	vsv pipewire-pulse
+	vmkdir usr/share/applications
+	cp "${FILESDIR}/pipewire.desktop" ${DESTDIR}/usr/share/applications/pipewire.desktop
+	cp "${FILESDIR}/pipewire-pulse.desktop" ${DESTDIR}/usr/share/applications/pipewire-pulse.desktop
 }
 
 libpipewire_package() {

From ea65f6278176e7969e8f612843fc8eb17b9d0676 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Wed, 20 Jul 2022 22:54:34 -0400
Subject: [PATCH 4/7] discord-ptb: update to 0.0.31.

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

diff --git a/srcpkgs/discord-ptb/template b/srcpkgs/discord-ptb/template
index 7cbe5b7dc240..897477e303c2 100644
--- a/srcpkgs/discord-ptb/template
+++ b/srcpkgs/discord-ptb/template
@@ -1,6 +1,6 @@
 # Template file for 'discord-ptb'
 pkgname=discord-ptb
-version=0.0.30
+version=0.0.31
 revision=1
 archs="x86_64"
 wrksrc="DiscordPTB"
@@ -12,7 +12,7 @@ maintainer="0x5c <dev@0x5c.io>"
 license="custom:Proprietary"
 homepage="https://discord.com/"
 distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
-checksum=7333a5e3d176b20da0e7da739877bd1d8f3d3a6aad71efe5f954ec90ff534db5
+checksum=5d00df5cc25e91f93596f5839e2ba97d809104c61578b26d17e8854bda99db13
 _license_checksum=41fe9e5a91c8f0af3a0a3833a0badf0ace75f1c4097889fafc0a029c68b96fcd
 nopie=yes
 restricted=yes

From 9da73296a42bbe91b8ee640a26431df06be33122 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 21 Jul 2022 01:56:12 +0530
Subject: [PATCH 5/7] yq: update to 3.0.2

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

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index b775674672ac..ff622cb65b50 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,6 +1,6 @@
 # Template file for 'yq'
 pkgname=yq
-version=3.0.1
+version=3.0.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
@@ -11,8 +11,9 @@ short_desc="Command-line YAML processor written in Python that wraps around jq"
 maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/kislyuk/yq"
+changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst"
 distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
-checksum=a5e61078facd7ee4222f4346b5b50c4e9cea5e9d3330f074b5ea2c203bf639b1
+checksum=e47ff2479a3746f90bdbb77f84e3ebdb789ce46a092b1c261ae5b1f5f914f8e8
 
 do_check() {
 	python3 test/test.py

From cf2f0bffff2d66daf21f94a6fd455735bdde0825 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 21 Jul 2022 02:00:01 +0530
Subject: [PATCH 6/7] lazygit: update to 0.35

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

diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 1f079bac8086..1da58feeca8f 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,6 +1,6 @@
 # Template file for 'lazygit'
 pkgname=lazygit
-version=0.34
+version=0.35
 revision=1
 build_style=go
 go_import_path=github.com/jesseduffield/lazygit
@@ -11,7 +11,7 @@ maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="MIT"
 homepage="https://github.com/jesseduffield/lazygit"
 distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
-checksum=f715ab86b219fd42462399459bfa1e04a5925268bff4839c4d96bd01264d6847
+checksum=fe5b2278d7b5b22058d139ec8961a09197d8fd26d7432d263a583fa9c1599d6d
 
 post_install() {
 	vlicense LICENSE

From c98ae586de5cbf0f1c5277f1819351c53f9a538b Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Sun, 17 Jul 2022 12:08:00 -0500
Subject: [PATCH 7/7] python3-shodan: update to 1.28.0.

move comment to be squashed
---
 srcpkgs/python3-shodan/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 34dbb28be2be..ca8653d9b4d1 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
-version=1.25.0
-revision=2
+version=1.28.0
+revision=1
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,9 +13,8 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="MIT"
 homepage="https://developer.shodan.io"
 distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
-checksum=52932c6d508622877d0667e0290fee84e6cb749b6565b48ba359fbbf002f0845
-make_check=extended
-# One must export the variable SHODAN-API-KEY in env before running tests
+checksum=fc5f159f3edb6db0c2fff338b62f8a6c6eb63b12983bf729a4121fa30019753b
+make_check=extended # One must export the variable SHODAN-API-KEY in env before running tests
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Closed]: pipewire: update to 0.3.56.
  2022-07-20 19:39 [PR PATCH] pipewire: update to 0.3.56 steinex
  2022-07-21 10:09 ` [PR PATCH] [Updated] " steinex
  2022-07-21 10:11 ` steinex
@ 2022-07-21 10:11 ` steinex
  2 siblings, 0 replies; 4+ messages in thread
From: steinex @ 2022-07-21 10:11 UTC (permalink / raw)
  To: ml

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

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

pipewire: update to 0.3.56.
https://github.com/void-linux/void-packages/pull/38157

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

end of thread, other threads:[~2022-07-21 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20 19:39 [PR PATCH] pipewire: update to 0.3.56 steinex
2022-07-21 10:09 ` [PR PATCH] [Updated] " steinex
2022-07-21 10:11 ` steinex
2022-07-21 10:11 ` [PR PATCH] [Closed]: " steinex

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