Search Criteria
Package Details: rtl_433-git r3635.b91e971a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rtl_433-git.git (read-only, click to copy) |
---|---|
Package Base: | rtl_433-git |
Description: | Program to decode radio transmissions from devices on the ISM bands (and other frequencies |
Upstream URL: | https://github.com/merbanan/rtl_433 |
Licenses: | GPL-2.0-only |
Conflicts: | rtl_433 |
Provides: | rtl_433 |
Submitter: | asdil12 |
Maintainer: | w0rty |
Last Packager: | w0rty |
Votes: | 19 |
Popularity: | 0.000236 |
First Submitted: | 2013-02-06 20:23 (UTC) |
Last Updated: | 2025-03-31 22:05 (UTC) |
Dependencies (9)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libusb (libusb-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR)
- soapysdr (soapysdr-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- doxygen (doxygen-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- openwebrx-plus (requires rtl_433) (optional)
- openwebrx-plus-git (requires rtl_433) (optional)
Latest Comments
1 2 Next › Last »
simona commented on 2025-03-30 18:08 (UTC)
same error
w0rty commented on 2025-03-30 17:01 (UTC)
@kode54 rtl_433 fixed it upstream: https://github.com/merbanan/rtl_433/commit/42ac641452aa56afa04f7bad5a55f790ee639852
kode54 commented on 2025-03-30 06:39 (UTC)
This package seems to have been broken by the CMake 4.0 update, which necessitates setting the minimum CMake version in the project files to no lower than 3.5, and all the behavior defaults that entails.
FabioLolix commented on 2024-11-24 18:34 (UTC)
Thanks for updating :)
Got this too; don't seem an error
For me the package build fine both with makepkg and devtools
@simona can you try to build with devtools to exclude issues with your environment?
simona commented on 2024-11-24 16:24 (UTC) (edited on 2024-11-24 16:27 (UTC) by simona)
CMake Error at /share/cmake/SoapySDR/SoapySDRConfig.cmake:39 (file):
file failed to open for reading (No such file or directory):
I have sopaysdr 0.8.1-5 from extra
simona commented on 2024-11-24 16:16 (UTC)
-- libusb-1.0 error messages are available. Found version 1.0.27
w0rty commented on 2024-11-24 14:36 (UTC)
Thanks FabioLolix, ruahcra and dreieck for the suggestions. I have taken some changes from the newly promoted package and added soapysdr as a dependency.
FabioLolix commented on 2024-11-19 17:10 (UTC)
Building with makepkg or AUR helpers will lead to dynamic linking, SoapySDR is listed in the readme, if you don't want a feature you should explicity disable it
devtools
also exist for building in clean chrootdreieck you should know that if a pkgbuild have a problem uploading a duplicate is not the solution
ruahcra commented on 2024-11-19 15:09 (UTC) (edited on 2024-11-19 15:09 (UTC) by ruahcra)
Note that the non-git package rtl_433 was recently promoted from the AUR, so that PKGBUILD could be useful as a reference for the suggestions below: https://gitlab.archlinux.org/archlinux/packaging/packages/rtl_433/-/blob/main/PKGBUILD?ref_type=heads
dreieck commented on 2024-11-19 13:57 (UTC) (edited on 2024-11-19 13:59 (UTC) by dreieck)
Ahoj,
soapysdr
needs to be added to to thedepends
array:rtl_433-git E: Dependency soapysdr detected and not included (libraries ['usr/lib/libSoapySDR.so.0.8'] needed in files ['usr/bin/rtl_433'])
,which also should solve this issue reported on 2023-02-15,
rtl_433-git E: GPL is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.
.Regards and thanks for the package!
1 2 Next › Last »