Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pjproject: update to 2.13
@ 2023-01-30 15:23 dkwo
  2023-01-30 15:24 ` dkwo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dkwo @ 2023-01-30 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3pjpro
https://github.com/void-linux/void-packages/pull/41965

pjproject: update to 2.13
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 

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

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

From 16cc6691f21423416cb4247bee486eeeeeb307e9 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 26 Jan 2023 13:51:22 -0500
Subject: [PATCH] pjproject: update to 2.13

---
 srcpkgs/pjproject/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pjproject/template b/srcpkgs/pjproject/template
index c94ead90e9de..89474e57e782 100644
--- a/srcpkgs/pjproject/template
+++ b/srcpkgs/pjproject/template
@@ -2,9 +2,8 @@
 # no-third-party.patch comes from Alpine,
 # and this template is heavily based on Alpine's APKBUILD.
 pkgname=pjproject
-version=2.8
-revision=5
-disable_parallel_build=yes
+version=2.13
+revision=1
 build_style=gnu-configure
 configure_args="--enable-shared \
 	--enable-libsamplerate \
@@ -17,13 +16,14 @@ configure_args="--enable-shared \
 # webrtc-audio-processing, but it doesn't have what I need.  Using the
 # bundled versions would also pollute build with libyuv and libwebrtc (yuck).
 makedepends="openssl-devel alsa-lib-devel libgsm-devel speex-devel speexdsp-devel
-	libsrtp-devel libsamplerate-devel"
+ libsrtp-devel libsamplerate-devel"
 short_desc="Open source SIP and media stack"
 maintainer="Christopher Brannon <chris@the-brannons.com>"
 license="GPL-2.0-or-later"
-homepage="http://www.pjsip.org/pjsua.htm"
-distfiles="http://www.pjsip.org/release/${version}/${pkgname}-${version}.tar.bz2"
-checksum=503d0bd7f9f13dc1492ac9b71b761b1089851fbb608b9a13996edc3c42006f79
+homepage="https://www.pjsip.org/"
+distfiles="https://github.com/pjsip/pjproject/archive/refs/tags/${version}.tar.gz"
+checksum=4178bb9f586299111463fc16ea04e461adca4a73e646f8ddef61ea53dafa92d9
+disable_parallel_build=yes
 
 pre_configure() {
 	export LD="${CC}"

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

* Re: pjproject: update to 2.13
  2023-01-30 15:23 [PR PATCH] pjproject: update to 2.13 dkwo
@ 2023-01-30 15:24 ` dkwo
  2023-02-07  0:44 ` CMB
  2023-02-14 21:09 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2023-01-30 15:24 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/41965#issuecomment-1408821812

Comment:
@CMB 

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

* Re: pjproject: update to 2.13
  2023-01-30 15:23 [PR PATCH] pjproject: update to 2.13 dkwo
  2023-01-30 15:24 ` dkwo
@ 2023-02-07  0:44 ` CMB
  2023-02-14 21:09 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: CMB @ 2023-02-07  0:44 UTC (permalink / raw)
  To: ml

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

New comment by CMB on void-packages repository

https://github.com/void-linux/void-packages/pull/41965#issuecomment-1419997930

Comment:
This looks good to me.
I built and ran it on aarch64-musl at least.


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

* Re: [PR PATCH] [Merged]: pjproject: update to 2.13
  2023-01-30 15:23 [PR PATCH] pjproject: update to 2.13 dkwo
  2023-01-30 15:24 ` dkwo
  2023-02-07  0:44 ` CMB
@ 2023-02-14 21:09 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-14 21:09 UTC (permalink / raw)
  To: ml

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

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

pjproject: update to 2.13
https://github.com/void-linux/void-packages/pull/41965

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

required to build with openssl3 #37681 

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

end of thread, other threads:[~2023-02-14 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 15:23 [PR PATCH] pjproject: update to 2.13 dkwo
2023-01-30 15:24 ` dkwo
2023-02-07  0:44 ` CMB
2023-02-14 21:09 ` [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).