Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] baresip: update to 3.5.1
@ 2023-09-24 13:15 Johnnynator
  2023-10-19 15:48 ` [PR PATCH] [Updated] " Johnnynator
  2023-10-19 15:55 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 2 replies; 3+ messages in thread
From: Johnnynator @ 2023-09-24 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages baresip-3.5.1
https://github.com/void-linux/void-packages/pull/46220

baresip: update to 3.5.1
- re: update to 3.5.1.
- baresip: update to 3.5.1.
- rem: drop package


#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/46220.patch is attached

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

From 8086f9ca72d078eb5d9a8c685f580ea96859912e Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 24 Sep 2023 14:54:48 +0200
Subject: [PATCH 1/3] re: update to 3.5.1.

---
 common/shlibs       | 2 +-
 srcpkgs/re/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..40af87a907f46 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3454,7 +3454,7 @@ libhtmlcxx.so.3 htmlcxx-0.86_1
 libcss_parser_pp.so.0 htmlcxx-0.86_1
 libcss_parser.so.0 htmlcxx-0.86_1
 libaom.so.3 libaom-3.4.0_1
-libre.so.12 re-2.10.0_1
+libre.so.17 re-3.5.1_1
 libtpms.so.0 libtpms-0.9.0_1
 libswtpm_libtpms.so.0 libswtpm-0.6.1_1
 libspandsp.so.2 spandsp-0.0.6_1
diff --git a/srcpkgs/re/template b/srcpkgs/re/template
index b96af0934af13..3c460f6fcbad1 100644
--- a/srcpkgs/re/template
+++ b/srcpkgs/re/template
@@ -1,7 +1,7 @@
 # Template file for 're'
 pkgname=re
-version=2.10.0
-revision=2
+version=3.5.1
+revision=1
 build_style=cmake
 configure_args="-DUSE_OPENSSL=yes"
 makedepends="openssl-devel zlib-devel"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/re/"
 distfiles="https://github.com/baresip/re/archive/refs/tags/v${version}.tar.gz"
-checksum=4d2b6f8fc73efdbcb5a7b2a98d0b46ac6eb28ede5ae90f9596b49663eec623a9
+checksum=5cf31f95cd3d7df14c8f27a38b94a328b4d67c300686b49b6fae9cc0552f86e8
 
 CFLAGS=-D_GNU_SOURCE
 

From b4de32224f1d906958c0049f432ed4a8418c53da Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 24 Sep 2023 14:55:26 +0200
Subject: [PATCH 2/3] baresip: update to 3.5.1.

---
 srcpkgs/baresip/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template
index f1bd1817048b5..c83b62aa43b8e 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -1,14 +1,15 @@
 # Template file for 'baresip'
 pkgname=baresip
-version=2.10.0
+version=3.5.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config glib-devel"
 makedepends="libgsm-devel libpng-devel openssl-devel libsndfile-devel
- opus-devel re-devel rem-devel spandsp-devel speex-devel speexdsp-devel
+ opus-devel re-devel spandsp-devel speex-devel speexdsp-devel
  tiff-devel twolame-devel cairo-devel gst-plugins-base1-devel jack-devel
  gstreamer1-devel gtk+3-devel mpg123-devel SDL2-devel ffmpeg-devel libvpx-devel
- libX11-devel v4l-utils-devel x265-devel libXext-devel webrtc-audio-processing-devel"
+ libX11-devel v4l-utils-devel x265-devel libXext-devel webrtc-audio-processing-devel
+ fdk-aac-devel libmosquitto-devel codec2-devel"
 # sndio-devel Currently not hooked up in their cmake build system
 short_desc="Modular SIP User-Agent with audio and video support"
 maintainer="John <me@johnnynator.dev>"
@@ -16,7 +17,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/baresip/baresip"
 changelog="https://raw.githubusercontent.com/baresip/baresip/main/CHANGELOG.md"
 distfiles="https://github.com/baresip/baresip/archive/refs/tags/v${version}.tar.gz"
-checksum=1bbeda0cb6c0f0480fb67f4fcc389df42384da7da909d9d950538fbbbfb92495
+checksum=622122edf376145870bc7749af0463c5f04a668b3d095c025b718f1910f1b77b
 
 post_install() {
 	vlicense LICENSE

From 5cbac40792e6722fb77dfae581cd01504915482a Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 24 Sep 2023 15:13:59 +0200
Subject: [PATCH 3/3] rem: drop package

---
 common/shlibs                     |  1 -
 srcpkgs/rem-devel                 |  1 -
 srcpkgs/rem/template              | 28 ----------------------------
 srcpkgs/removed-packages/template |  6 ++++--
 4 files changed, 4 insertions(+), 32 deletions(-)
 delete mode 120000 srcpkgs/rem-devel
 delete mode 100644 srcpkgs/rem/template

diff --git a/common/shlibs b/common/shlibs
index 40af87a907f46..bcaa2b15dcdd9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3467,7 +3467,6 @@ libspa-jack.so libspa-jack-0.3.6_1
 libspa-v4l2.so libspa-v4l2-0.3.6_1
 libspa-videoconvert.so libspa-videoconvert-0.3.6_1
 libspa-vulkan.so libspa-vulkan-0.3.6_1
-librem.so.4 rem-2.10.0_1
 libshp.so.1 shapelib-1.4.1_1
 libantlr3c.so libantlr3c-3.4_1
 libbzrtp.so.0 bzrtp-1.0.6_1
diff --git a/srcpkgs/rem-devel b/srcpkgs/rem-devel
deleted file mode 120000
index bb6c00d1745c8..0000000000000
--- a/srcpkgs/rem-devel
+++ /dev/null
@@ -1 +0,0 @@
-rem
\ No newline at end of file
diff --git a/srcpkgs/rem/template b/srcpkgs/rem/template
deleted file mode 100644
index 51b72e52a8371..0000000000000
--- a/srcpkgs/rem/template
+++ /dev/null
@@ -1,28 +0,0 @@
-# Template file for 'rem'
-pkgname=rem
-version=2.10.0
-revision=1
-build_style=cmake
-hostmakedepends="pkg-config"
-makedepends="re-devel"
-short_desc="Library for real-time audio and video processing"
-maintainer="John <me@johnnynator.dev>"
-license="BSD-3-Clause"
-homepage="https://github.com/baresip/rem"
-distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
-checksum=82d417f9ece6cafdbfb1e342cf1c7cf4390136578dd7c77b4c7995cbbf4792a0
-
-post_install() {
-	vlicense LICENSE
-}
-
-rem-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index edf3aa545694b..1971d85305925 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20230918
-revision=2
+version=0.1.20230923
+revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -600,6 +600,8 @@ replaces="
  raul-devel<=0.8.0_6
  raul<=0.8.0_6
  redkite<=1.3.1_1
+ rem<=2.10.0_1
+ rem-devel<=2.10.0_1
  reminiscence<=0.4.6_1
  rkt-stage1-coreos<=1.30.0_3
  rkt-stage1-fly<=1.30.0_3

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

* Re: [PR PATCH] [Updated] baresip: update to 3.5.1
  2023-09-24 13:15 [PR PATCH] baresip: update to 3.5.1 Johnnynator
@ 2023-10-19 15:48 ` Johnnynator
  2023-10-19 15:55 ` [PR PATCH] [Merged]: " Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2023-10-19 15:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages baresip-3.5.1
https://github.com/void-linux/void-packages/pull/46220

baresip: update to 3.5.1
- re: update to 3.5.1.
- baresip: update to 3.5.1.
- rem: drop package


#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/46220.patch is attached

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

From 051729bae0e2ebc5ef87ff981cf60be908f7a86b Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 24 Sep 2023 14:54:48 +0200
Subject: [PATCH 1/3] re: update to 3.6.0.

---
 common/shlibs       | 2 +-
 srcpkgs/re/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 67ecffb1effa3..34c489bb69022 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3420,7 +3420,7 @@ libhtmlcxx.so.3 htmlcxx-0.86_1
 libcss_parser_pp.so.0 htmlcxx-0.86_1
 libcss_parser.so.0 htmlcxx-0.86_1
 libaom.so.3 libaom-3.4.0_1
-libre.so.12 re-2.10.0_1
+libre.so.18 re-3.6.0_1
 libtpms.so.0 libtpms-0.9.0_1
 libswtpm_libtpms.so.0 libswtpm-0.6.1_1
 libspandsp.so.2 spandsp-0.0.6_1
diff --git a/srcpkgs/re/template b/srcpkgs/re/template
index b96af0934af13..9943e03e98448 100644
--- a/srcpkgs/re/template
+++ b/srcpkgs/re/template
@@ -1,7 +1,7 @@
 # Template file for 're'
 pkgname=re
-version=2.10.0
-revision=2
+version=3.6.0
+revision=1
 build_style=cmake
 configure_args="-DUSE_OPENSSL=yes"
 makedepends="openssl-devel zlib-devel"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/re/"
 distfiles="https://github.com/baresip/re/archive/refs/tags/v${version}.tar.gz"
-checksum=4d2b6f8fc73efdbcb5a7b2a98d0b46ac6eb28ede5ae90f9596b49663eec623a9
+checksum=12a46474875ef39f1179aca0138939bd84bb9357f54341518022a203c110d879
 
 CFLAGS=-D_GNU_SOURCE
 

From 993d35fee0340019576942086946c9d45de79417 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 24 Sep 2023 14:55:26 +0200
Subject: [PATCH 2/3] baresip: update to 3.6.0.

---
 srcpkgs/baresip/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template
index b21e22334316e..512045e306dbe 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -1,14 +1,15 @@
 # Template file for 'baresip'
 pkgname=baresip
-version=2.10.0
-revision=2
+version=3.6.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config glib-devel"
 makedepends="libgsm-devel libpng-devel openssl-devel libsndfile-devel
- opus-devel re-devel rem-devel spandsp-devel speex-devel speexdsp-devel
+ opus-devel re-devel spandsp-devel speex-devel speexdsp-devel
  tiff-devel twolame-devel cairo-devel gst-plugins-base1-devel jack-devel
  gstreamer1-devel gtk+3-devel mpg123-devel SDL2-devel ffmpeg-devel libvpx-devel
- libX11-devel v4l-utils-devel x265-devel libXext-devel webrtc-audio-processing-devel"
+ libX11-devel v4l-utils-devel x265-devel libXext-devel webrtc-audio-processing-devel
+ fdk-aac-devel libmosquitto-devel codec2-devel"
 # sndio-devel Currently not hooked up in their cmake build system
 short_desc="Modular SIP User-Agent with audio and video support"
 maintainer="John <me@johnnynator.dev>"
@@ -16,7 +17,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/baresip/baresip"
 changelog="https://raw.githubusercontent.com/baresip/baresip/main/CHANGELOG.md"
 distfiles="https://github.com/baresip/baresip/archive/refs/tags/v${version}.tar.gz"
-checksum=1bbeda0cb6c0f0480fb67f4fcc389df42384da7da909d9d950538fbbbfb92495
+checksum=9996197bcba8bd2cbbed209f39b52dd811d2f4e35386819370da075b7d24b864
 
 post_install() {
 	vlicense LICENSE

From deccff07e5b45362ed0b51cd059920fb69144ff9 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 24 Sep 2023 15:13:59 +0200
Subject: [PATCH 3/3] rem: drop package

---
 common/shlibs                     |  1 -
 srcpkgs/rem-devel                 |  1 -
 srcpkgs/rem/template              | 28 ----------------------------
 srcpkgs/removed-packages/template |  4 +++-
 4 files changed, 3 insertions(+), 31 deletions(-)
 delete mode 120000 srcpkgs/rem-devel
 delete mode 100644 srcpkgs/rem/template

diff --git a/common/shlibs b/common/shlibs
index 34c489bb69022..987b52451767a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3433,7 +3433,6 @@ libspa-jack.so libspa-jack-0.3.6_1
 libspa-v4l2.so libspa-v4l2-0.3.6_1
 libspa-videoconvert.so libspa-videoconvert-0.3.6_1
 libspa-vulkan.so libspa-vulkan-0.3.6_1
-librem.so.4 rem-2.10.0_1
 libshp.so.1 shapelib-1.4.1_1
 libantlr3c.so libantlr3c-3.4_1
 libbzrtp.so.0 bzrtp-1.0.6_1
diff --git a/srcpkgs/rem-devel b/srcpkgs/rem-devel
deleted file mode 120000
index bb6c00d1745c8..0000000000000
--- a/srcpkgs/rem-devel
+++ /dev/null
@@ -1 +0,0 @@
-rem
\ No newline at end of file
diff --git a/srcpkgs/rem/template b/srcpkgs/rem/template
deleted file mode 100644
index 51b72e52a8371..0000000000000
--- a/srcpkgs/rem/template
+++ /dev/null
@@ -1,28 +0,0 @@
-# Template file for 'rem'
-pkgname=rem
-version=2.10.0
-revision=1
-build_style=cmake
-hostmakedepends="pkg-config"
-makedepends="re-devel"
-short_desc="Library for real-time audio and video processing"
-maintainer="John <me@johnnynator.dev>"
-license="BSD-3-Clause"
-homepage="https://github.com/baresip/rem"
-distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
-checksum=82d417f9ece6cafdbfb1e342cf1c7cf4390136578dd7c77b4c7995cbbf4792a0
-
-post_install() {
-	vlicense LICENSE
-}
-
-rem-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 20ea28881f046..ad5cff271c958 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20231009
+version=0.1.20231019
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -635,6 +635,8 @@ replaces="
  raul-devel<=0.8.0_6
  raul<=0.8.0_6
  redkite<=1.3.1_1
+ rem<=2.10.0_1
+ rem-devel<=2.10.0_1
  reminiscence<=0.4.6_1
  resynthesizer<=2.0.3_1
  rkt-stage1-coreos<=1.30.0_3

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

* Re: [PR PATCH] [Merged]: baresip: update to 3.5.1
  2023-09-24 13:15 [PR PATCH] baresip: update to 3.5.1 Johnnynator
  2023-10-19 15:48 ` [PR PATCH] [Updated] " Johnnynator
@ 2023-10-19 15:55 ` Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2023-10-19 15:55 UTC (permalink / raw)
  To: ml

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

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

baresip: update to 3.5.1
https://github.com/void-linux/void-packages/pull/46220

Description:
- re: update to 3.5.1.
- baresip: update to 3.5.1.
- rem: drop package


#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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
-->


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

end of thread, other threads:[~2023-10-19 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-24 13:15 [PR PATCH] baresip: update to 3.5.1 Johnnynator
2023-10-19 15:48 ` [PR PATCH] [Updated] " Johnnynator
2023-10-19 15:55 ` [PR PATCH] [Merged]: " Johnnynator

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