net-wireless/soapysdrplay - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =net-wireless/soapysdrplay-9999

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

autounmask =net-wireless/soapysdrplay-9999

Or alternatively:

emerge --autounmask-write -a =net-wireless/soapysdrplay-9999

Package Information

Description:
Soapy SDR plugin for SDRPlay
Homepage:
https://github.com/pothosware/SoapySDRPlay3
License:
Boost-1.0

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Soapy SDR plugin for SDRPlay"
HOMEPAGE="https://github.com/pothosware/SoapySDRPlay3"

if [ "${PV}" = "9999" ]; then
	EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay3.git"
	EGIT_CLONE_TYPE="shallow"
	inherit git-r3
else
	KEYWORDS="~amd64"
	SRC_URI="https://github.com/pothosware/SoapySDRPlay3/archive/soapy-sdrplay3-${PV}.tar.gz -> ${P}.tar.gz"
	S="${WORKDIR}"/SoapySDRPlay3-soapy-sdrplay3-${PV}
fi

LICENSE="Boost-1.0"
SLOT="0"

RDEPEND="net-wireless/soapysdr
	>=net-wireless/sdrplay-3.15.2"
DEPEND="${RDEPEND}"

Inherited Eclasses

Dependencies

DEPEND

net-wireless/soapysdr
	>=net-wireless/sdrplay-3.15.2

RDEPEND

net-wireless/soapysdr
	>=net-wireless/sdrplay-3.15.2