Skip to content

Commit 4fab724

Browse files
authored
soapyrtlsdr: Fix macros (#10593)
**Summary** - Part of #10518 **Test Plan** - Built **Checklist** - [x] Package was built and tested against unstable - [ ] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label --> - [x] I agree to license this contribution and all my previous contributions under the licensing terms in [LICENSE.md](../blob/main/LICENSE.md) and have the power and authority to grant those licenses.
2 parents 0aeb31c + 71807e3 commit 4fab724

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

packages/s/soapyrtlsdr/abi_used_symbols

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ libc.so.6:__isoc23_strtol
8181
libc.so.6:__stack_chk_fail
8282
libc.so.6:memcmp
8383
libc.so.6:memcpy
84-
libc.so.6:memmove
8584
libc.so.6:memset
8685
libc.so.6:pthread_cond_clockwait
8786
libc.so.6:pthread_mutex_lock
@@ -127,8 +126,6 @@ libstdc++.so.6:_ZNSt6thread4joinEv
127126
libstdc++.so.6:_ZNSt6thread6_StateD2Ev
128127
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv
129128
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm
130-
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructEmc
131-
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_S_copy_charsEPcPKcS7_
132129
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc
133130
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKcm
134131
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm
@@ -143,8 +140,6 @@ libstdc++.so.6:_ZSt20__throw_length_errorPKc
143140
libstdc++.so.6:_ZSt20__throw_out_of_rangePKc
144141
libstdc++.so.6:_ZSt20__throw_system_errori
145142
libstdc++.so.6:_ZSt24__throw_invalid_argumentPKc
146-
libstdc++.so.6:_ZSt24__throw_out_of_range_fmtPKcz
147-
libstdc++.so.6:_ZSt28__throw_bad_array_new_lengthv
148143
libstdc++.so.6:_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_
149144
libstdc++.so.6:_ZSt9terminatev
150145
libstdc++.so.6:_ZTINSt6thread6_StateE

packages/s/soapyrtlsdr/package.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
22
name : soapyrtlsdr
33
version : 0.3.3
4-
release : 5
4+
release : 6
55
source :
66
- https://github.com/pothosware/SoapyRTLSDR/archive/refs/tags/soapy-rtl-sdr-0.3.3.tar.gz : 757c3c3bd17c5a12c7168db2f2f0fd274457e65f35e23c5ec9aec34e3ef54ece
77
homepage : https://github.com/pothosware/SoapyRTLSDR/wiki
@@ -14,8 +14,11 @@ builddeps :
1414
- pkgconfig(SoapySDR)
1515
- pkgconfig(librtlsdr)
1616
setup : |
17-
%cmake . -DLIB_SUFFIX=64
17+
%cmake_ninja \
18+
-DLIB_SUFFIX=64 \
19+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
1820
build : |
19-
%make
21+
%cmake_build
2022
install : |
21-
%make_install
23+
%cmake_install
24+
%install_license LICENSE.txt

packages/s/soapyrtlsdr/pspec_x86_64.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<Name>soapyrtlsdr</Name>
44
<Homepage>https://github.com/pothosware/SoapyRTLSDR/wiki</Homepage>
55
<Packager>
6-
<Name>Jakob Gezelius</Name>
7-
<Email>jakob@knugen.nu</Email>
6+
<Name>David Harder</Name>
7+
<Email>david@davidjharder.ca</Email>
88
</Packager>
99
<License>MIT</License>
1010
<PartOf>programming.library</PartOf>
@@ -21,15 +21,16 @@
2121
<PartOf>programming.library</PartOf>
2222
<Files>
2323
<Path fileType="library">/usr/lib64/SoapySDR/modules0.8/librtlsdrSupport.so</Path>
24+
<Path fileType="data">/usr/share/licenses/soapyrtlsdr/LICENSE.txt</Path>
2425
</Files>
2526
</Package>
2627
<History>
27-
<Update release="5">
28-
<Date>2024-07-15</Date>
28+
<Update release="6">
29+
<Date>2026-09-07</Date>
2930
<Version>0.3.3</Version>
3031
<Comment>Packaging update</Comment>
31-
<Name>Jakob Gezelius</Name>
32-
<Email>jakob@knugen.nu</Email>
32+
<Name>David Harder</Name>
33+
<Email>david@davidjharder.ca</Email>
3334
</Update>
3435
</History>
3536
</PISI>

0 commit comments

Comments
 (0)