mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 16:51:03 +02:00
Merge pull request #195 from ephemer0l/master
net-wireless/gr-dsd New package, GNU Radio block
This commit is contained in:
commit
757a795be3
5 changed files with 101 additions and 0 deletions
30
net-wireless/gr-acars2/gr-acars2-9999.ebuild
Normal file
30
net-wireless/gr-acars2/gr-acars2-9999.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="GNU Radio block for ACARS transmissions"
|
||||
HOMEPAGE="https://github.com/antoinet/gr-acars2"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/antoinet/gr-acars2.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
dev-lang/swig:*"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/share
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
1
net-wireless/gr-ais/Manifest
Normal file
1
net-wireless/gr-ais/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD gr-ais-9999.ebuild 744 SHA256 f3d7598ab32635d3b74c266a1c31d47277bdf8ccfc8da5f6c6e44de39aceaf2e SHA512 bdf52ae9a36994b9b2e40517bab717c6e6dc23f7bbc62ceac726fac87c455d52465a5e80592c121742e0796a3e24cf36ce3002c01b8f3a8c19b9f7801acb2ac4 WHIRLPOOL 0e101f6755f0674b44ed36dd0a1d56607bc56892e5f84ef0da095432143ac7f127c2b775087ff37fda8f7e4847cae4babf2978efe5ae2c61c4b83f951bff3884
|
||||
33
net-wireless/gr-ais/gr-ais-9999.ebuild
Normal file
33
net-wireless/gr-ais/gr-ais-9999.ebuild
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="GNU Radio block that decodes Automatic Information System for shipborne position reporting"
|
||||
HOMEPAGE="https://github.com/bistromath/gr-ais"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/bistromath/gr-ais.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="doc"
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.6:=
|
||||
dev-libs/boost:=
|
||||
dev-util/cppunit
|
||||
dev-lang/swig:*
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_ENABLE_DOXYGEN=YES="$(usex doc)"
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/share
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
1
net-wireless/gr-dsd/Manifest
Normal file
1
net-wireless/gr-dsd/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD gr-dsd-9999.ebuild 752 SHA256 ad5bc116f9ea1ddaefd1cf7fcb9308e4e8917d0dbcbfc51a2bea7cd7bb8e46d8 SHA512 e12fb3254eb1929448eddf4b7058d4dcc19fb1977f762d13588e7b4e40f727e67a3acf2daf1cdc8294773f4001e60274ec8c3059fc03567c390a0abc64c1a07b WHIRLPOOL bfaf8205d6eaa101a8f20ffecd953c00ae7a1a7fd8fce9ab70db63a6d96b52df2e2179b8c31b5fba83a62ed9d74ab9dda7ee7511768ce36fbf8b3f4650237382
|
||||
36
net-wireless/gr-dsd/gr-dsd-9999.ebuild
Normal file
36
net-wireless/gr-dsd/gr-dsd-9999.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="GNU Radio block for Digital Speech Decoder"
|
||||
HOMEPAGE="https://github.com/argilo/gr-dsd"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/argilo/gr-dsd.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="doc"
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
media-libs/libsndfile
|
||||
dev-util/cppunit
|
||||
sci-libs/itpp
|
||||
>=dev-libs/log4cpp-1.1:=
|
||||
dev-lang/swig:*
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_ENABLE_DOXYGEN=YES="$(usex doc)"
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/share
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue