add SoapySDR, CubicSDR
This commit is contained in:
1
net-wireless/cubicsdr/Manifest
Normal file
1
net-wireless/cubicsdr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD cubicsdr-9999.ebuild 592 SHA256 c701d5dd42e1beb59a675e4651f5aefa2fc6296fb39d238b8ced476aa118c2bf SHA512 069ed147a4777be406680eacdf8edb157644f1cf2a28c263d1983602856dbd9d86822a5f496eac48c5d5b4cdbb9da0117be4bda08a4e5b4b813d16fe70baba0d WHIRLPOOL 67fa15e6e8be510889e697db48637164aaf2a1ba58fd430c986a7edf796e3e765c8a99e2af8c2e9c68e424020f4c73b6e33671dcc6f515684fa4b3e31c93dfc7
|
||||
37
net-wireless/cubicsdr/cubicsdr-9999.ebuild
Normal file
37
net-wireless/cubicsdr/cubicsdr-9999.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="Cross-Platform SDR Application"
|
||||
HOMEPAGE="https://github.com/cjcliffe/CubicSDR"
|
||||
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/cjcliffe/CubicSDR"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/${PV}"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="net-wireless/soapysdr
|
||||
net-libs/liquid-dsp
|
||||
media-libs/mesa
|
||||
x11-libs/wxGTK"
|
||||
DEPEND=""
|
||||
|
||||
REQUIRED_USE=""
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
||||
1
net-wireless/rx_tools/Manifest
Normal file
1
net-wireless/rx_tools/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD rx_tools-9999.ebuild 556 SHA256 8ebfe0d3caea72e43bfb1723701e1c769d4cb20db481fe161c20f949a6764671 SHA512 061c436f1d05e2fc11e7fc313d34764c01ce8ff602870ed0cfb9e40d739200b8ea2d84e15705580b09e70db9e37ddb8e2306d1f42c707f8003b317f263bcc7ef WHIRLPOOL 6fa7d1f3e333a1bdcfa9fb08eecda73febc60cab76279e6c16ecc276dc59ee86c99be4375e439b0ebeb6f0e672872075be1c142572275d27fa2c08bede712a98
|
||||
34
net-wireless/rx_tools/rx_tools-9999.ebuild
Normal file
34
net-wireless/rx_tools/rx_tools-9999.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="Receive data from SDR using the SoapySDR framework"
|
||||
HOMEPAGE="https://github.com/rxseger/rx_tools"
|
||||
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/rxseger/rx_tools"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/${PV}"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="net-wireless/soapysdr"
|
||||
DEPEND=""
|
||||
|
||||
REQUIRED_USE=""
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
||||
1
net-wireless/soapy-remote/Manifest
Normal file
1
net-wireless/soapy-remote/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD soapy-remote-9999.ebuild 541 SHA256 fbbfb70887f0c36cd5a80f14be743f328de9ce3798f2a8242a77387a9029c91c SHA512 e5c55def9c74d21a5a24c4dc54db378eb5268cb167c52af34aa3dd1a02051c4785b5b46b1f027a3049275283797a0bb39178a0941e62f9450c03e93b2676688c WHIRLPOOL b2f2481157d1b1438c909b9d77cfa77e8dc1cb02141892318411905670bc6dd382e40a6f8cac61fb62fe18cdac9b2a268d02f24d55ff7b6aabe220ac73feb0cc
|
||||
34
net-wireless/soapy-remote/soapy-remote-9999.ebuild
Normal file
34
net-wireless/soapy-remote/soapy-remote-9999.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="SoapySDR Remote Support"
|
||||
HOMEPAGE="https://github.com/pothosware/SoapyRemote"
|
||||
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapyRemote"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="Boost"
|
||||
SLOT="0/${PV}"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="net-wireless/soapysdr"
|
||||
DEPEND=""
|
||||
|
||||
REQUIRED_USE=""
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
||||
1
net-wireless/soapy-rtlsdr/Manifest
Normal file
1
net-wireless/soapy-rtlsdr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD soapy-rtlsdr-9999.ebuild 565 SHA256 e5e35cfcd267aa6da42c792867b3b8b6dbe1c764efc23e640162ff7a558516cd SHA512 7f88c855a294cf61168fcc6b0b094b6ee984e23d00657d1074c2f41cf4caf1dad486919aa36c9feb1d49a94e662b07c6a86ac7861ce564341d0cb229cdefc825 WHIRLPOOL acc73f9a89341706d0e9a21b2db87d326f39a4653089bd437d5ecbf8a144f9c9d96f4f724b99271ae89330b0077ed94a6dd82cb4707c054d823bb144a12ed246
|
||||
35
net-wireless/soapy-rtlsdr/soapy-rtlsdr-9999.ebuild
Normal file
35
net-wireless/soapy-rtlsdr/soapy-rtlsdr-9999.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="SoapySDR Plugin for RTL-SDR"
|
||||
HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR"
|
||||
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="net-wireless/soapysdr
|
||||
net-wireless/rtl-sdr"
|
||||
DEPEND=""
|
||||
|
||||
REQUIRED_USE=""
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
||||
1
net-wireless/soapy-sdrplay/Manifest
Normal file
1
net-wireless/soapy-sdrplay/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD soapy-sdrplay-9999.ebuild 545 SHA256 9e5f8be0b2c133714dd057874ec21b8b3efaab43f1b316181a3145206997391f SHA512 f9acebd3d9e32ceb6f1a2e4eb4d2d4a7e1f82ca907bffbcb0ae108afd36e558a581a2435816c513d2f5d14b3c3270e2b9b309cfaae5be746022fe9390b9c7fd7 WHIRLPOOL fa9e16366e1b3a9d729d88058df8457749a1a8c511592f69f13e0d2710fbabe4ba1ebc81f2b4ff71fc3ec16ef093c6cc9b70344a94910e861dfa8da683c61058
|
||||
34
net-wireless/soapy-sdrplay/soapy-sdrplay-9999.ebuild
Normal file
34
net-wireless/soapy-sdrplay/soapy-sdrplay-9999.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="SoapySDR Plugin for SDRPlay"
|
||||
HOMEPAGE="https://github.com/pothosware/SoapySDRPlay"
|
||||
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="net-wireless/soapysdr"
|
||||
DEPEND=""
|
||||
|
||||
REQUIRED_USE=""
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
||||
1
net-wireless/soapysdr/Manifest
Normal file
1
net-wireless/soapysdr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD soapysdr-9999.ebuild 601 SHA256 50c6ff77657c1aa99daaecf4272bec6da28a6548e6bbdc1ff3d1749e7597417a SHA512 1f7495d68415be0b259d914fa77d889b363cc0d116ebd586c74ae2ca5ee7bf3f62b8d8b0ce3cb1e9e4579a823918906e0e6bfc0a781b73ca6fd116e860cea8e1 WHIRLPOOL 3d5971a8e84d8578decb70722cac06e345bb535ddde7292313683a8e55fc13b70a297ffeeb45eae80dfade2a71efc2e78f1fbed8803f14341e3eaac813acd1d2
|
||||
35
net-wireless/soapysdr/soapysdr-9999.ebuild
Normal file
35
net-wireless/soapysdr/soapysdr-9999.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 python3_4 )
|
||||
|
||||
inherit cmake-utils python-single-r1 git-r3
|
||||
|
||||
DESCRIPTION="SDR runtime library"
|
||||
HOMEPAGE="https://github.com/pothosware/SoapySDR"
|
||||
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapySDR"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="Boost"
|
||||
SLOT="0/${PV}"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND=""
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
||||
Reference in New Issue
Block a user