Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] volk 3.0.0
@ 2023-03-08 15:31 abenson
  2023-03-08 18:57 ` [PR PATCH] [Updated] " abenson
  2023-03-09 13:42 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2023-03-08 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages volk_3.0.0
https://github.com/void-linux/void-packages/pull/42658

volk 3.0.0
- volk: update to 3.0.0.
- SDRPlusPlus: rebuild for volk-3.0.0
- gnuradio: rebuild for volk-3.0.0
- gqrx: rebuild for volk-3.0.0


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

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

From 68992ecec75d19eb8681e991304c30add48293f9 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Jan 2023 18:26:37 -0600
Subject: [PATCH 1/4] volk: update to 3.0.0.

---
 common/shlibs         | 2 +-
 srcpkgs/volk/template | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index ce31638c1c9e..cdffd90a54ff 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3241,7 +3241,7 @@ libarcan_tui.so.0.15 arcan-0.6.1.1_1
 libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1
-libvolk.so.2.5 volk-2.5.0_1
+libvolk.so.3.0 volk-3.0.0_1
 libgnuradio-runtime.so.3.10.3 gnuradio-3.10.3.0_1
 libgnuradio-pmt.so.3.10.3 gnuradio-3.10.3.0_1
 libgnuradio-blocks.so.3.10.3 gnuradio-3.10.3.0_1
diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index 9b526944cb7c..0fce1a674f30 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,19 +1,20 @@
 # Template file for 'volk'
 pkgname=volk
-version=2.5.2
-revision=2
+version=3.0.0
+revision=1
 _cpu_features_gitrev="188d0d3c383689cdb6bb70dc6da2469faec84f61"
 create_wrksrc=yes
 build_style=cmake
+configure_args="-DENABLE_LGPL=OFF"
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="python3-cheetah3 python3-devel python3-Mako python3-six"
 short_desc="Vector-Optimized Library of Kernels"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
-license="GPL-3.0-or-later"
+license="LGPL-3.0-or-later"
 homepage="http://libvolk.org/"
 distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz
  https://github.com/google/cpu_features/archive/${_cpu_features_gitrev}.tar.gz"
-checksum="fb447b8053f574a72697a26f08d51fb70d3b54b4e90e72b705138f8bc7ae6722
+checksum="617c25a5a240e41e50d695851925541b19e011d516c3e0c288a5aeefb3ceb7fd
  ef383c81e84e7ce56eeb9207ded6937f0aefd6747c319d8d3265e6d9be164db1"
 
 case "$XBPS_TARGET_MACHINE" in

From dbb2a059b172700ceb1a1dc6101d4827f30a3d01 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Jan 2023 18:25:53 -0600
Subject: [PATCH 2/4] SDRPlusPlus: rebuild for volk-3.0.0

---
 srcpkgs/SDRPlusPlus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SDRPlusPlus/template b/srcpkgs/SDRPlusPlus/template
index 641f013ad1f6..2c9128bfcafd 100644
--- a/srcpkgs/SDRPlusPlus/template
+++ b/srcpkgs/SDRPlusPlus/template
@@ -1,7 +1,7 @@
 # Template file for 'SDRPlusPlus' 
 pkgname=SDRPlusPlus
 version=1.0.4
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DOPT_BUILD_PLUTOSDR_SOURCE=0"
 hostmakedepends="pkg-config"

From 6f3d8de683282d67939814d7a21b8132dcc15a1d Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Jan 2023 18:25:53 -0600
Subject: [PATCH 3/4] gnuradio: rebuild for volk-3.0.0

---
 srcpkgs/gnuradio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index a1b1fee2ab8a..0d86e0c343bb 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'
 pkgname=gnuradio
 version=3.10.3.0
-revision=7
+revision=8
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DMATHJAX2_USE_ROOT=/usr/share/mathjax

From de10cc2b76d4c036b6c1983b46015e9071c9cb53 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Jan 2023 18:25:53 -0600
Subject: [PATCH 4/4] gqrx: rebuild for volk-3.0.0

---
 srcpkgs/gqrx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template
index 2561d1cb7f95..c2215b30dc9b 100644
--- a/srcpkgs/gqrx/template
+++ b/srcpkgs/gqrx/template
@@ -1,7 +1,7 @@
 # Template file for 'gqrx'
 pkgname=gqrx
 version=2.15.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="$(vopt_if gr_audio -DLINUX_AUDIO_BACKEND=Gr-audio)
  $(vopt_if portaudio -DLINUX_AUDIO_BACKEND=Portaudio)"

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

* Re: [PR PATCH] [Updated] volk 3.0.0
  2023-03-08 15:31 [PR PATCH] volk 3.0.0 abenson
@ 2023-03-08 18:57 ` abenson
  2023-03-09 13:42 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-03-08 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages volk_3.0.0
https://github.com/void-linux/void-packages/pull/42658

volk 3.0.0
- volk: update to 3.0.0.
- SDRPlusPlus: rebuild for volk-3.0.0
- gnuradio: rebuild for volk-3.0.0
- gqrx: rebuild for volk-3.0.0


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

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

From b4c9e4fef91195f1dc220fa03645b4f511b156cc Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Jan 2023 18:26:37 -0600
Subject: [PATCH 1/4] volk: update to 3.0.0.

---
 common/shlibs         | 2 +-
 srcpkgs/volk/template | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index dd41d3665aee..5cc81b9f90b2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3240,7 +3240,7 @@ libarcan_tui.so.0.15 arcan-0.6.1.1_1
 libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1
-libvolk.so.2.5 volk-2.5.0_1
+libvolk.so.3.0 volk-3.0.0_1
 libgnuradio-runtime.so.3.10.3 gnuradio-3.10.3.0_1
 libgnuradio-pmt.so.3.10.3 gnuradio-3.10.3.0_1
 libgnuradio-blocks.so.3.10.3 gnuradio-3.10.3.0_1
diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index 9b526944cb7c..0fce1a674f30 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,19 +1,20 @@
 # Template file for 'volk'
 pkgname=volk
-version=2.5.2
-revision=2
+version=3.0.0
+revision=1
 _cpu_features_gitrev="188d0d3c383689cdb6bb70dc6da2469faec84f61"
 create_wrksrc=yes
 build_style=cmake
+configure_args="-DENABLE_LGPL=OFF"
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="python3-cheetah3 python3-devel python3-Mako python3-six"
 short_desc="Vector-Optimized Library of Kernels"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
-license="GPL-3.0-or-later"
+license="LGPL-3.0-or-later"
 homepage="http://libvolk.org/"
 distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz
  https://github.com/google/cpu_features/archive/${_cpu_features_gitrev}.tar.gz"
-checksum="fb447b8053f574a72697a26f08d51fb70d3b54b4e90e72b705138f8bc7ae6722
+checksum="617c25a5a240e41e50d695851925541b19e011d516c3e0c288a5aeefb3ceb7fd
  ef383c81e84e7ce56eeb9207ded6937f0aefd6747c319d8d3265e6d9be164db1"
 
 case "$XBPS_TARGET_MACHINE" in

From ffbd9e232d05da4a145f695d5344589893b7e4a7 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Jan 2023 18:25:53 -0600
Subject: [PATCH 2/4] SDRPlusPlus: rebuild for volk-3.0.0

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

diff --git a/srcpkgs/SDRPlusPlus/template b/srcpkgs/SDRPlusPlus/template
index 641f013ad1f6..48d8acd9e6d3 100644
--- a/srcpkgs/SDRPlusPlus/template
+++ b/srcpkgs/SDRPlusPlus/template
@@ -1,7 +1,7 @@
-# Template file for 'SDRPlusPlus' 
+# Template file for 'SDRPlusPlus'
 pkgname=SDRPlusPlus
 version=1.0.4
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DOPT_BUILD_PLUTOSDR_SOURCE=0"
 hostmakedepends="pkg-config"

From aaea2004ef42955e8fc9abead06f6a0ffe75c226 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Jan 2023 18:25:53 -0600
Subject: [PATCH 3/4] gnuradio: rebuild for volk-3.0.0

---
 srcpkgs/gnuradio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index a1b1fee2ab8a..0d86e0c343bb 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'
 pkgname=gnuradio
 version=3.10.3.0
-revision=7
+revision=8
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DMATHJAX2_USE_ROOT=/usr/share/mathjax

From 4a8229ba60c70635e22d81f867061f309293f00b Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Jan 2023 18:25:53 -0600
Subject: [PATCH 4/4] gqrx: rebuild for volk-3.0.0

---
 srcpkgs/gqrx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template
index 2561d1cb7f95..c2215b30dc9b 100644
--- a/srcpkgs/gqrx/template
+++ b/srcpkgs/gqrx/template
@@ -1,7 +1,7 @@
 # Template file for 'gqrx'
 pkgname=gqrx
 version=2.15.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="$(vopt_if gr_audio -DLINUX_AUDIO_BACKEND=Gr-audio)
  $(vopt_if portaudio -DLINUX_AUDIO_BACKEND=Portaudio)"

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

* Re: [PR PATCH] [Merged]: volk 3.0.0
  2023-03-08 15:31 [PR PATCH] volk 3.0.0 abenson
  2023-03-08 18:57 ` [PR PATCH] [Updated] " abenson
@ 2023-03-09 13:42 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-03-09 13:42 UTC (permalink / raw)
  To: ml

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

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

volk 3.0.0
https://github.com/void-linux/void-packages/pull/42658

Description:
- volk: update to 3.0.0.
- SDRPlusPlus: rebuild for volk-3.0.0
- gnuradio: rebuild for volk-3.0.0
- gqrx: rebuild for volk-3.0.0


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

end of thread, other threads:[~2023-03-09 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08 15:31 [PR PATCH] volk 3.0.0 abenson
2023-03-08 18:57 ` [PR PATCH] [Updated] " abenson
2023-03-09 13:42 ` [PR PATCH] [Merged]: " abenson

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