@m3thodic: I think @solsticedhiver is right about the rtl-sdr package as well. It is included in the build scripts by default, but it is currently not listed in dependencies. Even if it's strictly not needed for building it should still be listed as an optional dependency.
I think I've found more errors in makedepends. libbladerf-git is used while bladerf is broader. Package successfully builds with the repository version of the library. Also, boost already depends on boost-libs and itpp on fftw.
The correct makedepends line incorporating everything that was mentioned should be something like:
@m3thodic: I think @solsticedhiver is right about the
rtl-sdrpackage as well. It is included in the build scripts by default, but it is currently not listed in dependencies. Even if it's strictly not needed for building it should still be listed as an optional dependency.I think I've found more errors in
makedepends.libbladerf-gitis used whilebladerfis broader. Package successfully builds with the repository version of the library. Also,boostalready depends onboost-libsanditpponfftw.The correct
makedependsline incorporating everything that was mentioned should be something like: