Diff soapysdr-0.8.1-r1 with a soapysdr-9999
| /usr/portage/net-wireless/soapysdr/soapysdr-9999.ebuild 2025-07-29 16:22:17.304467627 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 14 | 14 |
EGIT_CLONE_TYPE="shallow" |
| 15 | 15 |
inherit git-r3 |
| 16 | 16 |
else |
| 17 |
KEYWORDS="amd64 ~arm ~riscv ~x86" |
|
| 17 |
KEYWORDS="~amd64 ~arm ~riscv ~x86" |
|
| 18 | 18 |
SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
|
| 19 | 19 |
S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
|
| 20 | 20 |
fi |
| ... | ... | |
| 37 | 37 | |
| 38 | 38 |
PATCHES=( |
| 39 | 39 |
"${FILESDIR}"/soapysdr-0.8.1-python3.12-distutils.patch
|
| 40 |
"${FILESDIR}"/soapysdr-0.8.1-cmake4.patch
|
|
| 40 | 41 |
) |
| 41 | 42 | |
| 42 | 43 |
pkg_setup() {
|