commit:     509758f463934b8320f07af2ce1d7bd447f6c193
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 21:17:00 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 21:54:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509758f4

media-libs/freeglut: Version bump to 3.2.2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/freeglut/Manifest              |  1 +
 media-libs/freeglut/freeglut-3.2.2.ebuild | 45 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/media-libs/freeglut/Manifest b/media-libs/freeglut/Manifest
index 65e5ed2d1602..2fbe9733f0dc 100644
--- a/media-libs/freeglut/Manifest
+++ b/media-libs/freeglut/Manifest
@@ -1 +1,2 @@
 DIST freeglut-3.2.1.tar.gz 440228 BLAKE2B 
ed8a4b2361416cfee5540350ee50c32a56e5ea75d6834c677c5cec676967a04e13b2adf3da1cc9a3a2c73fbc6147b3b0bc91953a6edf1e35ce8c933eeff6f97a
 SHA512 
aced4bbcd36269ce6f4ee1982e0f9e3fffbf18c94f785d3215ac9f4809b992e166c7ada496ed6174e13d77c0f7ef3ca4c57d8a282e96cbbe6ff086339ade3b08
+DIST freeglut-3.2.2.tar.gz 397203 BLAKE2B 
e4151d9bd984504edb02fadf2983c750c1c81557f3467c01d4202d34e9e082a62f07d373908d3517f9b3fd3253b7b409f882cfe2187d4ff1787f3cdc09eecfe4
 SHA512 
190231951d314f854c244bd27f7c20488403bd0eecffc342097a2e3d1621cec87f6c209a77b4c153aabcf44697b4070227930e295ab74fb88953cbbf94fc81d9

diff --git a/media-libs/freeglut/freeglut-3.2.2.ebuild 
b/media-libs/freeglut/freeglut-3.2.2.ebuild
new file mode 100644
index 000000000000..e874bf8c151d
--- /dev/null
+++ b/media-libs/freeglut/freeglut-3.2.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+DESCRIPTION="A free OpenGL utility toolkit, the open-sourced alternative to 
the GLUT library"
+HOMEPAGE="http://freeglut.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="static-libs"
+
+# enabling GLES support seems to cause build failures
+RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
+       >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+       >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+       >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+       >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
+       >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
+       >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]"
+# gles? ( media-libs/mesa[egl(+),gles1,gles2,${MULTILIB_USEDEP}] )
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+       local mycmakeargs=(
+#              "-DOpenGL_GL_PREFERENCE=GLVND" # bug 721006
+               "-DFREEGLUT_GLES=OFF"
+               "-DFREEGLUT_BUILD_DEMOS=OFF"
+               "-DFREEGLUT_BUILD_STATIC_LIBS=$(usex static-libs ON OFF)"
+       )
+#      $(cmake-utils_use gles FREEGLUT_GLES)
+       cmake-multilib_src_configure
+}
+
+multilib_src_install() {
+       cmake_src_install
+       cp "${ED}"/usr/$(get_libdir)/pkgconfig/{,free}glut.pc || die
+}

Reply via email to