Diff libosmo-dsp-0.4.0 with a libosmo-dsp-9999
| /usr/portage/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild 2024-12-25 14:59:51.251270144 +0300 | ||
|---|---|---|
| 1 | 1 |
# Copyright 1999-2024 Gentoo Authors |
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
inherit autotools |
| 7 | 7 | |
| ... | ... | |
| 12 | 12 |
inherit git-r3 |
| 13 | 13 |
EGIT_REPO_URI="https://git.osmocom.org/${PN}"
|
| 14 | 14 |
else |
| 15 |
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.gz"
|
|
| 16 |
KEYWORDS="~amd64 ~arm ~riscv ~x86" |
|
| 15 |
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
|
|
| 16 |
KEYWORDS="~amd64 ~arm ~x86" |
|
| 17 | 17 |
fi |
| 18 | 18 | |
| 19 | 19 |
LICENSE="GPL-2" |
| ... | ... | |
| 23 | 23 |
RDEPEND="sci-libs/fftw:3.0" |
| 24 | 24 |
DEPEND="${RDEPEND}"
|
| 25 | 25 |
BDEPEND=" |
| 26 |
doc? ( |
|
| 27 |
app-text/doxygen |
|
| 28 |
dev-texlive/texlive-latexextra |
|
| 29 |
) |
|
| 26 |
doc? ( app-text/doxygen ) |
|
| 30 | 27 |
virtual/pkgconfig |
| 31 | 28 |
" |
| 32 | 29 | |
| 33 |
# Adapt version for libosmodsp.pc to 0.4.0 snapshot (bug #857678) |
|
| 34 |
# Needs to be adapted on version bump. |
|
| 35 |
PATCHES=( "${FILESDIR}/${P}-version.patch" )
|
|
| 36 | ||
| 37 | 30 |
src_prepare() {
|
| 38 | 31 |
default |
| 39 | 32 |
eautoreconf |