sci-libs/vxl - 2.0.2 (science)

Search

Package Information

Description:
C++ computer vision research libraries
Homepage:
https://vxl.github.io/
License:
BSD

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="C++ computer vision research libraries"
HOMEPAGE="https://vxl.github.io/"
SRC_URI="https://github.com/vxl/vxl/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="sci-libs/libgeotiff"
RDEPEND="${DEPEND}"

src_install() {
	cmake_src_install
	# install lib files to correct dir
	mv "${ED}/usr/lib" "${ED}/usr/$(get_libdir)"
}

Dependencies

DEPEND

sci-libs/libgeotiff

RDEPEND

sci-libs/libgeotiff

Manifest for 2.0.2

Type File Size Source URLs
DIST vxl-2.0.2.tar.gz 44159163 bytes https://github.com/vxl/vxl/archive/v2.0.2.tar.gz