net-wireless/gr-dsd New package, GNU Radio block

This commit is contained in:
ephemer0l 2017-05-25 22:44:37 -05:00
parent 087a387d08
commit 4f7c11590b
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD gr-dsd-9999.ebuild 752 SHA256 ad5bc116f9ea1ddaefd1cf7fcb9308e4e8917d0dbcbfc51a2bea7cd7bb8e46d8 SHA512 e12fb3254eb1929448eddf4b7058d4dcc19fb1977f762d13588e7b4e40f727e67a3acf2daf1cdc8294773f4001e60274ec8c3059fc03567c390a0abc64c1a07b WHIRLPOOL bfaf8205d6eaa101a8f20ffecd953c00ae7a1a7fd8fce9ab70db63a6d96b52df2e2179b8c31b5fba83a62ed9d74ab9dda7ee7511768ce36fbf8b3f4650237382

View 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
}