Install this version:
emerge -a =media-libs/libggigcp-1.0.2
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Libggi extension for advanced color and palette handling"
HOMEPAGE="https://ibiblio.org/ggicore/packages/libggigcp.html"
SRC_URI="https://downloads.sourceforge.net/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND=">=media-libs/libggi-2.2.2"
DEPEND="${RDEPEND}"
DOCS=( ChangeLog README doc/TODO doc/libggigcp{,-functions,-libraries,-structures}.txt
doc/colors{,2}.faq )
src_prepare() {
default
rm -f acinclude.m4 || die
eautoreconf
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libggigcp-1.0.2.src.tar.bz2 | 365368 bytes | https://downloads.sourceforge.net/ggi/libggigcp-1.0.2.src.tar.bz2 |