diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-09-05 14:16:11 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-04 09:27:05 +0100 |
commit | e72c855e6ebc9c50f36e58996146a38e252e5926 (patch) | |
tree | 1573759b8eb913e26df78aa2baad396ae23fd3a8 /dev-games/irrlicht | |
parent | dev-games/irrlicht-headers: add 1.8.5 (diff) | |
download | gentoo-e72c855e6ebc9c50f36e58996146a38e252e5926.tar.gz gentoo-e72c855e6ebc9c50f36e58996146a38e252e5926.tar.bz2 gentoo-e72c855e6ebc9c50f36e58996146a38e252e5926.zip |
dev-games/irrlicht: add 1.8.5
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38450
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-games/irrlicht')
-rw-r--r-- | dev-games/irrlicht/irrlicht-1.8.5.ebuild (renamed from dev-games/irrlicht/irrlicht-1.8.4-r3.ebuild) | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-games/irrlicht/irrlicht-1.8.4-r3.ebuild b/dev-games/irrlicht/irrlicht-1.8.5.ebuild index 060afc745162..538e8e60e57e 100644 --- a/dev-games/irrlicht/irrlicht-1.8.4-r3.ebuild +++ b/dev-games/irrlicht/irrlicht-1.8.5.ebuild @@ -5,11 +5,11 @@ EAPI=8 inherit toolchain-funcs -DESCRIPTION="open source high performance realtime 3D engine written in C++" +DESCRIPTION="Open source high performance realtime 3D engine written in C++" HOMEPAGE="https://irrlicht.sourceforge.io/" SRC_URI=" https://downloads.sourceforge.net/irrlicht/${P}.zip - https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2" + https://dev.gentoo.org/~mgorny/dist/${PN}-1.8.4-patchset.tar.bz2" S="${WORKDIR}/${P}/source/${PN^}" LICENSE="ZLIB" @@ -31,12 +31,11 @@ DEPEND="${RDEPEND} BDEPEND="app-arch/unzip" PATCHES=( - "${WORKDIR}"/${P}-patchset/${P}-gentoo.patch - "${WORKDIR}"/${P}-patchset/${P}-demoMake.patch - "${WORKDIR}"/${P}-patchset/${P}-mesa-10.x.patch - "${WORKDIR}"/${P}-patchset/${P}-jpeg-9a.patch - "${FILESDIR}"/${P}-remove-sys-sysctl.h.patch - "${FILESDIR}"/${P}-drop-register.patch + "${WORKDIR}"/${PN}-1.8.4-patchset/${PN}-1.8.4-gentoo.patch + "${WORKDIR}"/${PN}-1.8.4-patchset/${PN}-1.8.4-demoMake.patch + "${WORKDIR}"/${PN}-1.8.4-patchset/${PN}-1.8.4-mesa-10.x.patch + "${WORKDIR}"/${PN}-1.8.4-patchset/${PN}-1.8.4-jpeg-9a.patch + "${FILESDIR}"/${PN}-1.8.4-drop-register.patch ) DOCS=( changes.txt readme.txt ) |