gr-air-modes: gr 3.8 bump

This commit is contained in:
blshkv 2020-05-27 15:27:15 +08:00
parent 1f89849a94
commit 934322d88b
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 64 additions and 1 deletions

View file

@ -1 +1,2 @@
DIST gr-air-modes-20191016.tar.gz 186450 BLAKE2B 04b982ae1557f43ebe57a1146380e490ad2bad60332aeddf46590dfa5dffb0d9a59c26b4e65c17f96e7d2e96a293229968ffafcf844ce098e4f36f4a8094966c SHA512 995889ca79254ca2138da21e844931bd3e3b9a711f0ae2880a955862761f7ecc69f2068e2b801753fdf02532be11ca78dbe817218d9ee18a36a3fde03a075ee3
DIST gr-air-modes-20200507.tar.gz 186463 BLAKE2B a164f71269035960377fbd80f90b0996155fce890c1e317cbfe4d8f5b9ec873be89dd934c4c71e8e0e3a16f3603488218005885f9cbe843b72c80e1a0532bc11 SHA512 38868d1f7258c289d8b525b752b1651bf65a1ffc19215f4543be0f804e87dc140e4176e3c4d5afbbb794b07910097820fbb9068e280921b394517a05aae97c97

View file

@ -0,0 +1,62 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit cmake python-single-r1
if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bistromath/gr-air-modes.git"
EGIT_BRANCH="master"
else
#snapshot
HASH_COMMIT="9e2515a56609658f168f0c833a14ca4d2332713e"
SRC_URI="https://github.com/bistromath/gr-air-modes/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
fi
DESCRIPTION="This module implements a complete Mode S and ADS-B receiver for Gnuradio"
HOMEPAGE="https://github.com/bistromath/gr-air-modes"
LICENSE="GPL-3"
SLOT="0"
IUSE="fgfs rtlsdr uhd"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/pyzmq[${PYTHON_MULTI_USEDEP}]
dev-python/numpy[${PYTHON_MULTI_USEDEP}]')
>=net-wireless/gnuradio-3.8.0.0:=[uhd?]
net-wireless/gr-osmosdr
dev-db/sqlite
fgfs? (
games-simulation/flightgear
sci-libs/scipy
)
rtlsdr? ( net-wireless/rtl-sdr )
uhd? ( >=net-wireless/uhd-3.4.0 )
"
RDEPEND="${DEPEND}"
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
cmake_src_prepare
python_fix_shebang "${S}"
}
src_compile() {
cmake_src_compile -j1
}
src_install() {
cmake_src_install
python_optimize "${ED}/$(python_get_sitedir)"
}

View file

@ -22,6 +22,7 @@ net-wireless/btle-sniffer
#most of the pentoo-radio stuff has no stable at all so it all lives in here for now
net-wireless/airspy
net-wireless/gr-air-modes
net-wireless/gr-gsm **
net-wireless/killerbee
net-wireless/kalibrate-hackrf **
@ -30,7 +31,6 @@ net-wireless/op25
net-wireless/rtl-sdr
net-wireless/chirp
=net-wireless/gr-baz-9999 **
#=net-wireless/gr-air-modes-9999 **
net-wireless/gqrx
net-wireless/virtualradar-bin
net-wireless/uhd