mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-26 09:35:40 +01:00
cubisdr: add pulseaudio missing dep
This commit is contained in:
parent
f629cc35b9
commit
9b482e4f21
3 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD cubicsdr-0.2.3.ebuild 625 SHA256 cee9c59ec6b915d66e5f37386b0892e66038f2b2cc552c4c9c4a3bf506ebfac7 SHA512 08540cf5ac206544970227d534b986156e834326553ca3850aafe90e0c1b8dd464c6456f15ac80576851c6939707f92a01721324790c659a62679f7b83eb516c WHIRLPOOL 104fa92509651acd652ab287df770138c0a944cdabe6b4802771a6d31bf7c6c611294f5e2bc410493ab10e28c3ca4baf4c42cb4b6daa75034eb4806c187c8c3e
|
||||
DIST 0.2.3.tar.gz 36946378 BLAKE2B fc583e8e8a84c4ff38bd0f98ba8aa8c5abd9fae6e8d3fcc1b94a9200f1ba700ff0ddd4a80ba5c4b8ba107eca06d7dd8b6d425ad3965f6e0cf6fe4359eee353b4 SHA512 e90ce269519c4f13c4719c2e9b405ebbccd3c430520283fb8c9ed4656136f95a48b652cd79b8fc270795a493d43d02fc11f849ae1f3f556a8d6d6c3ab3420d27
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
WX_GTK_VER="3.0"
|
||||
|
|
@ -23,6 +22,7 @@ DEPEND="
|
|||
net-libs/liquid-dsp
|
||||
x11-libs/wxGTK:${WX_GTK_VER}
|
||||
net-wireless/soapysdr
|
||||
media-sound/pulseaudio
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
|
|
|||
|
|
@ -148,3 +148,4 @@ net-wireless/ska
|
|||
net-wireless/ubertooth
|
||||
net-wireless/wifitap
|
||||
|
||||
~net-wireless/cubicsdr-0.2.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue