Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SoapyRTLSDR: update to 0.3.3.
@ 2024-05-18  9:42 jbaggs
  2024-05-18  9:47 ` [PR PATCH] [Closed]: " jbaggs
  0 siblings, 1 reply; 3+ messages in thread
From: jbaggs @ 2024-05-18  9:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jbaggs/void-packages SoapyRTLSDR
https://github.com/void-linux/void-packages/pull/50407

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

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)


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

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

From a05e6478a15f0f73495f38fc2772d082e0746536 Mon Sep 17 00:00:00 2001
From: jbaggs <jbaggs2016@gmail.com>
Date: Sat, 18 May 2024 02:31:48 -0700
Subject: [PATCH 1/2] librtlsdr: update to 2.0.2.

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

diff --git a/srcpkgs/librtlsdr/template b/srcpkgs/librtlsdr/template
index 58ca0e394bee68..4b10eef08566db 100644
--- a/srcpkgs/librtlsdr/template
+++ b/srcpkgs/librtlsdr/template
@@ -1,6 +1,6 @@
 # Template file for 'librtlsdr'
 pkgname=librtlsdr
-version=0.6.0
+version=2.0.2
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -9,8 +9,8 @@ short_desc="Turns your Realtek RTL2832 based DVB dongle into a SDR receiver"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://osmocom.org/projects/rtl-sdr/wiki"
-distfiles="https://github.com/steve-m/${pkgname}/archive/${version}.tar.gz"
-checksum=80a5155f3505bca8f1b808f8414d7dcd7c459b662a1cde84d3a2629a6e72ae55
+distfiles="https://github.com/steve-m/${pkgname}/archive/v${version}.tar.gz"
+checksum=f407de0b6dce19e81694814e363e8890b6ab2c287c8d64c27a03023e5702fb42
 
 librtlsdr-devel_package() {
 	short_desc+=" - development files"

From 0c7df0cc28c1b632053df7896e7b874ac7b8a60f Mon Sep 17 00:00:00 2001
From: jbaggs <jbaggs2016@gmail.com>
Date: Sat, 18 May 2024 02:39:45 -0700
Subject: [PATCH 2/2] SoapyRTLSDR: update to 0.3.3.

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

diff --git a/srcpkgs/SoapyRTLSDR/template b/srcpkgs/SoapyRTLSDR/template
index 1379a7858e3c1d..e724bff23e913f 100644
--- a/srcpkgs/SoapyRTLSDR/template
+++ b/srcpkgs/SoapyRTLSDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapyRTLSDR'
 pkgname=SoapyRTLSDR
-version=0.3.0
-revision=2
+version=0.3.3
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="SoapySDR-devel librtlsdr-devel"
@@ -9,8 +9,8 @@ short_desc="SoapySDR module for RTL-SDR"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="MIT"
 homepage="https://github.com/pothosware/SoapyRTLSDR"
-distfiles="${homepage}/archive/soapy-rtlsdr-${version}.tar.gz"
-checksum=9c31c67c2646628b448bbef1307f3880b7e78be8caf7a02cd3cfa4d08dc4075b
+distfiles="${homepage}/archive/soapy-rtl-sdr-${version}.tar.gz"
+checksum=757c3c3bd17c5a12c7168db2f2f0fd274457e65f35e23c5ec9aec34e3ef54ece
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: [PR PATCH] [Closed]: SoapyRTLSDR: update to 0.3.3.
  2024-05-18  9:42 [PR PATCH] SoapyRTLSDR: update to 0.3.3 jbaggs
@ 2024-05-18  9:47 ` jbaggs
  0 siblings, 0 replies; 3+ messages in thread
From: jbaggs @ 2024-05-18  9:47 UTC (permalink / raw)
  To: ml

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

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

SoapyRTLSDR: update to 0.3.3.
https://github.com/void-linux/void-packages/pull/50407

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

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)


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

* [PR PATCH] SoapyRTLSDR: update to 0.3.3.
@ 2024-05-18  9:55 jbaggs
  0 siblings, 0 replies; 3+ messages in thread
From: jbaggs @ 2024-05-18  9:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jbaggs/void-packages SoapyRTLSDR
https://github.com/void-linux/void-packages/pull/50408

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

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)


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

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

From 7717316376f8c9bee1be266355cf211b3d1e10ca Mon Sep 17 00:00:00 2001
From: jbaggs <jbaggs2016@gmail.com>
Date: Sat, 18 May 2024 02:53:53 -0700
Subject: [PATCH] SoapyRTLSDR: update to 0.3.3.

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

diff --git a/srcpkgs/SoapyRTLSDR/template b/srcpkgs/SoapyRTLSDR/template
index 1379a7858e3c1d..e724bff23e913f 100644
--- a/srcpkgs/SoapyRTLSDR/template
+++ b/srcpkgs/SoapyRTLSDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapyRTLSDR'
 pkgname=SoapyRTLSDR
-version=0.3.0
-revision=2
+version=0.3.3
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="SoapySDR-devel librtlsdr-devel"
@@ -9,8 +9,8 @@ short_desc="SoapySDR module for RTL-SDR"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="MIT"
 homepage="https://github.com/pothosware/SoapyRTLSDR"
-distfiles="${homepage}/archive/soapy-rtlsdr-${version}.tar.gz"
-checksum=9c31c67c2646628b448bbef1307f3880b7e78be8caf7a02cd3cfa4d08dc4075b
+distfiles="${homepage}/archive/soapy-rtl-sdr-${version}.tar.gz"
+checksum=757c3c3bd17c5a12c7168db2f2f0fd274457e65f35e23c5ec9aec34e3ef54ece
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

end of thread, other threads:[~2024-05-18  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-18  9:42 [PR PATCH] SoapyRTLSDR: update to 0.3.3 jbaggs
2024-05-18  9:47 ` [PR PATCH] [Closed]: " jbaggs
2024-05-18  9:55 [PR PATCH] " jbaggs

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