gentoo-ebuilds/media-libs/glpng/glpng-1.47.ebuild
James Le Cuirot 581a9f9b3c
media-libs/glpng: Bump to 1.47, drop old 1.46, EAPI 8
This drops multilib, static-libs, and the stable keywords. This is only used by
games, none of which are currently packaged, and I am close to last-riting this.

Closes: https://bugs.gentoo.org/955824
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-05-25 15:13:18 +01:00

23 lines
451 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="OpenGL PNG image library"
HOMEPAGE="https://repo.or.cz/w/glpng.git"
SRC_URI="https://repo.or.cz/w/glpng.git/snapshot/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}-2266ea1"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="
media-libs/libpng:0=
virtual/opengl
"
DEPEND="
${RDEPEND}
"