Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] codec2: update to 1.0.3.
@ 2021-12-29 11:15 unspecd
  2021-12-29 21:40 ` Chocimier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: unspecd @ 2021-12-29 11:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/codec2
https://github.com/void-linux/void-packages/pull/34753

codec2: update to 1.0.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl


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

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

From 0f90c6abff8477245ed5580639741f67930814f4 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 29 Dec 2021 22:13:11 +1100
Subject: [PATCH] codec2: update to 1.0.3.

---
 srcpkgs/codec2/template | 51 ++++++++++++++---------------------------
 1 file changed, 17 insertions(+), 34 deletions(-)

diff --git a/srcpkgs/codec2/template b/srcpkgs/codec2/template
index 10521d98c05d..94182cc857dc 100644
--- a/srcpkgs/codec2/template
+++ b/srcpkgs/codec2/template
@@ -1,53 +1,36 @@
 # Template file for 'codec2'
 pkgname=codec2
-version=1.0.1
+version=1.0.3
 revision=1
 build_style=cmake
-checkdepends="gnuplot octave python3-numpy sox valgrind"
 short_desc="Low bit rate speech codec"
 maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="LGPL-2.1-only"
 homepage="https://www.rowetel.com/codec2.html"
 distfiles="https://github.com/drowe67/codec2/archive/v${version}.tar.gz"
-checksum=14227963940d79e0ec5af810f37101b30e1c7e8555abd96c56b3c0473abac8ef
+checksum=48162d562ea3bf4ca273f3c45df04505a006bd9a2b376006c75706c4de957da7
+make_check=extended
+
+if [ "$XBPS_CHECK_PKGS" = full ]; then
+	configure_args+=" -DUNITTEST=1"
+	checkdepends+=" gcc-fortran git gnuplot libgomp-devel octave openblas-devel python3-numpy sox tar valgrind"
+fi
+
+post_fetch() {
+	if [ "$XBPS_CHECK_PKGS" = full ]; then
+		octave-cli --eval "pkg install -verbose -forge control signal"
+	fi
+}
 
 do_check() {
 	cd build
-	ctest -E "test_CML_ldpcut|\
-test_COHPSK_modem_octave_port|\
-test_OFDM_modem_burst_acq_port|\
-test_OFDM_modem_datac0_octave_burst|\
-test_OFDM_modem_datac1_octave|\
-test_OFDM_modem_datac3_octave|\
-test_OFDM_modem_esno_est_c|\
-test_OFDM_modem_esno_est_octave|\
-test_OFDM_modem_fading_BER|\
-test_OFDM_modem_fading_DPSK_BER|\
-test_OFDM_modem_octaeve_datac0_mpp|\
-test_OFDM_modem_octave_burst_acq|\
-test_OFDM_modem_octave_datac0_mpp|\
-test_OFDM_modem_octave_datac0_mpp_coded|\
-test_OFDM_modem_octave_datac0_postamble|\
-test_OFDM_modem_octave_port|\
-test_OFDM_modem_octave_port_Nc_31|\
-test_OFDM_modem_octave_qam16_uncoded|\
-test_OFDM_modem_phase_est_bw|\
-test_OFDM_modem_time_sync_700D|\
-test_codec2_700c_octave_port|\
-test_demo_700d|\
-test_demo_700d_python|\
-test_freedv_api_700D_backwards_compatability|\
+	ctest -E "test_codec2_700c_octave_port|\
 test_freedv_api_700D_burble|\
 test_freedv_data_raw_fsk_ldpc_100|\
-test_freedv_reliable_text_awgn_700D|\
-test_freedv_reliable_text_fade_1600|\
-test_freedv_reliable_text_fade_700D|\
-test_freedv_reliable_text_fade_700E|\
-test_fsk_lib_4fsk_ldpc|\
-test_fsk_modem_octave_port|\
 test_ldpc_enc_dec_HRA_56_56|\
 test_ldpc_enc_dec_H_16200_9720|\
-test_ldpc_enc_dec_H_2064_516_sparse"
+test_ldpc_enc_dec_H_2064_516_sparse|\
+test_vq_mbest"
 }
 
 codec2-devel_package() {

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

* Re: codec2: update to 1.0.3.
  2021-12-29 11:15 [PR PATCH] codec2: update to 1.0.3 unspecd
@ 2021-12-29 21:40 ` Chocimier
  2021-12-30  0:51 ` [PR PATCH] [Updated] " unspecd
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-12-29 21:40 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34753#issuecomment-1002786071

Comment:
No need to make it `extended` or check for `full` check mode.
It's a bit surprising that pulling so much as checkdepends don't affect resulting package, but that's how it is. 👌🏻 

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

* Re: [PR PATCH] [Updated] codec2: update to 1.0.3.
  2021-12-29 11:15 [PR PATCH] codec2: update to 1.0.3 unspecd
  2021-12-29 21:40 ` Chocimier
@ 2021-12-30  0:51 ` unspecd
  2021-12-30  0:56 ` unspecd
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: unspecd @ 2021-12-30  0:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/codec2
https://github.com/void-linux/void-packages/pull/34753

codec2: update to 1.0.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl


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

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

From 05f1e37aaa74030f749807ede9eb9a0e6d98c6ae Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 29 Dec 2021 22:13:11 +1100
Subject: [PATCH] codec2: update to 1.0.3.

---
 srcpkgs/codec2/template | 45 ++++++++++-------------------------------
 1 file changed, 11 insertions(+), 34 deletions(-)

diff --git a/srcpkgs/codec2/template b/srcpkgs/codec2/template
index 10521d98c05d..60c6ab799b53 100644
--- a/srcpkgs/codec2/template
+++ b/srcpkgs/codec2/template
@@ -1,53 +1,30 @@
 # Template file for 'codec2'
 pkgname=codec2
-version=1.0.1
+version=1.0.3
 revision=1
 build_style=cmake
-checkdepends="gnuplot octave python3-numpy sox valgrind"
+configure_args="-DUNITTEST=1"
+checkdepends="gcc-fortran git gnuplot libgomp-devel octave openblas-devel python3-numpy sox tar valgrind"
 short_desc="Low bit rate speech codec"
 maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="LGPL-2.1-only"
 homepage="https://www.rowetel.com/codec2.html"
 distfiles="https://github.com/drowe67/codec2/archive/v${version}.tar.gz"
-checksum=14227963940d79e0ec5af810f37101b30e1c7e8555abd96c56b3c0473abac8ef
+checksum=48162d562ea3bf4ca273f3c45df04505a006bd9a2b376006c75706c4de957da7
+
+post_fetch() {
+	octave-cli --eval "pkg install -verbose -forge control signal"
+}
 
 do_check() {
 	cd build
-	ctest -E "test_CML_ldpcut|\
-test_COHPSK_modem_octave_port|\
-test_OFDM_modem_burst_acq_port|\
-test_OFDM_modem_datac0_octave_burst|\
-test_OFDM_modem_datac1_octave|\
-test_OFDM_modem_datac3_octave|\
-test_OFDM_modem_esno_est_c|\
-test_OFDM_modem_esno_est_octave|\
-test_OFDM_modem_fading_BER|\
-test_OFDM_modem_fading_DPSK_BER|\
-test_OFDM_modem_octaeve_datac0_mpp|\
-test_OFDM_modem_octave_burst_acq|\
-test_OFDM_modem_octave_datac0_mpp|\
-test_OFDM_modem_octave_datac0_mpp_coded|\
-test_OFDM_modem_octave_datac0_postamble|\
-test_OFDM_modem_octave_port|\
-test_OFDM_modem_octave_port_Nc_31|\
-test_OFDM_modem_octave_qam16_uncoded|\
-test_OFDM_modem_phase_est_bw|\
-test_OFDM_modem_time_sync_700D|\
-test_codec2_700c_octave_port|\
-test_demo_700d|\
-test_demo_700d_python|\
-test_freedv_api_700D_backwards_compatability|\
+	ctest -E "test_codec2_700c_octave_port|\
 test_freedv_api_700D_burble|\
 test_freedv_data_raw_fsk_ldpc_100|\
-test_freedv_reliable_text_awgn_700D|\
-test_freedv_reliable_text_fade_1600|\
-test_freedv_reliable_text_fade_700D|\
-test_freedv_reliable_text_fade_700E|\
-test_fsk_lib_4fsk_ldpc|\
-test_fsk_modem_octave_port|\
 test_ldpc_enc_dec_HRA_56_56|\
 test_ldpc_enc_dec_H_16200_9720|\
-test_ldpc_enc_dec_H_2064_516_sparse"
+test_ldpc_enc_dec_H_2064_516_sparse|\
+test_vq_mbest"
 }
 
 codec2-devel_package() {

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

* Re: [PR PATCH] [Updated] codec2: update to 1.0.3.
  2021-12-29 11:15 [PR PATCH] codec2: update to 1.0.3 unspecd
  2021-12-29 21:40 ` Chocimier
  2021-12-30  0:51 ` [PR PATCH] [Updated] " unspecd
@ 2021-12-30  0:56 ` unspecd
  2021-12-30  0:58 ` unspecd
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: unspecd @ 2021-12-30  0:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/codec2
https://github.com/void-linux/void-packages/pull/34753

codec2: update to 1.0.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl


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

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

From f8cc3682be864bce1880a30e01dc33d7aa09d4b9 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 29 Dec 2021 22:13:11 +1100
Subject: [PATCH] codec2: update to 1.0.3.

---
 srcpkgs/codec2/template | 47 ++++++++++++-----------------------------
 1 file changed, 13 insertions(+), 34 deletions(-)

diff --git a/srcpkgs/codec2/template b/srcpkgs/codec2/template
index 10521d98c05d..72c1157896d4 100644
--- a/srcpkgs/codec2/template
+++ b/srcpkgs/codec2/template
@@ -1,53 +1,32 @@
 # Template file for 'codec2'
 pkgname=codec2
-version=1.0.1
+version=1.0.3
 revision=1
 build_style=cmake
-checkdepends="gnuplot octave python3-numpy sox valgrind"
+configure_args="-DUNITTEST=1"
+checkdepends="gcc-fortran git gnuplot libgomp-devel octave openblas-devel python3-numpy sox tar valgrind"
 short_desc="Low bit rate speech codec"
 maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="LGPL-2.1-only"
 homepage="https://www.rowetel.com/codec2.html"
 distfiles="https://github.com/drowe67/codec2/archive/v${version}.tar.gz"
-checksum=14227963940d79e0ec5af810f37101b30e1c7e8555abd96c56b3c0473abac8ef
+checksum=48162d562ea3bf4ca273f3c45df04505a006bd9a2b376006c75706c4de957da7
+
+post_fetch() {
+	if [ "$XBPS_CHECK_PKGS" ]; then
+		octave-cli --eval "pkg install -verbose -forge control signal"
+	fi
+}
 
 do_check() {
 	cd build
-	ctest -E "test_CML_ldpcut|\
-test_COHPSK_modem_octave_port|\
-test_OFDM_modem_burst_acq_port|\
-test_OFDM_modem_datac0_octave_burst|\
-test_OFDM_modem_datac1_octave|\
-test_OFDM_modem_datac3_octave|\
-test_OFDM_modem_esno_est_c|\
-test_OFDM_modem_esno_est_octave|\
-test_OFDM_modem_fading_BER|\
-test_OFDM_modem_fading_DPSK_BER|\
-test_OFDM_modem_octaeve_datac0_mpp|\
-test_OFDM_modem_octave_burst_acq|\
-test_OFDM_modem_octave_datac0_mpp|\
-test_OFDM_modem_octave_datac0_mpp_coded|\
-test_OFDM_modem_octave_datac0_postamble|\
-test_OFDM_modem_octave_port|\
-test_OFDM_modem_octave_port_Nc_31|\
-test_OFDM_modem_octave_qam16_uncoded|\
-test_OFDM_modem_phase_est_bw|\
-test_OFDM_modem_time_sync_700D|\
-test_codec2_700c_octave_port|\
-test_demo_700d|\
-test_demo_700d_python|\
-test_freedv_api_700D_backwards_compatability|\
+	ctest -E "test_codec2_700c_octave_port|\
 test_freedv_api_700D_burble|\
 test_freedv_data_raw_fsk_ldpc_100|\
-test_freedv_reliable_text_awgn_700D|\
-test_freedv_reliable_text_fade_1600|\
-test_freedv_reliable_text_fade_700D|\
-test_freedv_reliable_text_fade_700E|\
-test_fsk_lib_4fsk_ldpc|\
-test_fsk_modem_octave_port|\
 test_ldpc_enc_dec_HRA_56_56|\
 test_ldpc_enc_dec_H_16200_9720|\
-test_ldpc_enc_dec_H_2064_516_sparse"
+test_ldpc_enc_dec_H_2064_516_sparse|\
+test_vq_mbest"
 }
 
 codec2-devel_package() {

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

* Re: [PR PATCH] [Updated] codec2: update to 1.0.3.
  2021-12-29 11:15 [PR PATCH] codec2: update to 1.0.3 unspecd
                   ` (2 preceding siblings ...)
  2021-12-30  0:56 ` unspecd
@ 2021-12-30  0:58 ` unspecd
  2022-06-20  2:13 ` github-actions
  2022-07-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: unspecd @ 2021-12-30  0:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/codec2
https://github.com/void-linux/void-packages/pull/34753

codec2: update to 1.0.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl


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

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

From 62bf6e75b549b1313ea323082e38b0228b1b7729 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 29 Dec 2021 22:13:11 +1100
Subject: [PATCH] codec2: update to 1.0.3.

---
 srcpkgs/codec2/template | 50 +++++++++++++----------------------------
 1 file changed, 16 insertions(+), 34 deletions(-)

diff --git a/srcpkgs/codec2/template b/srcpkgs/codec2/template
index 10521d98c05d..02e1b12e5f04 100644
--- a/srcpkgs/codec2/template
+++ b/srcpkgs/codec2/template
@@ -1,53 +1,35 @@
 # Template file for 'codec2'
 pkgname=codec2
-version=1.0.1
+version=1.0.3
 revision=1
 build_style=cmake
-checkdepends="gnuplot octave python3-numpy sox valgrind"
+checkdepends="gcc-fortran git gnuplot libgomp-devel octave openblas-devel python3-numpy sox tar valgrind"
 short_desc="Low bit rate speech codec"
 maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="LGPL-2.1-only"
 homepage="https://www.rowetel.com/codec2.html"
 distfiles="https://github.com/drowe67/codec2/archive/v${version}.tar.gz"
-checksum=14227963940d79e0ec5af810f37101b30e1c7e8555abd96c56b3c0473abac8ef
+checksum=48162d562ea3bf4ca273f3c45df04505a006bd9a2b376006c75706c4de957da7
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -DUNITTEST=1"
+fi
+
+post_fetch() {
+	if [ "$XBPS_CHECK_PKGS" ]; then
+		octave-cli --eval "pkg install -verbose -forge control signal"
+	fi
+}
 
 do_check() {
 	cd build
-	ctest -E "test_CML_ldpcut|\
-test_COHPSK_modem_octave_port|\
-test_OFDM_modem_burst_acq_port|\
-test_OFDM_modem_datac0_octave_burst|\
-test_OFDM_modem_datac1_octave|\
-test_OFDM_modem_datac3_octave|\
-test_OFDM_modem_esno_est_c|\
-test_OFDM_modem_esno_est_octave|\
-test_OFDM_modem_fading_BER|\
-test_OFDM_modem_fading_DPSK_BER|\
-test_OFDM_modem_octaeve_datac0_mpp|\
-test_OFDM_modem_octave_burst_acq|\
-test_OFDM_modem_octave_datac0_mpp|\
-test_OFDM_modem_octave_datac0_mpp_coded|\
-test_OFDM_modem_octave_datac0_postamble|\
-test_OFDM_modem_octave_port|\
-test_OFDM_modem_octave_port_Nc_31|\
-test_OFDM_modem_octave_qam16_uncoded|\
-test_OFDM_modem_phase_est_bw|\
-test_OFDM_modem_time_sync_700D|\
-test_codec2_700c_octave_port|\
-test_demo_700d|\
-test_demo_700d_python|\
-test_freedv_api_700D_backwards_compatability|\
+	ctest -E "test_codec2_700c_octave_port|\
 test_freedv_api_700D_burble|\
 test_freedv_data_raw_fsk_ldpc_100|\
-test_freedv_reliable_text_awgn_700D|\
-test_freedv_reliable_text_fade_1600|\
-test_freedv_reliable_text_fade_700D|\
-test_freedv_reliable_text_fade_700E|\
-test_fsk_lib_4fsk_ldpc|\
-test_fsk_modem_octave_port|\
 test_ldpc_enc_dec_HRA_56_56|\
 test_ldpc_enc_dec_H_16200_9720|\
-test_ldpc_enc_dec_H_2064_516_sparse"
+test_ldpc_enc_dec_H_2064_516_sparse|\
+test_vq_mbest"
 }
 
 codec2-devel_package() {

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

* Re: codec2: update to 1.0.3.
  2021-12-29 11:15 [PR PATCH] codec2: update to 1.0.3 unspecd
                   ` (3 preceding siblings ...)
  2021-12-30  0:58 ` unspecd
@ 2022-06-20  2:13 ` github-actions
  2022-07-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-20  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34753#issuecomment-1159892100

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: codec2: update to 1.0.3.
  2021-12-29 11:15 [PR PATCH] codec2: update to 1.0.3 unspecd
                   ` (4 preceding siblings ...)
  2022-06-20  2:13 ` github-actions
@ 2022-07-04  2:15 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-07-04  2:15 UTC (permalink / raw)
  To: ml

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

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

codec2: update to 1.0.3.
https://github.com/void-linux/void-packages/pull/34753

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl


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

end of thread, other threads:[~2022-07-04  2:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-29 11:15 [PR PATCH] codec2: update to 1.0.3 unspecd
2021-12-29 21:40 ` Chocimier
2021-12-30  0:51 ` [PR PATCH] [Updated] " unspecd
2021-12-30  0:56 ` unspecd
2021-12-30  0:58 ` unspecd
2022-06-20  2:13 ` github-actions
2022-07-04  2:15 ` [PR PATCH] [Closed]: " github-actions

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