dev-games/guichan - 0.8.2 (gentoo)

Search

Install

Install this version:

emerge -a =dev-games/guichan-0.8.2

Package Information

Description:
Portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL
Homepage:
https://github.com/darkbitsorg/guichan
License:
BSD

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="Portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL"
HOMEPAGE="https://github.com/darkbitsorg/guichan"
SRC_URI="https://github.com/darkbitsorg/${PN}/releases/download/v${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="allegro opengl sdl"

DEPEND="
	allegro? ( media-libs/allegro:0 )
	opengl? ( virtual/opengl )
	sdl? (
		media-libs/libsdl
		media-libs/sdl-image
	)"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-as-needed.patch
	"${FILESDIR}"/${P}-automake-1.13.patch
	"${FILESDIR}"/${P}-slibtool-undefined-references.patch
)

src_prepare() {
	default

	mv configure.in configure.ac || die
	eautoreconf
}

src_configure() {
	local myeconfargs=(
		$(use_enable allegro)
		$(use_enable opengl)
		$(use_enable sdl)
		$(use_enable sdl sdlimage)
	)

	econf "${myeconfargs}"
}

src_install() {
	default

	find "${ED}" -name '*.la' -delete || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-games/guichan | euse -E <flag> -p dev-games/guichan | euse -D <flag> -p dev-games/guichan

Global/Standard Flags

sdl

Inherited Eclasses

Dependencies

DEPEND

	allegro? ( media-libs/allegro:0 )
	opengl? ( virtual/opengl )
	sdl? (
		media-libs/libsdl
		media-libs/sdl-image
	)

RDEPEND

	allegro? ( media-libs/allegro:0 )
	opengl? ( virtual/opengl )
	sdl? (
		media-libs/libsdl
		media-libs/sdl-image
	)

Manifest for 0.8.2

Type File Size Source URLs
DIST guichan-0.8.2.tar.gz 574662 bytes https://github.com/darkbitsorg/guichan/releases/download/v0.8.2/guichan-0.8.2.tar.gz