Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] baresip, rem & re: update to 2.7.0.
@ 2022-09-13 19:43 index-0
  2022-09-13 19:46 ` classabbyamp
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: index-0 @ 2022-09-13 19:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/index-0/void-packages master
https://github.com/void-linux/void-packages/pull/39266

baresip, rem & re: update to 2.7.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - armv6l

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

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

From 50c712a42621501672ba9f7282099028544931bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Tue, 13 Sep 2022 13:42:58 -0500
Subject: [PATCH 1/2] baresip, rem & re: update to 2.7.0.

---
 common/shlibs                  |  4 ++--
 srcpkgs/baresip/template       |  6 +++---
 srcpkgs/re/patches/bsdnet.diff | 24 ++++++++++++------------
 srcpkgs/re/patches/musl.patch  | 28 ----------------------------
 srcpkgs/re/template            |  9 +++++----
 srcpkgs/rem/template           |  6 +++---
 6 files changed, 25 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/re/patches/musl.patch

diff --git a/common/shlibs b/common/shlibs
index ae39d4551d59..245d9ad9c708 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3442,7 +3442,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.1 re-2.0.1_1
+libre.so.9 re-2.7.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
@@ -3455,7 +3455,7 @@ 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 rem-0.5.3_1
+librem.so.3 rem-2.7.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/baresip/template b/srcpkgs/baresip/template
index 7ef339536933..6699b9f7c370 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -1,6 +1,6 @@
 # Template file for 'baresip'
 pkgname=baresip
-version=1.1.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk
@@ -24,8 +24,8 @@ short_desc="Modular SIP User-Agent with audio and video support"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/baresip"
-distfiles="https://github.com/baresip/baresip/archive/v${version}.tar.gz"
-checksum=f9230b27c4a62f31223847bc485c51f3d960f8a09f36998dedb73358e1784b4e
+distfiles="https://github.com/baresip/baresip/archive/refs/tags/v${version}.tar.gz"
+checksum=6bc3ac1b2a301b6de91a40079a9ec44545a00c57662ca0bdf2518fbb932ff181
 
 # Package build options
 build_options="gtk video"
diff --git a/srcpkgs/re/patches/bsdnet.diff b/srcpkgs/re/patches/bsdnet.diff
index 46a4329808e7..3039bc42decc 100644
--- a/srcpkgs/re/patches/bsdnet.diff
+++ b/srcpkgs/re/patches/bsdnet.diff
@@ -1,29 +1,29 @@
---- a/src/net/posix/pif.c	2016-12-03 15:21:22.000000000 +0100
-+++ b/src/net/posix/pif.c	2016-12-03 15:21:39.000000000 +0100
+--- a/src/net/ifaddrs.c
++++ b/src/net/ifaddrs.c
 @@ -3,6 +3,7 @@
   *
   * Copyright (C) 2010 Creytiv.com
   */
 +#define _GNU_SOURCE
- #include <string.h>
  #include <unistd.h>
- #include <sys/ioctl.h>
---- a/src/net/ifaddrs.c	2016-12-03 15:24:22.000000000 +0100
-+++ b/src/net/ifaddrs.c	2016-12-03 15:24:39.000000000 +0100
+ #include <sys/socket.h>
+ #define __USE_MISC 1   /**< Use MISC code */
+--- a/src/net/posix/pif.c
++++ b/src/net/posix/pif.c
 @@ -3,6 +3,7 @@
   *
   * Copyright (C) 2010 Creytiv.com
   */
 +#define _GNU_SOURCE
+ #include <string.h>
  #include <unistd.h>
- #include <sys/socket.h>
- #define __USE_MISC 1   /**< Use MISC code */
---- a/src/tcp/tcp.c	2016-12-03 15:30:06.000000000 +0100
-+++ b/src/tcp/tcp.c	2016-12-03 15:29:46.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
+ #include <sys/ioctl.h>
+--- a/src/tcp/tcp.c
++++ b/src/tcp/tcp.c
+@@ -4,6 +4,7 @@
   * Copyright (C) 2010 Creytiv.com
   */
+ 
 +#define _GNU_SOURCE
  #include <stdlib.h>
  #ifdef HAVE_UNISTD_H
diff --git a/srcpkgs/re/patches/musl.patch b/srcpkgs/re/patches/musl.patch
deleted file mode 100644
index 3ae7636e4504..000000000000
--- a/srcpkgs/re/patches/musl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/re_types.h	2018-01-14 21:33:25.561341291 +0100
-+++ b/include/re_types.h	2018-01-14 21:34:45.444384148 +0100
-@@ -37,20 +37,25 @@
- typedef signed long long int      int64_t;
- 
- #ifndef __uint32_t_defined
-+#ifdef __GLIBC__
- #define __uint32_t_defined
- typedef unsigned char             uint8_t;
- typedef unsigned short int        uint16_t;
- typedef unsigned int              uint32_t;
- typedef unsigned long long int    uint64_t;
- #endif
-+#endif
- 
- #endif /* __BIT_TYPES_DEFINED__ */
- 
- #endif /* __int8_t_defined */
- #ifndef __ssize_t_defined
-+#ifndef __DEFINED_ssize_t
- typedef long     ssize_t;
-+#define __DEFINED_ssize_t
- #define __ssize_t_defined
- #endif
-+#endif
- 
- 
- #ifndef WIN32
diff --git a/srcpkgs/re/template b/srcpkgs/re/template
index 726ba0360748..8ac20f2bc086 100644
--- a/srcpkgs/re/template
+++ b/srcpkgs/re/template
@@ -1,6 +1,6 @@
 # Template file for 're'
 pkgname=re
-version=2.0.1
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
@@ -8,13 +8,14 @@ make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
  USE_DTLS_SRTP=yes USE_ZLIB=yes"
 make_install_args="$make_build_args"
 make_use_env=1
+hostmakedepends="pkg-config"
 makedepends="openssl-devel zlib-devel"
 short_desc="Portable library for real-time communications"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/re/"
-distfiles="https://github.com/baresip/re/archive/v${version}.tar.gz"
-checksum=43aa439b96aff75fe5768b9f9d49dea97042e42e7647df47b345465763e2f7ed
+distfiles="https://github.com/baresip/re/archive/refs/tags/v${version}.tar.gz"
+checksum=999f02b4299f9f4bbf637cf610099b656225fef0ce08ce56728978214d448343
 shlib_provides="libre.so"
 
 case $XBPS_TARGET_MACHINE in
@@ -34,7 +35,7 @@ pre_build() {
 }
 
 post_install() {
-	vlicense docs/COPYING
+	vlicense LICENSE
 }
 
 re-devel_package() {
diff --git a/srcpkgs/rem/template b/srcpkgs/rem/template
index ac2b25e44751..351b5417fc62 100644
--- a/srcpkgs/rem/template
+++ b/srcpkgs/rem/template
@@ -1,6 +1,6 @@
 # Template file for 'rem'
 pkgname=rem
-version=1.0.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
@@ -14,8 +14,8 @@ 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/v${version}.tar.gz"
-checksum=bcc91bb521fae183357fb422b00a3981477a22e99d3afe165c4ec50a6bbed9da
+distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
+checksum=7f4ad245eb9fb07a82890022d1c721c93ee2e299acb88a7e775ca541f7a09892
 shlib_provides="librem.so"
 
 case $XBPS_TARGET_MACHINE in

From 880781955dc67acfda0429b9a750779f16e8babc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Tue, 13 Sep 2022 14:36:09 -0500
Subject: [PATCH 2/2] baresip: add devel package

---
 srcpkgs/baresip-devel    | 1 +
 srcpkgs/baresip/template | 8 ++++++++
 2 files changed, 9 insertions(+)
 create mode 120000 srcpkgs/baresip-devel

diff --git a/srcpkgs/baresip-devel b/srcpkgs/baresip-devel
new file mode 120000
index 000000000000..164155010887
--- /dev/null
+++ b/srcpkgs/baresip-devel
@@ -0,0 +1 @@
+baresip
\ No newline at end of file
diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template
index 6699b9f7c370..274c0d0ad7a4 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -51,3 +51,11 @@ pre_build() {
 post_install() {
 	vlicense docs/COPYING
 }
+
+baresip-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vinstall include/baresip.h 644 usr/include/
+	}
+}

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

* Re: baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
@ 2022-09-13 19:46 ` classabbyamp
  2022-09-13 19:58 ` index-0
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-13 19:46 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#issuecomment-1245881615

Comment:
this should be one commit per package (so 3 total)

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

* Re: baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
  2022-09-13 19:46 ` classabbyamp
@ 2022-09-13 19:58 ` index-0
  2022-09-13 20:30 ` classabbyamp
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: index-0 @ 2022-09-13 19:58 UTC (permalink / raw)
  To: ml

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

New comment by index-0 on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#issuecomment-1245892463

Comment:
All the packages are related, and I was afraid that making separate commits would cause problems.

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

* Re: baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
  2022-09-13 19:46 ` classabbyamp
  2022-09-13 19:58 ` index-0
@ 2022-09-13 20:30 ` classabbyamp
  2022-09-13 20:59 ` [PR PATCH] [Updated] " index-0
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-13 20:30 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#issuecomment-1245924287

Comment:
just order them in a way that makes sense, separate commits won't cause issues

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

* Re: [PR PATCH] [Updated] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (2 preceding siblings ...)
  2022-09-13 20:30 ` classabbyamp
@ 2022-09-13 20:59 ` index-0
  2022-09-13 21:03 ` index-0
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: index-0 @ 2022-09-13 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/index-0/void-packages master
https://github.com/void-linux/void-packages/pull/39266

baresip, rem & re: update to 2.7.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - armv6l

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

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

From da493ea8af6a596432b66c944ef9e8fbf3f02fc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Tue, 13 Sep 2022 15:52:00 -0500
Subject: [PATCH 1/4] re: update to 2.7.0.

---
 common/shlibs                  |  2 +-
 srcpkgs/re/patches/bsdnet.diff | 24 ++++++++++++------------
 srcpkgs/re/patches/musl.patch  | 28 ----------------------------
 srcpkgs/re/template            |  9 +++++----
 4 files changed, 18 insertions(+), 45 deletions(-)
 delete mode 100644 srcpkgs/re/patches/musl.patch

diff --git a/common/shlibs b/common/shlibs
index ae39d4551d59..6ae7509a8342 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3442,7 +3442,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.1 re-2.0.1_1
+libre.so.9 re-2.7.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/patches/bsdnet.diff b/srcpkgs/re/patches/bsdnet.diff
index 46a4329808e7..3039bc42decc 100644
--- a/srcpkgs/re/patches/bsdnet.diff
+++ b/srcpkgs/re/patches/bsdnet.diff
@@ -1,29 +1,29 @@
---- a/src/net/posix/pif.c	2016-12-03 15:21:22.000000000 +0100
-+++ b/src/net/posix/pif.c	2016-12-03 15:21:39.000000000 +0100
+--- a/src/net/ifaddrs.c
++++ b/src/net/ifaddrs.c
 @@ -3,6 +3,7 @@
   *
   * Copyright (C) 2010 Creytiv.com
   */
 +#define _GNU_SOURCE
- #include <string.h>
  #include <unistd.h>
- #include <sys/ioctl.h>
---- a/src/net/ifaddrs.c	2016-12-03 15:24:22.000000000 +0100
-+++ b/src/net/ifaddrs.c	2016-12-03 15:24:39.000000000 +0100
+ #include <sys/socket.h>
+ #define __USE_MISC 1   /**< Use MISC code */
+--- a/src/net/posix/pif.c
++++ b/src/net/posix/pif.c
 @@ -3,6 +3,7 @@
   *
   * Copyright (C) 2010 Creytiv.com
   */
 +#define _GNU_SOURCE
+ #include <string.h>
  #include <unistd.h>
- #include <sys/socket.h>
- #define __USE_MISC 1   /**< Use MISC code */
---- a/src/tcp/tcp.c	2016-12-03 15:30:06.000000000 +0100
-+++ b/src/tcp/tcp.c	2016-12-03 15:29:46.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
+ #include <sys/ioctl.h>
+--- a/src/tcp/tcp.c
++++ b/src/tcp/tcp.c
+@@ -4,6 +4,7 @@
   * Copyright (C) 2010 Creytiv.com
   */
+ 
 +#define _GNU_SOURCE
  #include <stdlib.h>
  #ifdef HAVE_UNISTD_H
diff --git a/srcpkgs/re/patches/musl.patch b/srcpkgs/re/patches/musl.patch
deleted file mode 100644
index 3ae7636e4504..000000000000
--- a/srcpkgs/re/patches/musl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/re_types.h	2018-01-14 21:33:25.561341291 +0100
-+++ b/include/re_types.h	2018-01-14 21:34:45.444384148 +0100
-@@ -37,20 +37,25 @@
- typedef signed long long int      int64_t;
- 
- #ifndef __uint32_t_defined
-+#ifdef __GLIBC__
- #define __uint32_t_defined
- typedef unsigned char             uint8_t;
- typedef unsigned short int        uint16_t;
- typedef unsigned int              uint32_t;
- typedef unsigned long long int    uint64_t;
- #endif
-+#endif
- 
- #endif /* __BIT_TYPES_DEFINED__ */
- 
- #endif /* __int8_t_defined */
- #ifndef __ssize_t_defined
-+#ifndef __DEFINED_ssize_t
- typedef long     ssize_t;
-+#define __DEFINED_ssize_t
- #define __ssize_t_defined
- #endif
-+#endif
- 
- 
- #ifndef WIN32
diff --git a/srcpkgs/re/template b/srcpkgs/re/template
index 726ba0360748..8ac20f2bc086 100644
--- a/srcpkgs/re/template
+++ b/srcpkgs/re/template
@@ -1,6 +1,6 @@
 # Template file for 're'
 pkgname=re
-version=2.0.1
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
@@ -8,13 +8,14 @@ make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
  USE_DTLS_SRTP=yes USE_ZLIB=yes"
 make_install_args="$make_build_args"
 make_use_env=1
+hostmakedepends="pkg-config"
 makedepends="openssl-devel zlib-devel"
 short_desc="Portable library for real-time communications"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/re/"
-distfiles="https://github.com/baresip/re/archive/v${version}.tar.gz"
-checksum=43aa439b96aff75fe5768b9f9d49dea97042e42e7647df47b345465763e2f7ed
+distfiles="https://github.com/baresip/re/archive/refs/tags/v${version}.tar.gz"
+checksum=999f02b4299f9f4bbf637cf610099b656225fef0ce08ce56728978214d448343
 shlib_provides="libre.so"
 
 case $XBPS_TARGET_MACHINE in
@@ -34,7 +35,7 @@ pre_build() {
 }
 
 post_install() {
-	vlicense docs/COPYING
+	vlicense LICENSE
 }
 
 re-devel_package() {

From 660f81f81f495636c0eb1324a8b0b07ce207c451 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Tue, 13 Sep 2022 15:53:33 -0500
Subject: [PATCH 2/4] rem: update to 2.7.0.

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

diff --git a/common/shlibs b/common/shlibs
index 6ae7509a8342..245d9ad9c708 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3455,7 +3455,7 @@ 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 rem-0.5.3_1
+librem.so.3 rem-2.7.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/template b/srcpkgs/rem/template
index ac2b25e44751..351b5417fc62 100644
--- a/srcpkgs/rem/template
+++ b/srcpkgs/rem/template
@@ -1,6 +1,6 @@
 # Template file for 'rem'
 pkgname=rem
-version=1.0.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
@@ -14,8 +14,8 @@ 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/v${version}.tar.gz"
-checksum=bcc91bb521fae183357fb422b00a3981477a22e99d3afe165c4ec50a6bbed9da
+distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
+checksum=7f4ad245eb9fb07a82890022d1c721c93ee2e299acb88a7e775ca541f7a09892
 shlib_provides="librem.so"
 
 case $XBPS_TARGET_MACHINE in

From daa1da4db031263bdfbf6e95694ae57e5c4accf5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Tue, 13 Sep 2022 15:55:54 -0500
Subject: [PATCH 3/4] baresip: update to 2.7.0.

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

diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template
index 7ef339536933..6699b9f7c370 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -1,6 +1,6 @@
 # Template file for 'baresip'
 pkgname=baresip
-version=1.1.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk
@@ -24,8 +24,8 @@ short_desc="Modular SIP User-Agent with audio and video support"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/baresip"
-distfiles="https://github.com/baresip/baresip/archive/v${version}.tar.gz"
-checksum=f9230b27c4a62f31223847bc485c51f3d960f8a09f36998dedb73358e1784b4e
+distfiles="https://github.com/baresip/baresip/archive/refs/tags/v${version}.tar.gz"
+checksum=6bc3ac1b2a301b6de91a40079a9ec44545a00c57662ca0bdf2518fbb932ff181
 
 # Package build options
 build_options="gtk video"

From e46ef73e737395de912f0a7521d74b4e7e296bf9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Tue, 13 Sep 2022 15:58:41 -0500
Subject: [PATCH 4/4] New package: baresip-devel

---
 srcpkgs/baresip-devel    | 1 +
 srcpkgs/baresip/template | 8 ++++++++
 2 files changed, 9 insertions(+)
 create mode 120000 srcpkgs/baresip-devel

diff --git a/srcpkgs/baresip-devel b/srcpkgs/baresip-devel
new file mode 120000
index 000000000000..164155010887
--- /dev/null
+++ b/srcpkgs/baresip-devel
@@ -0,0 +1 @@
+baresip
\ No newline at end of file
diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template
index 6699b9f7c370..274c0d0ad7a4 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -51,3 +51,11 @@ pre_build() {
 post_install() {
 	vlicense docs/COPYING
 }
+
+baresip-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vinstall include/baresip.h 644 usr/include/
+	}
+}

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

* Re: baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (3 preceding siblings ...)
  2022-09-13 20:59 ` [PR PATCH] [Updated] " index-0
@ 2022-09-13 21:03 ` index-0
  2022-09-13 22:40 ` [PR REVIEW] " classabbyamp
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: index-0 @ 2022-09-13 21:03 UTC (permalink / raw)
  To: ml

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

New comment by index-0 on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#issuecomment-1245951464

Comment:
It's done

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

* Re: [PR REVIEW] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (5 preceding siblings ...)
  2022-09-13 22:40 ` [PR REVIEW] " classabbyamp
@ 2022-09-13 22:40 ` classabbyamp
  2022-09-14  4:02 ` sgn
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-13 22:40 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#discussion_r970094559

Comment:
```suggestion
homepage="https://github.com/baresip/baresip"
changelog="https://raw.githubusercontent.com/baresip/baresip/main/CHANGELOG.md"
```

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

* Re: [PR REVIEW] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (4 preceding siblings ...)
  2022-09-13 21:03 ` index-0
@ 2022-09-13 22:40 ` classabbyamp
  2022-09-13 22:40 ` classabbyamp
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-13 22:40 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#discussion_r970094254

Comment:
add `make_install_target="install install-dev"` on line 14, and this pkg_install can be
```sh
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove "usr/lib/*.a"
		vmove "usr/lib/*.so"
```

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

* Re: [PR REVIEW] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (6 preceding siblings ...)
  2022-09-13 22:40 ` classabbyamp
@ 2022-09-14  4:02 ` sgn
  2022-09-14  4:04 ` sgn
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-14  4:02 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#discussion_r970285182

Comment:
I would remove this patch completely and add:
```
CFLAGS=-D_GNU_SOURCE
```
in template.

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

* Re: [PR REVIEW] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (7 preceding siblings ...)
  2022-09-14  4:02 ` sgn
@ 2022-09-14  4:04 ` sgn
  2022-09-14  4:05 ` sgn
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-14  4:04 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#discussion_r970285765

Comment:
I think thisline should be removed now, and move `libre.so` to `-devel`.

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

* Re: [PR REVIEW] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (8 preceding siblings ...)
  2022-09-14  4:04 ` sgn
@ 2022-09-14  4:05 ` sgn
  2022-09-14  4:06 ` sgn
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-14  4:05 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#discussion_r970285979

Comment:
Remove this line, too. And move it into devel

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

* Re: baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (9 preceding siblings ...)
  2022-09-14  4:05 ` sgn
@ 2022-09-14  4:06 ` sgn
  2022-09-14  9:44 ` [PR PATCH] [Updated] " index-0
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-14  4:06 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#issuecomment-1246204734

Comment:
Please merge 2 last changes into 1.

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

* Re: [PR PATCH] [Updated] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (10 preceding siblings ...)
  2022-09-14  4:06 ` sgn
@ 2022-09-14  9:44 ` index-0
  2022-09-15 22:29 ` index-0
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: index-0 @ 2022-09-14  9:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/index-0/void-packages master
https://github.com/void-linux/void-packages/pull/39266

baresip, rem & re: update to 2.7.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - armv6l

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

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

From b5231e6e55c3ef3fdf9c32ea8da76c5f01bc24b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:41:29 -0500
Subject: [PATCH 1/3] re: update to 2.7.0.

---
 common/shlibs                  |  2 +-
 srcpkgs/re/patches/bsdnet.diff | 30 ------------------------------
 srcpkgs/re/patches/musl.patch  | 28 ----------------------------
 srcpkgs/re/template            | 13 ++++++++-----
 4 files changed, 9 insertions(+), 64 deletions(-)
 delete mode 100644 srcpkgs/re/patches/bsdnet.diff
 delete mode 100644 srcpkgs/re/patches/musl.patch

diff --git a/common/shlibs b/common/shlibs
index ae39d4551d59..6ae7509a8342 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3442,7 +3442,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.1 re-2.0.1_1
+libre.so.9 re-2.7.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/patches/bsdnet.diff b/srcpkgs/re/patches/bsdnet.diff
deleted file mode 100644
index 46a4329808e7..000000000000
--- a/srcpkgs/re/patches/bsdnet.diff
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/src/net/posix/pif.c	2016-12-03 15:21:22.000000000 +0100
-+++ b/src/net/posix/pif.c	2016-12-03 15:21:39.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <string.h>
- #include <unistd.h>
- #include <sys/ioctl.h>
---- a/src/net/ifaddrs.c	2016-12-03 15:24:22.000000000 +0100
-+++ b/src/net/ifaddrs.c	2016-12-03 15:24:39.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <unistd.h>
- #include <sys/socket.h>
- #define __USE_MISC 1   /**< Use MISC code */
---- a/src/tcp/tcp.c	2016-12-03 15:30:06.000000000 +0100
-+++ b/src/tcp/tcp.c	2016-12-03 15:29:46.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <stdlib.h>
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
diff --git a/srcpkgs/re/patches/musl.patch b/srcpkgs/re/patches/musl.patch
deleted file mode 100644
index 3ae7636e4504..000000000000
--- a/srcpkgs/re/patches/musl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/re_types.h	2018-01-14 21:33:25.561341291 +0100
-+++ b/include/re_types.h	2018-01-14 21:34:45.444384148 +0100
-@@ -37,20 +37,25 @@
- typedef signed long long int      int64_t;
- 
- #ifndef __uint32_t_defined
-+#ifdef __GLIBC__
- #define __uint32_t_defined
- typedef unsigned char             uint8_t;
- typedef unsigned short int        uint16_t;
- typedef unsigned int              uint32_t;
- typedef unsigned long long int    uint64_t;
- #endif
-+#endif
- 
- #endif /* __BIT_TYPES_DEFINED__ */
- 
- #endif /* __int8_t_defined */
- #ifndef __ssize_t_defined
-+#ifndef __DEFINED_ssize_t
- typedef long     ssize_t;
-+#define __DEFINED_ssize_t
- #define __ssize_t_defined
- #endif
-+#endif
- 
- 
- #ifndef WIN32
diff --git a/srcpkgs/re/template b/srcpkgs/re/template
index 726ba0360748..5d3196ccd33b 100644
--- a/srcpkgs/re/template
+++ b/srcpkgs/re/template
@@ -1,6 +1,6 @@
 # Template file for 're'
 pkgname=re
-version=2.0.1
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
@@ -8,14 +8,16 @@ make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
  USE_DTLS_SRTP=yes USE_ZLIB=yes"
 make_install_args="$make_build_args"
 make_use_env=1
+hostmakedepends="pkg-config"
 makedepends="openssl-devel zlib-devel"
 short_desc="Portable library for real-time communications"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/re/"
-distfiles="https://github.com/baresip/re/archive/v${version}.tar.gz"
-checksum=43aa439b96aff75fe5768b9f9d49dea97042e42e7647df47b345465763e2f7ed
-shlib_provides="libre.so"
+distfiles="https://github.com/baresip/re/archive/refs/tags/v${version}.tar.gz"
+checksum=999f02b4299f9f4bbf637cf610099b656225fef0ce08ce56728978214d448343
+
+CFLAGS=-D_GNU_SOURCE
 
 case $XBPS_TARGET_MACHINE in
 	i686*) arch="i686";;
@@ -34,12 +36,13 @@ pre_build() {
 }
 
 post_install() {
-	vlicense docs/COPYING
+	vlicense LICENSE
 }
 
 re-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"
+	shlib_provides="libre.so"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/*.a

From 116d8e0893f64db577179bc108a804ab5dc2a761 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:42:13 -0500
Subject: [PATCH 2/3] rem: update to 2.7.0.

---
 common/shlibs        |  2 +-
 srcpkgs/rem/template | 12 +++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6ae7509a8342..245d9ad9c708 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3455,7 +3455,7 @@ 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 rem-0.5.3_1
+librem.so.3 rem-2.7.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/template b/srcpkgs/rem/template
index ac2b25e44751..314b3f96ae9c 100644
--- a/srcpkgs/rem/template
+++ b/srcpkgs/rem/template
@@ -1,6 +1,6 @@
 # Template file for 'rem'
 pkgname=rem
-version=1.0.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
@@ -9,14 +9,14 @@ make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
  LIBRE_INC=${XBPS_CROSS_BASE}/usr/include/re LIBRE_SO=${XBPS_CROSS_BASE}/usr/lib"
 make_install_args="${make_build_args}"
 make_use_env=yes
+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/v${version}.tar.gz"
-checksum=bcc91bb521fae183357fb422b00a3981477a22e99d3afe165c4ec50a6bbed9da
-shlib_provides="librem.so"
+distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
+checksum=7f4ad245eb9fb07a82890022d1c721c93ee2e299acb88a7e775ca541f7a09892
 
 case $XBPS_TARGET_MACHINE in
 	i686*) arch="i686";;
@@ -44,9 +44,11 @@ post_install() {
 rem-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"
+	shlib_provides="librem.so"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
 		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 	}
 }

From a254d3bcbc0b0d5f84d78e8a586d21dd1904bd5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:43:26 -0500
Subject: [PATCH 3/3] baresip: update to 2.7.0.

---
 srcpkgs/baresip-devel    |  1 +
 srcpkgs/baresip/template | 19 ++++++++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/baresip-devel

diff --git a/srcpkgs/baresip-devel b/srcpkgs/baresip-devel
new file mode 120000
index 000000000000..164155010887
--- /dev/null
+++ b/srcpkgs/baresip-devel
@@ -0,0 +1 @@
+baresip
\ No newline at end of file
diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template
index 7ef339536933..db39a97ea81d 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -1,6 +1,6 @@
 # Template file for 'baresip'
 pkgname=baresip
-version=1.1.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk
@@ -11,6 +11,7 @@ make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk
  USE_SDL2=yes USE_V4L2=yes USE_VIDEO=yes USE_VPX=yes USE_X11=yes')
  $(vopt_if gtk '' 'USE_GST1=yes USE_GST_VIDEO1=yes USE_GTK=yes')"
 make_install_args="$make_build_args"
+make_install_target="install install-dev"
 make_use_env=1
 hostmakedepends="pkg-config glib-devel"
 makedepends="libgsm-devel libpng-devel openssl-devel libsndfile-devel
@@ -24,8 +25,9 @@ short_desc="Modular SIP User-Agent with audio and video support"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/baresip"
-distfiles="https://github.com/baresip/baresip/archive/v${version}.tar.gz"
-checksum=f9230b27c4a62f31223847bc485c51f3d960f8a09f36998dedb73358e1784b4e
+changelog="https://raw.githubusercontent.com/baresip/baresip/main/CHANGELOG.md"
+distfiles="https://github.com/baresip/baresip/archive/refs/tags/v${version}.tar.gz"
+checksum=6bc3ac1b2a301b6de91a40079a9ec44545a00c57662ca0bdf2518fbb932ff181
 
 # Package build options
 build_options="gtk video"
@@ -51,3 +53,14 @@ pre_build() {
 post_install() {
 	vlicense docs/COPYING
 }
+
+baresip-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"
+	}
+}

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

* Re: baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (11 preceding siblings ...)
  2022-09-14  9:44 ` [PR PATCH] [Updated] " index-0
@ 2022-09-15 22:29 ` index-0
  2022-09-16  7:14 ` [PR REVIEW] " sgn
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: index-0 @ 2022-09-15 22:29 UTC (permalink / raw)
  To: ml

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

New comment by index-0 on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#issuecomment-1248701349

Comment:
Are the commits good? Or should I change something?

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

* Re: [PR REVIEW] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (12 preceding siblings ...)
  2022-09-15 22:29 ` index-0
@ 2022-09-16  7:14 ` sgn
  2022-09-16  7:29 ` [PR PATCH] [Updated] " sgn
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-16  7:14 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#discussion_r972688383

Comment:
No, I meant different things. I will do it instead.

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

* Re: [PR PATCH] [Updated] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (13 preceding siblings ...)
  2022-09-16  7:14 ` [PR REVIEW] " sgn
@ 2022-09-16  7:29 ` sgn
  2022-09-16  7:57 ` sgn
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-16  7:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/index-0/void-packages master
https://github.com/void-linux/void-packages/pull/39266

baresip, rem & re: update to 2.7.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - armv6l

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

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

From 57c4ab4c6a37d006ef4c36a19649968f4289df40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:41:29 -0500
Subject: [PATCH 1/3] update to 2.7.0.

---
 common/shlibs                  |  2 +-
 srcpkgs/re/patches/bsdnet.diff | 30 ------------------------------
 srcpkgs/re/patches/musl.patch  | 28 ----------------------------
 srcpkgs/re/template            | 15 +++++++++------
 4 files changed, 10 insertions(+), 65 deletions(-)
 delete mode 100644 srcpkgs/re/patches/bsdnet.diff
 delete mode 100644 srcpkgs/re/patches/musl.patch

diff --git a/common/shlibs b/common/shlibs
index ec58b8c40619..63170f16303e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3442,7 +3442,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.1 re-2.0.1_1
+libre.so.9 re-2.7.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/patches/bsdnet.diff b/srcpkgs/re/patches/bsdnet.diff
deleted file mode 100644
index 46a4329808e7..000000000000
--- a/srcpkgs/re/patches/bsdnet.diff
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/src/net/posix/pif.c	2016-12-03 15:21:22.000000000 +0100
-+++ b/src/net/posix/pif.c	2016-12-03 15:21:39.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <string.h>
- #include <unistd.h>
- #include <sys/ioctl.h>
---- a/src/net/ifaddrs.c	2016-12-03 15:24:22.000000000 +0100
-+++ b/src/net/ifaddrs.c	2016-12-03 15:24:39.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <unistd.h>
- #include <sys/socket.h>
- #define __USE_MISC 1   /**< Use MISC code */
---- a/src/tcp/tcp.c	2016-12-03 15:30:06.000000000 +0100
-+++ b/src/tcp/tcp.c	2016-12-03 15:29:46.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <stdlib.h>
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
diff --git a/srcpkgs/re/patches/musl.patch b/srcpkgs/re/patches/musl.patch
deleted file mode 100644
index 3ae7636e4504..000000000000
--- a/srcpkgs/re/patches/musl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/re_types.h	2018-01-14 21:33:25.561341291 +0100
-+++ b/include/re_types.h	2018-01-14 21:34:45.444384148 +0100
-@@ -37,20 +37,25 @@
- typedef signed long long int      int64_t;
- 
- #ifndef __uint32_t_defined
-+#ifdef __GLIBC__
- #define __uint32_t_defined
- typedef unsigned char             uint8_t;
- typedef unsigned short int        uint16_t;
- typedef unsigned int              uint32_t;
- typedef unsigned long long int    uint64_t;
- #endif
-+#endif
- 
- #endif /* __BIT_TYPES_DEFINED__ */
- 
- #endif /* __int8_t_defined */
- #ifndef __ssize_t_defined
-+#ifndef __DEFINED_ssize_t
- typedef long     ssize_t;
-+#define __DEFINED_ssize_t
- #define __ssize_t_defined
- #endif
-+#endif
- 
- 
- #ifndef WIN32
diff --git a/srcpkgs/re/template b/srcpkgs/re/template
index 726ba0360748..1ed40c721fba 100644
--- a/srcpkgs/re/template
+++ b/srcpkgs/re/template
@@ -1,6 +1,6 @@
 # Template file for 're'
 pkgname=re
-version=2.0.1
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
@@ -8,14 +8,16 @@ make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
  USE_DTLS_SRTP=yes USE_ZLIB=yes"
 make_install_args="$make_build_args"
 make_use_env=1
+hostmakedepends="pkg-config"
 makedepends="openssl-devel zlib-devel"
 short_desc="Portable library for real-time communications"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/re/"
-distfiles="https://github.com/baresip/re/archive/v${version}.tar.gz"
-checksum=43aa439b96aff75fe5768b9f9d49dea97042e42e7647df47b345465763e2f7ed
-shlib_provides="libre.so"
+distfiles="https://github.com/baresip/re/archive/refs/tags/v${version}.tar.gz"
+checksum=999f02b4299f9f4bbf637cf610099b656225fef0ce08ce56728978214d448343
+
+CFLAGS=-D_GNU_SOURCE
 
 case $XBPS_TARGET_MACHINE in
 	i686*) arch="i686";;
@@ -34,7 +36,7 @@ pre_build() {
 }
 
 post_install() {
-	vlicense docs/COPYING
+	vlicense LICENSE
 }
 
 re-devel_package() {
@@ -42,7 +44,8 @@ re-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/share/re/re.mk
 	}

From dbc8cd8bd8b146b83677b375b1318fd6ad1fd145 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:42:13 -0500
Subject: [PATCH 2/3] rem: update to 2.7.0.

---
 common/shlibs        |  2 +-
 srcpkgs/rem/template | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 63170f16303e..7e779a6a28bd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3455,7 +3455,7 @@ 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 rem-0.5.3_1
+librem.so.3 rem-2.7.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/template b/srcpkgs/rem/template
index ac2b25e44751..e16baaea6161 100644
--- a/srcpkgs/rem/template
+++ b/srcpkgs/rem/template
@@ -1,6 +1,6 @@
 # Template file for 'rem'
 pkgname=rem
-version=1.0.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
@@ -9,14 +9,14 @@ make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
  LIBRE_INC=${XBPS_CROSS_BASE}/usr/include/re LIBRE_SO=${XBPS_CROSS_BASE}/usr/lib"
 make_install_args="${make_build_args}"
 make_use_env=yes
+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/v${version}.tar.gz"
-checksum=bcc91bb521fae183357fb422b00a3981477a22e99d3afe165c4ec50a6bbed9da
-shlib_provides="librem.so"
+distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
+checksum=7f4ad245eb9fb07a82890022d1c721c93ee2e299acb88a7e775ca541f7a09892
 
 case $XBPS_TARGET_MACHINE in
 	i686*) arch="i686";;
@@ -46,7 +46,8 @@ rem-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
 		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 	}
 }

From d357a7b977c461475551fc7d0f0cd5ed2d6f980b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:43:26 -0500
Subject: [PATCH 3/3] baresip: update to 2.7.0.

Close: #39266
---
 srcpkgs/baresip/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template
index 7ef339536933..7efec4c758b4 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -1,6 +1,6 @@
 # Template file for 'baresip'
 pkgname=baresip
-version=1.1.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk
@@ -24,8 +24,9 @@ short_desc="Modular SIP User-Agent with audio and video support"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/baresip"
-distfiles="https://github.com/baresip/baresip/archive/v${version}.tar.gz"
-checksum=f9230b27c4a62f31223847bc485c51f3d960f8a09f36998dedb73358e1784b4e
+changelog="https://raw.githubusercontent.com/baresip/baresip/main/CHANGELOG.md"
+distfiles="https://github.com/baresip/baresip/archive/refs/tags/v${version}.tar.gz"
+checksum=6bc3ac1b2a301b6de91a40079a9ec44545a00c57662ca0bdf2518fbb932ff181
 
 # Package build options
 build_options="gtk video"

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

* Re: [PR PATCH] [Updated] baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (14 preceding siblings ...)
  2022-09-16  7:29 ` [PR PATCH] [Updated] " sgn
@ 2022-09-16  7:57 ` sgn
  2022-09-18  3:05 ` [PR PATCH] [Closed]: " sgn
  2022-09-18  4:04 ` sgn
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-16  7:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/index-0/void-packages master
https://github.com/void-linux/void-packages/pull/39266

baresip, rem & re: update to 2.7.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - armv6l

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

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

From 9e766ff6b4828d054f126b3302730b2bda3e6345 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:41:29 -0500
Subject: [PATCH 1/3] re: update to 2.7.0.

---
 common/shlibs                  |  2 +-
 srcpkgs/re/patches/bsdnet.diff | 30 ------------------------------
 srcpkgs/re/patches/musl.patch  | 28 ----------------------------
 srcpkgs/re/template            | 15 +++++++++------
 4 files changed, 10 insertions(+), 65 deletions(-)
 delete mode 100644 srcpkgs/re/patches/bsdnet.diff
 delete mode 100644 srcpkgs/re/patches/musl.patch

diff --git a/common/shlibs b/common/shlibs
index ec58b8c40619..63170f16303e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3442,7 +3442,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.1 re-2.0.1_1
+libre.so.9 re-2.7.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/patches/bsdnet.diff b/srcpkgs/re/patches/bsdnet.diff
deleted file mode 100644
index 46a4329808e7..000000000000
--- a/srcpkgs/re/patches/bsdnet.diff
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/src/net/posix/pif.c	2016-12-03 15:21:22.000000000 +0100
-+++ b/src/net/posix/pif.c	2016-12-03 15:21:39.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <string.h>
- #include <unistd.h>
- #include <sys/ioctl.h>
---- a/src/net/ifaddrs.c	2016-12-03 15:24:22.000000000 +0100
-+++ b/src/net/ifaddrs.c	2016-12-03 15:24:39.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <unistd.h>
- #include <sys/socket.h>
- #define __USE_MISC 1   /**< Use MISC code */
---- a/src/tcp/tcp.c	2016-12-03 15:30:06.000000000 +0100
-+++ b/src/tcp/tcp.c	2016-12-03 15:29:46.000000000 +0100
-@@ -3,6 +3,7 @@
-  *
-  * Copyright (C) 2010 Creytiv.com
-  */
-+#define _GNU_SOURCE
- #include <stdlib.h>
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
diff --git a/srcpkgs/re/patches/musl.patch b/srcpkgs/re/patches/musl.patch
deleted file mode 100644
index 3ae7636e4504..000000000000
--- a/srcpkgs/re/patches/musl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/re_types.h	2018-01-14 21:33:25.561341291 +0100
-+++ b/include/re_types.h	2018-01-14 21:34:45.444384148 +0100
-@@ -37,20 +37,25 @@
- typedef signed long long int      int64_t;
- 
- #ifndef __uint32_t_defined
-+#ifdef __GLIBC__
- #define __uint32_t_defined
- typedef unsigned char             uint8_t;
- typedef unsigned short int        uint16_t;
- typedef unsigned int              uint32_t;
- typedef unsigned long long int    uint64_t;
- #endif
-+#endif
- 
- #endif /* __BIT_TYPES_DEFINED__ */
- 
- #endif /* __int8_t_defined */
- #ifndef __ssize_t_defined
-+#ifndef __DEFINED_ssize_t
- typedef long     ssize_t;
-+#define __DEFINED_ssize_t
- #define __ssize_t_defined
- #endif
-+#endif
- 
- 
- #ifndef WIN32
diff --git a/srcpkgs/re/template b/srcpkgs/re/template
index 726ba0360748..1ed40c721fba 100644
--- a/srcpkgs/re/template
+++ b/srcpkgs/re/template
@@ -1,6 +1,6 @@
 # Template file for 're'
 pkgname=re
-version=2.0.1
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
@@ -8,14 +8,16 @@ make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
  USE_DTLS_SRTP=yes USE_ZLIB=yes"
 make_install_args="$make_build_args"
 make_use_env=1
+hostmakedepends="pkg-config"
 makedepends="openssl-devel zlib-devel"
 short_desc="Portable library for real-time communications"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/re/"
-distfiles="https://github.com/baresip/re/archive/v${version}.tar.gz"
-checksum=43aa439b96aff75fe5768b9f9d49dea97042e42e7647df47b345465763e2f7ed
-shlib_provides="libre.so"
+distfiles="https://github.com/baresip/re/archive/refs/tags/v${version}.tar.gz"
+checksum=999f02b4299f9f4bbf637cf610099b656225fef0ce08ce56728978214d448343
+
+CFLAGS=-D_GNU_SOURCE
 
 case $XBPS_TARGET_MACHINE in
 	i686*) arch="i686";;
@@ -34,7 +36,7 @@ pre_build() {
 }
 
 post_install() {
-	vlicense docs/COPYING
+	vlicense LICENSE
 }
 
 re-devel_package() {
@@ -42,7 +44,8 @@ re-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/share/re/re.mk
 	}

From 4110fed55f917e769f211493238f993029dbfd19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:42:13 -0500
Subject: [PATCH 2/3] rem: update to 2.7.0.

---
 common/shlibs        |  2 +-
 srcpkgs/rem/template | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 63170f16303e..7e779a6a28bd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3455,7 +3455,7 @@ 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 rem-0.5.3_1
+librem.so.3 rem-2.7.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/template b/srcpkgs/rem/template
index ac2b25e44751..e16baaea6161 100644
--- a/srcpkgs/rem/template
+++ b/srcpkgs/rem/template
@@ -1,6 +1,6 @@
 # Template file for 'rem'
 pkgname=rem
-version=1.0.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
@@ -9,14 +9,14 @@ make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
  LIBRE_INC=${XBPS_CROSS_BASE}/usr/include/re LIBRE_SO=${XBPS_CROSS_BASE}/usr/lib"
 make_install_args="${make_build_args}"
 make_use_env=yes
+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/v${version}.tar.gz"
-checksum=bcc91bb521fae183357fb422b00a3981477a22e99d3afe165c4ec50a6bbed9da
-shlib_provides="librem.so"
+distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
+checksum=7f4ad245eb9fb07a82890022d1c721c93ee2e299acb88a7e775ca541f7a09892
 
 case $XBPS_TARGET_MACHINE in
 	i686*) arch="i686";;
@@ -46,7 +46,8 @@ rem-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
 		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 	}
 }

From 15bf0ce2d8bfcc6692a3e8ee0ced6336d77188a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= <alfredoperez1998@tutanota.com>
Date: Wed, 14 Sep 2022 04:43:26 -0500
Subject: [PATCH 3/3] baresip: update to 2.7.0.

Close: #39266
---
 srcpkgs/baresip/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/baresip/template b/srcpkgs/baresip/template
index 7ef339536933..7efec4c758b4 100644
--- a/srcpkgs/baresip/template
+++ b/srcpkgs/baresip/template
@@ -1,6 +1,6 @@
 # Template file for 'baresip'
 pkgname=baresip
-version=1.1.0
+version=2.7.0
 revision=1
 build_style=gnu-makefile
 make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk
@@ -24,8 +24,9 @@ short_desc="Modular SIP User-Agent with audio and video support"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://github.com/baresip/baresip"
-distfiles="https://github.com/baresip/baresip/archive/v${version}.tar.gz"
-checksum=f9230b27c4a62f31223847bc485c51f3d960f8a09f36998dedb73358e1784b4e
+changelog="https://raw.githubusercontent.com/baresip/baresip/main/CHANGELOG.md"
+distfiles="https://github.com/baresip/baresip/archive/refs/tags/v${version}.tar.gz"
+checksum=6bc3ac1b2a301b6de91a40079a9ec44545a00c57662ca0bdf2518fbb932ff181
 
 # Package build options
 build_options="gtk video"

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

* Re: [PR PATCH] [Closed]: baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (15 preceding siblings ...)
  2022-09-16  7:57 ` sgn
@ 2022-09-18  3:05 ` sgn
  2022-09-18  4:04 ` sgn
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-18  3:05 UTC (permalink / raw)
  To: ml

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

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

baresip, rem & re: update to 2.7.0.
https://github.com/void-linux/void-packages/pull/39266

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures:
  - armv6l

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

* Re: baresip, rem & re: update to 2.7.0.
  2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
                   ` (16 preceding siblings ...)
  2022-09-18  3:05 ` [PR PATCH] [Closed]: " sgn
@ 2022-09-18  4:04 ` sgn
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2022-09-18  4:04 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39266#issuecomment-1250186016

Comment:
This PR was never tested. baresip is moved to gtk+3.

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

end of thread, other threads:[~2022-09-18  4:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 19:43 [PR PATCH] baresip, rem & re: update to 2.7.0 index-0
2022-09-13 19:46 ` classabbyamp
2022-09-13 19:58 ` index-0
2022-09-13 20:30 ` classabbyamp
2022-09-13 20:59 ` [PR PATCH] [Updated] " index-0
2022-09-13 21:03 ` index-0
2022-09-13 22:40 ` [PR REVIEW] " classabbyamp
2022-09-13 22:40 ` classabbyamp
2022-09-14  4:02 ` sgn
2022-09-14  4:04 ` sgn
2022-09-14  4:05 ` sgn
2022-09-14  4:06 ` sgn
2022-09-14  9:44 ` [PR PATCH] [Updated] " index-0
2022-09-15 22:29 ` index-0
2022-09-16  7:14 ` [PR REVIEW] " sgn
2022-09-16  7:29 ` [PR PATCH] [Updated] " sgn
2022-09-16  7:57 ` sgn
2022-09-18  3:05 ` [PR PATCH] [Closed]: " sgn
2022-09-18  4:04 ` sgn

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