gnuradio-nrsc5: update to 2.0.0.
Also clean up makedepends.
This commit is contained in:
parent
57b62fc076
commit
b4a527fe7f
|
@ -3606,7 +3606,7 @@ libzhuyin.so.13 libzhuyin-2.6.0_3
|
|||
libuhd.so.4.0.0 uhd-4.0.0.0_1
|
||||
libeditline.so.1 editline-1.16.0_1
|
||||
libgnuradio-rds.so.1 gnuradio-rds-3.8.0_1
|
||||
libgnuradio-nrsc5-1.0.0git.so.0.0.0 gnuradio-nrsc5-1.0.0_1
|
||||
libgnuradio-nrsc5.so.2.0.0git gnuradio-nrsc5-2.0.0_1
|
||||
libgamemode.so.0 libgamemode-1.6.1_1
|
||||
libgamemodeauto.so.0 libgamemode-1.6.1_1
|
||||
libgaminggear.so.0 libgaminggear-0.15.1_1
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,19 +1,24 @@
|
|||
# Template file for 'gnuradio-nrsc5'
|
||||
pkgname=gnuradio-nrsc5
|
||||
version=1.0.0
|
||||
revision=5
|
||||
version=2.0.0
|
||||
revision=1
|
||||
wrksrc="gr-nrsc5-${version}"
|
||||
build_style=cmake
|
||||
make_cmd=make
|
||||
hostmakedepends="git automake libtool pkg-config gnuradio swig"
|
||||
makedepends="gnuradio-devel boost-devel libcppunit-devel python3-devel
|
||||
log4cpp-devel gmpxx-devel mpir-devel gsl-devel volk-devel"
|
||||
configure_args="-Dpybind11_DIR=/${py3_sitelib}/pybind11/share/cmake/pybind11"
|
||||
hostmakedepends="git automake libtool pkg-config gnuradio python3 python3-pybind11"
|
||||
makedepends="gnuradio-devel"
|
||||
short_desc="GNU Radio implementation of HD Radio"
|
||||
maintainer="Remi Pommarel <repk@triplefau.lt>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/argilo/gr-nrsc5/"
|
||||
homepage="https://github.com/argilo/gr-nrsc5"
|
||||
distfiles="https://github.com/argilo/gr-nrsc5/archive/v${version}.tar.gz"
|
||||
checksum=d736c4cb1104254d07296d2a61880e07149c9bfd1a49aed504215672d4e09485
|
||||
checksum=cc9135b20e79111f609b95e02c5b5926c8c71c3ed8ab6e58b2b484d4efb333ae
|
||||
make_check=no # XXX: ModuleNotFoundError: No module named 'nrsc5'
|
||||
|
||||
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||
nocross="pybind11: Python config failure: Python is 64-bit, chosen compiler is 32-bit"
|
||||
fi
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
||||
|
|
Loading…
Reference in New Issue