mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gnuradio-rds: update to 3.10.
Also clean up makedepends.
This commit is contained in:
parent
99a1db2866
commit
279c31c703
1 changed files with 11 additions and 7 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'gnuradio-rds'
|
# Template file for 'gnuradio-rds'
|
||||||
pkgname=gnuradio-rds
|
pkgname=gnuradio-rds
|
||||||
version=3.8.0
|
version=3.10
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="gr-rds-${version}"
|
wrksrc="gr-rds-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config gnuradio swig"
|
configure_args="-Dpybind11_DIR=/${py3_sitelib}/pybind11/share/cmake/pybind11"
|
||||||
makedepends="gnuradio-devel python3-devel boost-devel log4cpp-devel
|
hostmakedepends="pkg-config gnuradio python3 python3-pybind11"
|
||||||
gmpxx-devel mpir-devel volk-devel"
|
makedepends="gnuradio-devel"
|
||||||
short_desc="GNUradio FM RDS/TMC Transceiver"
|
short_desc="GNUradio FM RDS/TMC Transceiver"
|
||||||
maintainer="Remi Pommarel <repk@triplefau.lt>"
|
maintainer="Remi Pommarel <repk@triplefau.lt>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/bastibl/gr-rds/"
|
homepage="https://github.com/bastibl/gr-rds"
|
||||||
distfiles="https://github.com/bastibl/gr-rds/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bastibl/gr-rds/archive/v${version}.tar.gz"
|
||||||
checksum=39cada996eca9f362fb07548c5f4f7b95c9d138c3859aa7a673a58cc105f563a
|
checksum=083a9f479d83ac2f6273cdf3b3cf1beca47dfdce2d28264ce979f23c119607f7
|
||||||
|
|
||||||
|
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
nocross="pybind11: Python config failure: Python is 64-bit, chosen compiler is 32-bit"
|
||||||
|
fi
|
||||||
|
|
||||||
gnuradio-rds-devel_package() {
|
gnuradio-rds-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue