media-libs/libgfx - 1.1.1 (science)

Search

Package Information

Description:
Simplify the creation of computer graphics software
Homepage:
http://mgarland.org/software/libgfx.html
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

DESCRIPTION="Simplify the creation of computer graphics software"
HOMEPAGE="http://mgarland.org/software/libgfx.html"

COMMIT="f28ca5f0df3044f6399d6214faf66daa36712b91"
SRC_URI="https://github.com/mjgarland/libgfx/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

DEPEND="
	virtual/opengl
	x11-libs/fltk
"

RDEPEND="${DEPEND}"

src_compile() {
	cd src || die
	default
}

src_install() {
	use static-libs && dolib.a src/*.a
	doheader include/gfx/gfx.h

	dodoc doc/*
}

src_test() {
	cd tests || die
	sed -i -e 's/t-vec.cxx t-img.cxx t-gui.cxx t-glimg.cxx t-script.cxx t-glext.cxx/t-vec.cxx t-img.cxx t-script.cxx/' Makefile
	emake
}

USE Flags

Dependencies

DEPEND

	virtual/opengl
	x11-libs/fltk

RDEPEND

	virtual/opengl
	x11-libs/fltk

Manifest for 1.1.1

Type File Size Source URLs
DIST libgfx-1.1.1.tar.gz 145075 bytes https://github.com/mjgarland/libgfx/archive/f28ca5f0df3044f6399d6214faf66daa36712b91.tar.gz