sci-libs/comedilib - 0.13.0 (jm-overlay)

Search

Install

Install this version:

emerge -a =sci-libs/comedilib-0.13.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-libs/comedilib-0.13.0

Or alternatively:

emerge --autounmask-write -a =sci-libs/comedilib-0.13.0

Package Information

Description:
Linux control and measurement device interface (userspace libraries)
Homepage:
http://www.comedi.org/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.13.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11,12,13,14} pypy3_11 )

inherit linux-info multilib-minimal python-single-r1

DESCRIPTION="Linux control and measurement device interface (userspace libraries)"
HOMEPAGE="http://www.comedi.org/"
SRC_URI="http://www.comedi.org/download/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs pdf python scxi"

DEPEND="python? ( ${PYTHON_DEPS} )"
RDEPEND="${DEPEND}"
BDEPEND="doc? ( app-text/xmlto )
	pdf? ( app-text/dblatex )"
REQUIRED_USE="pdf? ( doc )
	python? ( ${PYTHON_REQUIRED_USE} )"

CONFIG_CHECK="COMEDI"

multilib_src_configure() {
	use python && python_setup
	ECONF_SOURCE="${S}" econf \
		$(use_enable static-libs static) \
		$(use_enable scxi) \
		$(multilib_native_use_enable doc) \
		$(multilib_native_use_enable doc docbook) \
		$(multilib_native_use_enable python python-binding) \
		$(use_with pdf pdf-backend dblatex)
}

multilib_src_install() {
	default
	use python && python_optimize
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-libs/comedilib | euse -E <flag> -p sci-libs/comedilib | euse -D <flag> -p sci-libs/comedilib

Global/Standard Flags

doc
pdf

Inherited Eclasses

Dependencies

DEPEND

python? (  )

RDEPEND

python? (  )

BDEPEND

doc? ( app-text/xmlto )
	pdf? ( app-text/dblatex )

Manifest for 0.13.0

Type File Size Source URLs
DIST comedilib-0.13.0.tar.gz 2259118 bytes http://www.comedi.org/download/comedilib-0.13.0.tar.gz