Github messages for voidlinux
 help / color / mirror / Atom feed
From: jbaggs <jbaggs@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] SoapyRTLSDR: update to 0.3.3.
Date: Sat, 18 May 2024 11:42:54 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50407@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2024-05-18  9:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-18  9:42 jbaggs [this message]
2024-05-18  9:47 ` [PR PATCH] [Closed]: " jbaggs
2024-05-18  9:55 [PR PATCH] " jbaggs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50407@inbox.vuxu.org \
    --to=jbaggs@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).