Search Criteria
Package Details: rtl_433-git r3573.54a886bf-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.001963 |
First Submitted: | 2013-02-06 20:23 (UTC) |
Last Updated: | 2024-11-24 14:32 (UTC) |
Dependencies (9)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- 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) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (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 »
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!
w0rty commented on 2023-02-16 10:02 (UTC)
@simona: Are you sure this is the right package? We are neither building SoapySDR nor using it as a dependency here. Building works on a fresh Arch docker container fine btw.
simona commented on 2023-02-15 18:12 (UTC)
CMake Error at /share/cmake/SoapySDR/SoapySDRConfig.cmake:39 (file):
file failed to open for reading (No such file or directory):
/include/SoapySDR/Version.h
Call Stack (most recent call first):
/share/cmake/SoapySDR/SoapySDRConfig.cmake:70 (_SOAPY_SDR_GET_ABI_VERSION)
CMakeLists.txt:237 (find_package)
jaketri commented on 2021-11-03 01:49 (UTC) (edited on 2021-11-03 01:49 (UTC) by jaketri)
If possible, please add the following two changes to the PKGBUILD:
Include armv6h to list of supported arch. I can confirm it builds and works fine on my old Raspberry Pi 1 Model B.
Recently GitHub improved Git protocol security and package build fail with following error:
A quick fix is to switch git source from plain git to git+https.
Here are the changes I made locally to test git+https access as well as the new arm6h build:
1 2 Next › Last »