Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pd: update to 0.54.0.
@ 2023-07-04 15:56 ztx-lyghters
  2023-07-12 13:47 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: ztx-lyghters @ 2023-07-04 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ztx-lyghters/void-packages puredata
https://github.com/void-linux/void-packages/pull/44832

pd: update to 0.54.0.
Removed the `qsort` patch, because it doesn't build with the newer version. Code has changed within `x_text.c`, the patch might be not needed anymore.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
 - I tested the changes in this PR: **YES** (but only for glibc)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- 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):
  - armv7l



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

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

From d65f98a4d07b3325783e64138f90a4f6fc541fa2 Mon Sep 17 00:00:00 2001
From: "Ivan '.ztx/lyghters' Sivkov" <lyghters@ya.ru>
Date: Tue, 4 Jul 2023 17:50:54 +0500
Subject: [PATCH] pd: update to 0.54.0.

Removed the patch, because it doesn't build with the newer version. Might be obsolete.
---
 srcpkgs/pd/patches/musl-no-qsort_r.patch | 14 --------------
 srcpkgs/pd/template                      |  4 ++--
 2 files changed, 2 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/pd/patches/musl-no-qsort_r.patch

diff --git a/srcpkgs/pd/patches/musl-no-qsort_r.patch b/srcpkgs/pd/patches/musl-no-qsort_r.patch
deleted file mode 100644
index 1e936f8d54d9..000000000000
--- a/srcpkgs/pd/patches/musl-no-qsort_r.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: src/x_text.c
-===================================================================
---- a/src/x_text.c
-+++ b/src/x_text.c
-@@ -475,7 +475,8 @@ equal:
-  * Both are not available in Emscripten, Android or older MSVC versions.
-  * 'stupid_sortcompare' is thread-safe but not reentrant.
-  */
--#if defined(_WIN32) || defined(__EMSCRIPTEN__) || defined(__ANDROID__)
-+#if defined(_WIN32) || defined(__EMSCRIPTEN__) || defined(__ANDROID__) \
-+	|| (defined(__linux__) && !defined(__GLIBC__))
- #define STUPID_SORT
- static PERTHREAD void *stupid_zkeyinfo;
- static int stupid_sortcompare(const void *z1, const void *z2)
diff --git a/srcpkgs/pd/template b/srcpkgs/pd/template
index 5645602ab10a..64b44bfa3ba3 100644
--- a/srcpkgs/pd/template
+++ b/srcpkgs/pd/template
@@ -1,6 +1,6 @@
 # Template file for 'pd'
 pkgname=pd
-version=0.53.2
+version=0.54.0
 revision=1
 _ver=${version%.*}-${version##*.}
 build_style=gnu-configure
@@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="BSD-3-Clause"
 homepage="https://puredata.info"
 distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
-checksum=67f4001eafb6d9cba8c7090050dd84b814e000cae8ad2a2cad6d124f632de689
+checksum=e8c14a7d8579096c6e3ac9b55782da602848448971d107306a1e526ed0456485
 
 pre_configure() {
 	./autogen.sh

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

* Re: [PR PATCH] [Merged]: pd: update to 0.54.0.
  2023-07-04 15:56 [PR PATCH] pd: update to 0.54.0 ztx-lyghters
@ 2023-07-12 13:47 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-07-12 13:47 UTC (permalink / raw)
  To: ml

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

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

pd: update to 0.54.0.
https://github.com/void-linux/void-packages/pull/44832

Description:
Removed the `qsort` patch, because it doesn't build with the newer version. Code has changed within `x_text.c`, the patch might be not needed anymore.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
 - I tested the changes in this PR: **YES** (but only for glibc)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- 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):
  - armv7l



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

end of thread, other threads:[~2023-07-12 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 15:56 [PR PATCH] pd: update to 0.54.0 ztx-lyghters
2023-07-12 13:47 ` [PR PATCH] [Merged]: " Duncaen

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