Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bctoolbox: update to 4.4.10
@ 2020-11-24 20:45 ndowens
  2020-11-24 20:47 ` [PR PATCH] [Updated] " ndowens
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ndowens @ 2020-11-24 20:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bctoolbox
https://github.com/void-linux/void-packages/pull/26683

bctoolbox: update to 4.4.10
@Johnnynator Most of these are your packages, but figured I'd update them along with bctoolbox since they depend on each other. If you could test linphone out. It runs with updates but I get no sound with linphone play, but I don't get audio with some other apps either.

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

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

From 2e69521b2d4f7012ba12a832b0d98b6e5b1064c6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:41:52 -0600
Subject: [PATCH 1/5] linphone: update to 4.4.10

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

diff --git a/srcpkgs/linphone/template b/srcpkgs/linphone/template
index 5954875de64..35564dc7576 100644
--- a/srcpkgs/linphone/template
+++ b/srcpkgs/linphone/template
@@ -1,6 +1,6 @@
 # Template file for 'linphone'
 pkgname=linphone
-version=4.4.0
+version=4.4.10
 revision=1
 build_style="cmake"
 wrksrc="liblinphone-${version}"
@@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org"
 distfiles="https://gitlab.linphone.org/BC/public/liblinphone/-/archive/${version}/liblinphone-${version}.tar.gz"
-checksum=a9a468e7e15ad59062d6460b7d2f6b1f1cd74c15d54a7b5dae6bad28a489cf40
+checksum=b19eb776be091652773c4cdb5d030efe0059f5f0068917e9ad61e951adac1097
 
 pre_build() {
 	echo "#define MS2_GIT_VERSION=unknown" > coreapi/gitversion.h

From 454573ee748e15f0d3064c6071711ed075374ff1 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:15 -0600
Subject: [PATCH 2/5] mediastreamer: update to 4.4.10

---
 srcpkgs/mediastreamer/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mediastreamer/template b/srcpkgs/mediastreamer/template
index 7578627b976..a53d0d7789c 100644
--- a/srcpkgs/mediastreamer/template
+++ b/srcpkgs/mediastreamer/template
@@ -1,9 +1,9 @@
 # Template file for 'mediastreamer'
 pkgname=mediastreamer
-version=4.4.0
-revision=2
-build_style=cmake
+version=4.4.10
+revision=1
 wrksrc="mediastreamer2-${version}"
+build_style=cmake
 configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0"
 hostmakedepends="python"
 makedepends="bzrtp-devel ffmpeg-devel glew-devel libXv-devel libsrtp-devel
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org/technical-corner/mediastreamer2"
 distfiles="https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/${version}/mediastreamer2-${version}.tar.gz"
-checksum=f986fba8bb23db60441707c958e8d8cb41d56939b42ef4e47de1eeed62522eee
+checksum=617dbfe0bfa406edd43a363d6bc768d72e499f9dc34ae6270a43afba187f66e1
 
 mediastreamer-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 52e38935f90428d3346702e4910729d901b09ac4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:43 -0600
Subject: [PATCH 3/5] ortp: update to 4.4.10

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

diff --git a/srcpkgs/ortp/template b/srcpkgs/ortp/template
index d8495b7ec18..ac9bf4fc4f5 100644
--- a/srcpkgs/ortp/template
+++ b/srcpkgs/ortp/template
@@ -1,6 +1,6 @@
 # Template file for 'ortp'
 pkgname=ortp
-version=4.4.0
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_STATIC=OFF"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://www.linphone.org/technical-corner/ortp"
 distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
-checksum=684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee
+checksum=ebd0f49608627a026713260d50d22113d34aa0d739e0f989b78a7cbbecf8977a
 
 ortp-devel_package() {
 	depends="bctoolbox-devel ortp-${version}_${revision}"

From 7427e17c381792e060b4f2855e8472bfd6a913c9 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:02 -0600
Subject: [PATCH 4/5] bzrtp: update to 4.4.10

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

diff --git a/srcpkgs/bzrtp/template b/srcpkgs/bzrtp/template
index f6c1f32f054..b6a89444019 100644
--- a/srcpkgs/bzrtp/template
+++ b/srcpkgs/bzrtp/template
@@ -1,6 +1,6 @@
 # Template file for 'bzrtp'
 pkgname=bzrtp
-version=4.4.0
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=0 -DENABLE_STATIC=FALSE"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org"
 distfiles="https://gitlab.linphone.org/BC/public/bzrtp/-/archive/${version}/bzrtp-${version}.tar.gz"
-checksum=5fc501c742f38661b5ac8904e6a66f530b07be93d7493663daab33f3d4ffdb6c
+checksum=24cd01a6174e8f137cfb48aee873551d72d7e648c3d6a4dca8a8d81569e42f64
 
 bzrtp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 9422b5fa0166ed14d7d4aa292d113614eae69fd7 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:21 -0600
Subject: [PATCH 5/5] bctoolbox: update to 4.4.10

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

diff --git a/srcpkgs/bctoolbox/template b/srcpkgs/bctoolbox/template
index e6a77c0b50f..e49b9168198 100644
--- a/srcpkgs/bctoolbox/template
+++ b/srcpkgs/bctoolbox/template
@@ -1,6 +1,6 @@
 # Template file for 'bctoolbox'
 pkgname=bctoolbox
-version=4.4.9
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=ON -DENABLE_TESTS_COMPONENT=OFF
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://gitlab.linphone.org/BC/public/bctoolbox"
 distfiles="https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/${version}/bctoolbox-${version}.tar.gz"
-checksum=d96586b30999fd41d720150b52d334bbb5bbb419b8d5900a8a037f2617bf1d6b
+checksum=a1c65bf1b8e7fa0492692739ea77d3077a51bd9ee1d2f6f68625ee43110f7d5e
 
 bctoolbox-devel_package() {
 	depends="bctoolbox-${version}_${revision}"

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

* Re: [PR PATCH] [Updated] bctoolbox: update to 4.4.10
  2020-11-24 20:45 [PR PATCH] bctoolbox: update to 4.4.10 ndowens
@ 2020-11-24 20:47 ` ndowens
  2020-11-24 20:58 ` ndowens
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-11-24 20:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bctoolbox
https://github.com/void-linux/void-packages/pull/26683

bctoolbox: update to 4.4.10
@Johnnynator Most of these are your packages, but figured I'd update them along with bctoolbox since they depend on each other. If you could test linphone out. It runs with updates but I get no sound with linphone play, but I don't get audio with some other apps either.

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

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

From 94a6fd27a36a91580fe9529adf028c3947025852 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:41:52 -0600
Subject: [PATCH 1/5] linphone: update to 4.4.10

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

diff --git a/srcpkgs/linphone/template b/srcpkgs/linphone/template
index 5954875de64..74ea2ee3915 100644
--- a/srcpkgs/linphone/template
+++ b/srcpkgs/linphone/template
@@ -1,9 +1,9 @@
 # Template file for 'linphone'
 pkgname=linphone
-version=4.4.0
+version=4.4.10
 revision=1
-build_style="cmake"
 wrksrc="liblinphone-${version}"
+build_style="cmake"
 configure_args="-DENABLE_STRICT=0 -DENABLE_GTK_UI=$(vopt_if gui true false)
  -DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=FALSE
  -DENABLE_LIME=NO -DENABLE_LIME_X3DH=NO -DENABLE_UNIT_TESTS=NO"
@@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org"
 distfiles="https://gitlab.linphone.org/BC/public/liblinphone/-/archive/${version}/liblinphone-${version}.tar.gz"
-checksum=a9a468e7e15ad59062d6460b7d2f6b1f1cd74c15d54a7b5dae6bad28a489cf40
+checksum=b19eb776be091652773c4cdb5d030efe0059f5f0068917e9ad61e951adac1097
 
 pre_build() {
 	echo "#define MS2_GIT_VERSION=unknown" > coreapi/gitversion.h

From a18cf880b1b63a305a826cf49a4f3e621da03b2f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:15 -0600
Subject: [PATCH 2/5] mediastreamer: update to 4.4.10

---
 srcpkgs/mediastreamer/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mediastreamer/template b/srcpkgs/mediastreamer/template
index 7578627b976..a53d0d7789c 100644
--- a/srcpkgs/mediastreamer/template
+++ b/srcpkgs/mediastreamer/template
@@ -1,9 +1,9 @@
 # Template file for 'mediastreamer'
 pkgname=mediastreamer
-version=4.4.0
-revision=2
-build_style=cmake
+version=4.4.10
+revision=1
 wrksrc="mediastreamer2-${version}"
+build_style=cmake
 configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0"
 hostmakedepends="python"
 makedepends="bzrtp-devel ffmpeg-devel glew-devel libXv-devel libsrtp-devel
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org/technical-corner/mediastreamer2"
 distfiles="https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/${version}/mediastreamer2-${version}.tar.gz"
-checksum=f986fba8bb23db60441707c958e8d8cb41d56939b42ef4e47de1eeed62522eee
+checksum=617dbfe0bfa406edd43a363d6bc768d72e499f9dc34ae6270a43afba187f66e1
 
 mediastreamer-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 90b8e903dbfea1113fa7d83e005e43d824b4d44c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:43 -0600
Subject: [PATCH 3/5] ortp: update to 4.4.10

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

diff --git a/srcpkgs/ortp/template b/srcpkgs/ortp/template
index d8495b7ec18..ac9bf4fc4f5 100644
--- a/srcpkgs/ortp/template
+++ b/srcpkgs/ortp/template
@@ -1,6 +1,6 @@
 # Template file for 'ortp'
 pkgname=ortp
-version=4.4.0
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_STATIC=OFF"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://www.linphone.org/technical-corner/ortp"
 distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
-checksum=684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee
+checksum=ebd0f49608627a026713260d50d22113d34aa0d739e0f989b78a7cbbecf8977a
 
 ortp-devel_package() {
 	depends="bctoolbox-devel ortp-${version}_${revision}"

From f481465ddea8b4963cd5caca0267de413ababf9b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:02 -0600
Subject: [PATCH 4/5] bzrtp: update to 4.4.10

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

diff --git a/srcpkgs/bzrtp/template b/srcpkgs/bzrtp/template
index f6c1f32f054..b6a89444019 100644
--- a/srcpkgs/bzrtp/template
+++ b/srcpkgs/bzrtp/template
@@ -1,6 +1,6 @@
 # Template file for 'bzrtp'
 pkgname=bzrtp
-version=4.4.0
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=0 -DENABLE_STATIC=FALSE"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org"
 distfiles="https://gitlab.linphone.org/BC/public/bzrtp/-/archive/${version}/bzrtp-${version}.tar.gz"
-checksum=5fc501c742f38661b5ac8904e6a66f530b07be93d7493663daab33f3d4ffdb6c
+checksum=24cd01a6174e8f137cfb48aee873551d72d7e648c3d6a4dca8a8d81569e42f64
 
 bzrtp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From b6ad688a169bdb860013a22f38fd6ae6b8a4ae92 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:21 -0600
Subject: [PATCH 5/5] bctoolbox: update to 4.4.10

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

diff --git a/srcpkgs/bctoolbox/template b/srcpkgs/bctoolbox/template
index e6a77c0b50f..e49b9168198 100644
--- a/srcpkgs/bctoolbox/template
+++ b/srcpkgs/bctoolbox/template
@@ -1,6 +1,6 @@
 # Template file for 'bctoolbox'
 pkgname=bctoolbox
-version=4.4.9
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=ON -DENABLE_TESTS_COMPONENT=OFF
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://gitlab.linphone.org/BC/public/bctoolbox"
 distfiles="https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/${version}/bctoolbox-${version}.tar.gz"
-checksum=d96586b30999fd41d720150b52d334bbb5bbb419b8d5900a8a037f2617bf1d6b
+checksum=a1c65bf1b8e7fa0492692739ea77d3077a51bd9ee1d2f6f68625ee43110f7d5e
 
 bctoolbox-devel_package() {
 	depends="bctoolbox-${version}_${revision}"

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

* Re: [PR PATCH] [Updated] bctoolbox: update to 4.4.10
  2020-11-24 20:45 [PR PATCH] bctoolbox: update to 4.4.10 ndowens
  2020-11-24 20:47 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-24 20:58 ` ndowens
  2020-11-24 22:07 ` ndowens
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-11-24 20:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bctoolbox
https://github.com/void-linux/void-packages/pull/26683

bctoolbox: update to 4.4.10
@Johnnynator Most of these are your packages, but figured I'd update them along with bctoolbox since they depend on each other. If you could test linphone out. It runs with updates but I get no sound with linphone play, but I don't get audio with some other apps either.

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

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

From 94a6fd27a36a91580fe9529adf028c3947025852 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:41:52 -0600
Subject: [PATCH 1/5] linphone: update to 4.4.10

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

diff --git a/srcpkgs/linphone/template b/srcpkgs/linphone/template
index 5954875de64..74ea2ee3915 100644
--- a/srcpkgs/linphone/template
+++ b/srcpkgs/linphone/template
@@ -1,9 +1,9 @@
 # Template file for 'linphone'
 pkgname=linphone
-version=4.4.0
+version=4.4.10
 revision=1
-build_style="cmake"
 wrksrc="liblinphone-${version}"
+build_style="cmake"
 configure_args="-DENABLE_STRICT=0 -DENABLE_GTK_UI=$(vopt_if gui true false)
  -DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=FALSE
  -DENABLE_LIME=NO -DENABLE_LIME_X3DH=NO -DENABLE_UNIT_TESTS=NO"
@@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org"
 distfiles="https://gitlab.linphone.org/BC/public/liblinphone/-/archive/${version}/liblinphone-${version}.tar.gz"
-checksum=a9a468e7e15ad59062d6460b7d2f6b1f1cd74c15d54a7b5dae6bad28a489cf40
+checksum=b19eb776be091652773c4cdb5d030efe0059f5f0068917e9ad61e951adac1097
 
 pre_build() {
 	echo "#define MS2_GIT_VERSION=unknown" > coreapi/gitversion.h

From a18cf880b1b63a305a826cf49a4f3e621da03b2f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:15 -0600
Subject: [PATCH 2/5] mediastreamer: update to 4.4.10

---
 srcpkgs/mediastreamer/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mediastreamer/template b/srcpkgs/mediastreamer/template
index 7578627b976..a53d0d7789c 100644
--- a/srcpkgs/mediastreamer/template
+++ b/srcpkgs/mediastreamer/template
@@ -1,9 +1,9 @@
 # Template file for 'mediastreamer'
 pkgname=mediastreamer
-version=4.4.0
-revision=2
-build_style=cmake
+version=4.4.10
+revision=1
 wrksrc="mediastreamer2-${version}"
+build_style=cmake
 configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0"
 hostmakedepends="python"
 makedepends="bzrtp-devel ffmpeg-devel glew-devel libXv-devel libsrtp-devel
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org/technical-corner/mediastreamer2"
 distfiles="https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/${version}/mediastreamer2-${version}.tar.gz"
-checksum=f986fba8bb23db60441707c958e8d8cb41d56939b42ef4e47de1eeed62522eee
+checksum=617dbfe0bfa406edd43a363d6bc768d72e499f9dc34ae6270a43afba187f66e1
 
 mediastreamer-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 90b8e903dbfea1113fa7d83e005e43d824b4d44c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:43 -0600
Subject: [PATCH 3/5] ortp: update to 4.4.10

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

diff --git a/srcpkgs/ortp/template b/srcpkgs/ortp/template
index d8495b7ec18..ac9bf4fc4f5 100644
--- a/srcpkgs/ortp/template
+++ b/srcpkgs/ortp/template
@@ -1,6 +1,6 @@
 # Template file for 'ortp'
 pkgname=ortp
-version=4.4.0
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_STATIC=OFF"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://www.linphone.org/technical-corner/ortp"
 distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
-checksum=684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee
+checksum=ebd0f49608627a026713260d50d22113d34aa0d739e0f989b78a7cbbecf8977a
 
 ortp-devel_package() {
 	depends="bctoolbox-devel ortp-${version}_${revision}"

From f481465ddea8b4963cd5caca0267de413ababf9b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:02 -0600
Subject: [PATCH 4/5] bzrtp: update to 4.4.10

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

diff --git a/srcpkgs/bzrtp/template b/srcpkgs/bzrtp/template
index f6c1f32f054..b6a89444019 100644
--- a/srcpkgs/bzrtp/template
+++ b/srcpkgs/bzrtp/template
@@ -1,6 +1,6 @@
 # Template file for 'bzrtp'
 pkgname=bzrtp
-version=4.4.0
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=0 -DENABLE_STATIC=FALSE"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org"
 distfiles="https://gitlab.linphone.org/BC/public/bzrtp/-/archive/${version}/bzrtp-${version}.tar.gz"
-checksum=5fc501c742f38661b5ac8904e6a66f530b07be93d7493663daab33f3d4ffdb6c
+checksum=24cd01a6174e8f137cfb48aee873551d72d7e648c3d6a4dca8a8d81569e42f64
 
 bzrtp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From bbc3007fb1ab0fa2844d633ea7ac916de6e4c9d4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:21 -0600
Subject: [PATCH 5/5] bctoolbox: update to 4.4.10

Add git to makedepends due to
bctoolboxCMakeUtils.cmake needs
git describe
---
 srcpkgs/bctoolbox/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bctoolbox/template b/srcpkgs/bctoolbox/template
index e6a77c0b50f..032ff01d7b0 100644
--- a/srcpkgs/bctoolbox/template
+++ b/srcpkgs/bctoolbox/template
@@ -1,17 +1,17 @@
 # Template file for 'bctoolbox'
 pkgname=bctoolbox
-version=4.4.9
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=ON -DENABLE_TESTS_COMPONENT=OFF
  -DCMAKE_MODULE_PATH=/usr/lib/cmake"
-makedepends="bcunit-devel mbedtls-devel"
+makedepends="bcunit-devel mbedtls-devel git"
 short_desc="Library to create and run audio and video streams"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://gitlab.linphone.org/BC/public/bctoolbox"
 distfiles="https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/${version}/bctoolbox-${version}.tar.gz"
-checksum=d96586b30999fd41d720150b52d334bbb5bbb419b8d5900a8a037f2617bf1d6b
+checksum=a1c65bf1b8e7fa0492692739ea77d3077a51bd9ee1d2f6f68625ee43110f7d5e
 
 bctoolbox-devel_package() {
 	depends="bctoolbox-${version}_${revision}"

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

* Re: [PR PATCH] [Updated] bctoolbox: update to 4.4.10
  2020-11-24 20:45 [PR PATCH] bctoolbox: update to 4.4.10 ndowens
  2020-11-24 20:47 ` [PR PATCH] [Updated] " ndowens
  2020-11-24 20:58 ` ndowens
@ 2020-11-24 22:07 ` ndowens
  2020-12-17 21:11 ` [PR PATCH] [Updated] bctoolbox: update to 4.4.17 ndowens
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-11-24 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bctoolbox
https://github.com/void-linux/void-packages/pull/26683

bctoolbox: update to 4.4.10
@Johnnynator Most of these are your packages, but figured I'd update them along with bctoolbox since they depend on each other. If you could test linphone out. It runs with updates but I get no sound with linphone play, but I don't get audio with some other apps either.

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

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

From 4fbfefc6abb22ee49178c55e94573ca6f7c143a4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:15 -0600
Subject: [PATCH 1/4] mediastreamer: update to 4.4.10

---
 srcpkgs/mediastreamer/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mediastreamer/template b/srcpkgs/mediastreamer/template
index 7578627b976..a53d0d7789c 100644
--- a/srcpkgs/mediastreamer/template
+++ b/srcpkgs/mediastreamer/template
@@ -1,9 +1,9 @@
 # Template file for 'mediastreamer'
 pkgname=mediastreamer
-version=4.4.0
-revision=2
-build_style=cmake
+version=4.4.10
+revision=1
 wrksrc="mediastreamer2-${version}"
+build_style=cmake
 configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0"
 hostmakedepends="python"
 makedepends="bzrtp-devel ffmpeg-devel glew-devel libXv-devel libsrtp-devel
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org/technical-corner/mediastreamer2"
 distfiles="https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/${version}/mediastreamer2-${version}.tar.gz"
-checksum=f986fba8bb23db60441707c958e8d8cb41d56939b42ef4e47de1eeed62522eee
+checksum=617dbfe0bfa406edd43a363d6bc768d72e499f9dc34ae6270a43afba187f66e1
 
 mediastreamer-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From e0eb085a8488d2946c8c91b4d75b9f70c83d5b4b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:43 -0600
Subject: [PATCH 2/4] ortp: update to 4.4.10

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

diff --git a/srcpkgs/ortp/template b/srcpkgs/ortp/template
index d8495b7ec18..ac9bf4fc4f5 100644
--- a/srcpkgs/ortp/template
+++ b/srcpkgs/ortp/template
@@ -1,6 +1,6 @@
 # Template file for 'ortp'
 pkgname=ortp
-version=4.4.0
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_STATIC=OFF"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://www.linphone.org/technical-corner/ortp"
 distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
-checksum=684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee
+checksum=ebd0f49608627a026713260d50d22113d34aa0d739e0f989b78a7cbbecf8977a
 
 ortp-devel_package() {
 	depends="bctoolbox-devel ortp-${version}_${revision}"

From c3de7f358e8f76d70bbaf618db2894ecc15baf21 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:02 -0600
Subject: [PATCH 3/4] bzrtp: update to 4.4.10

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

diff --git a/srcpkgs/bzrtp/template b/srcpkgs/bzrtp/template
index f6c1f32f054..b6a89444019 100644
--- a/srcpkgs/bzrtp/template
+++ b/srcpkgs/bzrtp/template
@@ -1,6 +1,6 @@
 # Template file for 'bzrtp'
 pkgname=bzrtp
-version=4.4.0
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=0 -DENABLE_STATIC=FALSE"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org"
 distfiles="https://gitlab.linphone.org/BC/public/bzrtp/-/archive/${version}/bzrtp-${version}.tar.gz"
-checksum=5fc501c742f38661b5ac8904e6a66f530b07be93d7493663daab33f3d4ffdb6c
+checksum=24cd01a6174e8f137cfb48aee873551d72d7e648c3d6a4dca8a8d81569e42f64
 
 bzrtp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From d2d98376e2d0d5a8cdfe2d680bedfcc847f812c3 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:21 -0600
Subject: [PATCH 4/4] bctoolbox: update to 4.4.10

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

diff --git a/srcpkgs/bctoolbox/template b/srcpkgs/bctoolbox/template
index e6a77c0b50f..e49b9168198 100644
--- a/srcpkgs/bctoolbox/template
+++ b/srcpkgs/bctoolbox/template
@@ -1,6 +1,6 @@
 # Template file for 'bctoolbox'
 pkgname=bctoolbox
-version=4.4.9
+version=4.4.10
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=ON -DENABLE_TESTS_COMPONENT=OFF
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://gitlab.linphone.org/BC/public/bctoolbox"
 distfiles="https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/${version}/bctoolbox-${version}.tar.gz"
-checksum=d96586b30999fd41d720150b52d334bbb5bbb419b8d5900a8a037f2617bf1d6b
+checksum=a1c65bf1b8e7fa0492692739ea77d3077a51bd9ee1d2f6f68625ee43110f7d5e
 
 bctoolbox-devel_package() {
 	depends="bctoolbox-${version}_${revision}"

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

* Re: [PR PATCH] [Updated] bctoolbox: update to 4.4.17
  2020-11-24 20:45 [PR PATCH] bctoolbox: update to 4.4.10 ndowens
                   ` (2 preceding siblings ...)
  2020-11-24 22:07 ` ndowens
@ 2020-12-17 21:11 ` ndowens
  2020-12-20  3:53 ` ericonr
  2020-12-20 11:39 ` [PR PATCH] [Merged]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-17 21:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bctoolbox
https://github.com/void-linux/void-packages/pull/26683

bctoolbox: update to 4.4.17
@Johnnynator Most of these are your packages, but figured I'd update them along with bctoolbox since they depend on each other. If you could test linphone out. It runs with updates but I get no sound with linphone play, but I don't get audio with some other apps either.

I tried getting the newer linphone to build but was unable to and unsure why. At first it was unable to get 'git describe' version from bctoolbox cmake, which is strange as it isn't the git version. I got rid of the need to use that but there are undefind variable(s) afterward.

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

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

From c9f76ce6a72e42d21d1222a490c2045275032b15 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:15 -0600
Subject: [PATCH 1/4] mediastreamer: update to 4.4.17

---
 srcpkgs/mediastreamer/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mediastreamer/template b/srcpkgs/mediastreamer/template
index 7578627b976..884237ddf43 100644
--- a/srcpkgs/mediastreamer/template
+++ b/srcpkgs/mediastreamer/template
@@ -1,9 +1,9 @@
 # Template file for 'mediastreamer'
 pkgname=mediastreamer
-version=4.4.0
-revision=2
-build_style=cmake
+version=4.4.17
+revision=1
 wrksrc="mediastreamer2-${version}"
+build_style=cmake
 configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0"
 hostmakedepends="python"
 makedepends="bzrtp-devel ffmpeg-devel glew-devel libXv-devel libsrtp-devel
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org/technical-corner/mediastreamer2"
 distfiles="https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/${version}/mediastreamer2-${version}.tar.gz"
-checksum=f986fba8bb23db60441707c958e8d8cb41d56939b42ef4e47de1eeed62522eee
+checksum=4f67262621a93349651cfb0b51a2157623bf7758126d070e1c122bff58c7d5b4
 
 mediastreamer-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 52ddda3a8326ba69813e4f036b004ffbb8c594f1 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:42:43 -0600
Subject: [PATCH 2/4] ortp: update to 4.4.17

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

diff --git a/srcpkgs/ortp/template b/srcpkgs/ortp/template
index d8495b7ec18..ab414f4fe57 100644
--- a/srcpkgs/ortp/template
+++ b/srcpkgs/ortp/template
@@ -1,6 +1,6 @@
 # Template file for 'ortp'
 pkgname=ortp
-version=4.4.0
+version=4.4.17
 revision=1
 build_style=cmake
 configure_args="-DENABLE_STATIC=OFF"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://www.linphone.org/technical-corner/ortp"
 distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
-checksum=684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee
+checksum=4368be03f7f1ec6a29ada80c1a962a4793964e1c58f4d9b9117e68332a401c93
 
 ortp-devel_package() {
 	depends="bctoolbox-devel ortp-${version}_${revision}"

From b5c23b4db8bf0e306915d232523a387dba653cab Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:02 -0600
Subject: [PATCH 3/4] bzrtp: update to 4.4.17

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

diff --git a/srcpkgs/bzrtp/template b/srcpkgs/bzrtp/template
index f6c1f32f054..e8498d54b0a 100644
--- a/srcpkgs/bzrtp/template
+++ b/srcpkgs/bzrtp/template
@@ -1,6 +1,6 @@
 # Template file for 'bzrtp'
 pkgname=bzrtp
-version=4.4.0
+version=4.4.17
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=0 -DENABLE_STATIC=FALSE"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.linphone.org"
 distfiles="https://gitlab.linphone.org/BC/public/bzrtp/-/archive/${version}/bzrtp-${version}.tar.gz"
-checksum=5fc501c742f38661b5ac8904e6a66f530b07be93d7493663daab33f3d4ffdb6c
+checksum=8cfb6f8be7be64046982849aaa48020caf5c6f1ab9cd9422af6082dfd669267d
 
 bzrtp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 5a26e2e0eaae23706318d6dde3178624ae30f955 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:43:21 -0600
Subject: [PATCH 4/4] bctoolbox: update to 4.4.17

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

diff --git a/srcpkgs/bctoolbox/template b/srcpkgs/bctoolbox/template
index e6a77c0b50f..4de00e55e20 100644
--- a/srcpkgs/bctoolbox/template
+++ b/srcpkgs/bctoolbox/template
@@ -1,6 +1,6 @@
 # Template file for 'bctoolbox'
 pkgname=bctoolbox
-version=4.4.9
+version=4.4.17
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=ON -DENABLE_TESTS_COMPONENT=OFF
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://gitlab.linphone.org/BC/public/bctoolbox"
 distfiles="https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/${version}/bctoolbox-${version}.tar.gz"
-checksum=d96586b30999fd41d720150b52d334bbb5bbb419b8d5900a8a037f2617bf1d6b
+checksum=1364d5f42b5514546b9c6654c227804ff92cf9cf13fdc7cb6ca666e3bb5a7987
 
 bctoolbox-devel_package() {
 	depends="bctoolbox-${version}_${revision}"

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

* Re: bctoolbox: update to 4.4.17
  2020-11-24 20:45 [PR PATCH] bctoolbox: update to 4.4.10 ndowens
                   ` (3 preceding siblings ...)
  2020-12-17 21:11 ` [PR PATCH] [Updated] bctoolbox: update to 4.4.17 ndowens
@ 2020-12-20  3:53 ` ericonr
  2020-12-20 11:39 ` [PR PATCH] [Merged]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-20  3:53 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26683#issuecomment-748559353

Comment:
@Johnnynator overall looks good to me, ok to merge?

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

* Re: [PR PATCH] [Merged]: bctoolbox: update to 4.4.17
  2020-11-24 20:45 [PR PATCH] bctoolbox: update to 4.4.10 ndowens
                   ` (4 preceding siblings ...)
  2020-12-20  3:53 ` ericonr
@ 2020-12-20 11:39 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2020-12-20 11:39 UTC (permalink / raw)
  To: ml

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

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

bctoolbox: update to 4.4.17
https://github.com/void-linux/void-packages/pull/26683

Description:
@Johnnynator Most of these are your packages, but figured I'd update them along with bctoolbox since they depend on each other. If you could test linphone out. It runs with updates but I get no sound with linphone play, but I don't get audio with some other apps either.

I tried getting the newer linphone to build but was unable to and unsure why. At first it was unable to get 'git describe' version from bctoolbox cmake, which is strange as it isn't the git version. I got rid of the need to use that but there are undefind variable(s) afterward.

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

end of thread, other threads:[~2020-12-20 11:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 20:45 [PR PATCH] bctoolbox: update to 4.4.10 ndowens
2020-11-24 20:47 ` [PR PATCH] [Updated] " ndowens
2020-11-24 20:58 ` ndowens
2020-11-24 22:07 ` ndowens
2020-12-17 21:11 ` [PR PATCH] [Updated] bctoolbox: update to 4.4.17 ndowens
2020-12-20  3:53 ` ericonr
2020-12-20 11:39 ` [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).