Search Criteria
Package Details: gr-limesdr-git 3.0.1.r69.gd0fac85-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gr-limesdr-git.git (read-only, click to copy) |
---|---|
Package Base: | gr-limesdr-git |
Description: | gr-limesdr Plugin for GNURadio |
Upstream URL: | https://github.com/myriadrf/gr-limesdr |
Keywords: | gnuradio gr lime limesdr limesuite radio sdr |
Licenses: | MIT |
Conflicts: | gr-limesdr |
Provides: | gr-limesdr |
Submitter: | FFY00 |
Maintainer: | xiota (fixeria) |
Last Packager: | xiota |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-25 13:18 (UTC) |
Last Updated: | 2023-08-29 09:45 (UTC) |
Dependencies (10)
- fmt (fmt-git)
- gnuradio (gnuradio-maint38-git, gnuradio38, gnuradio-git)
- limesuite (limesuite-git)
- python (python36, python32, python37, python39, python38, python310, python312)
- spdlog (spdlog-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- pybind11 (pybind11-git) (make)
Latest Comments
1 2 Next › Last »
xiota commented on 2023-08-29 16:59 (UTC)
@fixeria Thanks for your help.
fixeria commented on 2023-08-29 10:09 (UTC)
Thanks. Indeed it builds docs only if
doxygen
is installed.Huh, interesting. I am getting the same result with
readelf
, butldd
gives me:AFAIU, these libs are actually required by
libgnuradio-runtime.so
. They used to be required in the project'sCMakeLists.txt
https://github.com/myriadrf/gr-limesdr/blob/master/CMakeLists.txt#L55 (3y old master branch), but no longer required in thegr-3.10
branch we're using https://github.com/myriadrf/gr-limesdr/blob/gr-3.10/CMakeLists.txt. So yeah, nevermind.Those are also dependencies of libgnuradio:
But I don't think it's critical. I am fine with the latest
PKGBUILD
revision. Thanks!xiota commented on 2023-08-29 09:46 (UTC) (edited on 2023-08-29 09:49 (UTC) by xiota)
I removed
doxygen
because rebuild in clean chroot succeeded without it. Looks like it just skipped building docs. Adding back.I don't see any boost-libs dependency:
Based on this, adding
fmt
andspdlog
to depends.fixeria commented on 2023-08-29 09:07 (UTC)
Hi @xiota,
yes, I am. Thanks!
Ack. I also found out that
libgnuradio-limesdr.so
depends onlibboost_thread.so
andlibboost_program_options.so
, soboost-libs
needs to be added to$depends
. I can submit a patch adding it.Not sure why you removed
doxygen
, it's needed to build documentation (HTML files in/usr/share/doc/limesuite
). Other than that, ack.Works for me. As I mentioned above, I propose to add
boost-libs
and resurrectdoxygen
to makedepends. After that we should bump the$pkgrel
.xiota commented on 2023-08-27 21:10 (UTC)
@fixeria Are you interested in comaintaining?
Moved
boost
to makedepends. Removeddoxygen
,graphiz
,swig
. Please test and let me know if it works.fixeria commented on 2023-08-27 10:44 (UTC)
Hello,
I would like to propose the following PKGBUILD changes:
Thanks for maintaining!
nickoe commented on 2020-10-11 13:25 (UTC) (edited on 2020-10-11 13:26 (UTC) by nickoe)
I am getting build errors with this, such as:
I got this locally from before
heliochronix commented on 2020-01-07 02:18 (UTC)
Awesome, thank you so much!
FFY00 commented on 2020-01-07 00:15 (UTC)
Sorry, things have been busy and I completely forgot about this. Next time feel free to ping me more often :)
Should be working now.
1 2 Next › Last »