mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnuradio-nrsc5: update to 2.0.0.
Also clean up makedepends.
This commit is contained in:
parent
57b62fc076
commit
b4a527fe7f
3 changed files with 13 additions and 13129 deletions
|
@ -3606,7 +3606,7 @@ libzhuyin.so.13 libzhuyin-2.6.0_3
|
||||||
libuhd.so.4.0.0 uhd-4.0.0.0_1
|
libuhd.so.4.0.0 uhd-4.0.0.0_1
|
||||||
libeditline.so.1 editline-1.16.0_1
|
libeditline.so.1 editline-1.16.0_1
|
||||||
libgnuradio-rds.so.1 gnuradio-rds-3.8.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
|
libgamemode.so.0 libgamemode-1.6.1_1
|
||||||
libgamemodeauto.so.0 libgamemode-1.6.1_1
|
libgamemodeauto.so.0 libgamemode-1.6.1_1
|
||||||
libgaminggear.so.0 libgaminggear-0.15.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'
|
# Template file for 'gnuradio-nrsc5'
|
||||||
pkgname=gnuradio-nrsc5
|
pkgname=gnuradio-nrsc5
|
||||||
version=1.0.0
|
version=2.0.0
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="gr-nrsc5-${version}"
|
wrksrc="gr-nrsc5-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_cmd=make
|
make_cmd=make
|
||||||
hostmakedepends="git automake libtool pkg-config gnuradio swig"
|
configure_args="-Dpybind11_DIR=/${py3_sitelib}/pybind11/share/cmake/pybind11"
|
||||||
makedepends="gnuradio-devel boost-devel libcppunit-devel python3-devel
|
hostmakedepends="git automake libtool pkg-config gnuradio python3 python3-pybind11"
|
||||||
log4cpp-devel gmpxx-devel mpir-devel gsl-devel volk-devel"
|
makedepends="gnuradio-devel"
|
||||||
short_desc="GNU Radio implementation of HD Radio"
|
short_desc="GNU Radio implementation of HD Radio"
|
||||||
maintainer="Remi Pommarel <repk@triplefau.lt>"
|
maintainer="Remi Pommarel <repk@triplefau.lt>"
|
||||||
license="GPL-3.0-or-later"
|
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"
|
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"
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue