mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
cubicsdr: moved to gentoo
This commit is contained in:
parent
4577529919
commit
ab6fbcfd98
2 changed files with 0 additions and 40 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST 0.2.3.tar.gz 36946378 BLAKE2B fc583e8e8a84c4ff38bd0f98ba8aa8c5abd9fae6e8d3fcc1b94a9200f1ba700ff0ddd4a80ba5c4b8ba107eca06d7dd8b6d425ad3965f6e0cf6fe4359eee353b4 SHA512 e90ce269519c4f13c4719c2e9b405ebbccd3c430520283fb8c9ed4656136f95a48b652cd79b8fc270795a493d43d02fc11f849ae1f3f556a8d6d6c3ab3420d27
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
WX_GTK_VER="3.0"
|
||||
|
||||
inherit cmake-utils wxwidgets
|
||||
|
||||
MY_P="CubicSDR"
|
||||
SRC_URI="https://github.com/cjcliffe/${MY_P}/archive/${PV}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}-${PV}"
|
||||
|
||||
DESCRIPTION="Cross-Platform and Open-Source Software Defined Radio Application"
|
||||
HOMEPAGE="https://cubicsdr.com/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="alsa pulseaudio"
|
||||
|
||||
DEPEND="
|
||||
net-libs/liquid-dsp
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[opengl]
|
||||
net-wireless/soapysdr
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
setup-wxwidgets
|
||||
|
||||
local mycmakeargs=(
|
||||
-DUSE_AUDIO_ALSA="$(usex alsa)"
|
||||
-DUSE_AUDIO_PULSE="$(usex pulseaudio)"
|
||||
)
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue