net-wireless/gr-dsd - 9999 (pentoo)

Search

Install

Install this version:

emerge -a =net-wireless/gr-dsd-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-wireless/gr-dsd-9999

Or alternatively:

emerge --autounmask-write -a =net-wireless/gr-dsd-9999

Package Information

Description:
GNU Radio block for Digital Speech Decoder
Homepage:
https://github.com/argilo/gr-dsd
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
inherit cmake git-r3 python-single-r1

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"

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-text/doxygen )
	${PYTHON_DEPS}"

RDEPEND="${DEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_configure() {
	sed -i '0,/include\/dsd/s/include\/dsd/include\/gnuradio\/dsd/' "${WORKDIR}/${P}/CMakeLists.txt" || die 'sed failed'
	local mycmakeargs=(
		-DWITH_ENABLE_DOXYGEN=YES="$(usex doc)"
		-DPYTHON_EXECUTABLE="${PYTHON}"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-wireless/gr-dsd | euse -E <flag> -p net-wireless/gr-dsd | euse -D <flag> -p net-wireless/gr-dsd

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

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-text/doxygen )
	

RDEPEND

>=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-text/doxygen )