mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
net-libs/libosmo-dsp: drop 0.4.0
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST libosmo-dsp-0.4.0.tar.gz 43664 BLAKE2B 10f1718868971492cc93bc13b8a0648ee8c15bbbdc06119b9783851fdfb9959f52cbefabf23ec18b03d961b8a3f7ae81a936008ae71e5001606ba24b78de4ac0 SHA512 364a4ac3fca3e10216057d647ae1ea77550f3d4d3707978c457f363dae66ec252e8eb60dc53db5f45f85bcdda26d54b13d56b60eb8eb3133479d21482ccf96da
|
||||
DIST libosmo-dsp-0.5.0.gh.tar.gz 44908 BLAKE2B 48ea7fc0557fb11e237be7c5a95bf6e18451dfe9c2ca7222a3bf42c7ff66d3b6812ca35981bcf772f6efdbb1553d6d5bc83db951112e6db751a964d18fbef614 SHA512 4bdc1b109f654af7198a014945a89c18b6cf9acf1eed746308930eeaeede3acc839f584c0f4232380fd2fedf0c6f1eb617a3b5faafd2fd76bc1461fd9cf81dbc
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Library with SDR DSP primitives"
|
||||
HOMEPAGE="https://gitea.osmocom.org/sdr/libosmo-dsp/"
|
||||
|
||||
if [[ ${PV} == 9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.osmocom.org/${PN}"
|
||||
else
|
||||
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/${PV}"
|
||||
IUSE="doc static-libs"
|
||||
|
||||
RDEPEND="sci-libs/fftw:3.0"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
doc? (
|
||||
app-text/doxygen
|
||||
dev-texlive/texlive-latexextra
|
||||
)
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
# Adapt version for libosmodsp.pc to 0.4.0 snapshot (bug #857678)
|
||||
# Needs to be adapted on version bump.
|
||||
PATCHES=( "${FILESDIR}/${P}-version.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use doc || export ac_cv_path_DOXYGEN=false
|
||||
default_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
use static-libs || rm "${ED}"/usr/$(get_libdir)/libosmodsp.a
|
||||
use static-libs || rm "${ED}"/usr/$(get_libdir)/libosmodsp.la
|
||||
}
|
||||
Reference in New Issue
Block a user