Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glew/
Date: Thu, 07 May 2020 12:42:43
Message-Id: 1588855350.83a7ed25d64d529cfee19489e17f09d5c968ff07.polynomial-c@gentoo
1 commit: 83a7ed25d64d529cfee19489e17f09d5c968ff07
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 10:36:40 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 12:42:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a7ed25
7
8 media-libs/glew: Bump to version 2.2.0
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-libs/glew/Manifest | 1 +
14 media-libs/glew/glew-2.2.0.ebuild | 103 ++++++++++++++++++++++++++++++++++++++
15 2 files changed, 104 insertions(+)
16
17 diff --git a/media-libs/glew/Manifest b/media-libs/glew/Manifest
18 index 89691cbf3ca..562165dfa7d 100644
19 --- a/media-libs/glew/Manifest
20 +++ b/media-libs/glew/Manifest
21 @@ -1,3 +1,4 @@
22 DIST glew-1.10.0.tgz 567605 BLAKE2B 18e2b3a4d60b69def1e68778554b43b85c69914daa20b8a64adb2e807df391a2eaff9c6cb2a3c46e5bbbf004655561ae4d2cd8a2fb883a2754f23564993a61b2 SHA512 0c998fda9fe01c9296a3453966c0449c9968f4f5f989065ca65f0da3830ae8d805699d0ee0362c3b18765420222ba18842b9db20986212afceb36c971ae1bdca
23 DIST glew-1.6.0.tgz 494713 BLAKE2B 17e47092e2eefcad79220232b3aeaf856541f5024bdaa65be866dd7d63ef19ad88b389dd13c2ccf9bafd175d00d18ae94185f890a3d12d61b2445f7fa9d6ba58 SHA512 5b8ca9e97d01d49fde591b0c55683620e0a6ddfaf5e93e03536e6217bbb548adfcd4e945a39ed3cfddac3f239b3272be1b3491f4071689d02c4bfb7e0ec44904
24 DIST glew-2.1.0.tgz 764073 BLAKE2B 081fb49ef286681657409f950fa03b97210dac3f90197b792d9128a2b9fa271181c9e64422a867b531683ab23010cfeb2f519adc32355839b67bf41934578fb3 SHA512 9a9b4d81482ccaac4b476c34ed537585ae754a82ebb51c3efa16d953c25cc3931be46ed2e49e79c730cd8afc6a1b78c97d52cd714044a339c3bc29734cd4d2ab
25 +DIST glew-2.2.0.tgz 835861 BLAKE2B f403f3ebd5a78d21cf5744e8e6714a0558c7cda57930751afeced966a54bc9634c070eee4d791f5948bfc60b5c03ca5f488559c6372c0953c0ffe1711a3913f3 SHA512 57453646635609d54f62fb32a080b82b601fd471fcfd26e109f479b3fef6dfbc24b83f4ba62916d07d62cd06d1409ad7aa19bc1cd7cf3639c103c815b8be31d1
26
27 diff --git a/media-libs/glew/glew-2.2.0.ebuild b/media-libs/glew/glew-2.2.0.ebuild
28 new file mode 100644
29 index 00000000000..bec447dbda5
30 --- /dev/null
31 +++ b/media-libs/glew/glew-2.2.0.ebuild
32 @@ -0,0 +1,103 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit multilib-minimal toolchain-funcs
39 +
40 +DESCRIPTION="The OpenGL Extension Wrangler Library"
41 +HOMEPAGE="http://glew.sourceforge.net/"
42 +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
43 +
44 +LICENSE="BSD MIT"
45 +SLOT="0/$(ver_cut 1-2)"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
47 +IUSE="doc static-libs"
48 +
49 +DEPEND="
50 + >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
51 + >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
52 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
53 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
54 + >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
55 + >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
56 +"
57 +RDEPEND="${DEPEND}"
58 +
59 +src_prepare() {
60 + local PATCHES=(
61 + "${FILESDIR}"/${PN}-2.0.0-install-headers.patch
62 + )
63 +
64 + sed -i \
65 + -e '/INSTALL/s:-s::' \
66 + -e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
67 + -e '/^.PHONY: .*\.pc$/d' \
68 + Makefile || die
69 +
70 + if ! use static-libs ; then
71 + sed -i \
72 + -e '/glew.lib:/s|lib/$(LIB.STATIC) ||' \
73 + -e '/glew.lib.mx:/s|lib/$(LIB.STATIC.MX) ||' \
74 + -e '/INSTALL.*LIB.STATIC/d' \
75 + Makefile || die
76 + fi
77 +
78 + # don't do stupid Solaris specific stuff that won't work in Prefix
79 + cp config/Makefile.linux config/Makefile.solaris || die
80 + # and let freebsd be built as on linux too
81 + cp config/Makefile.linux config/Makefile.freebsd || die
82 +
83 + default
84 + multilib_copy_sources
85 +}
86 +
87 +glew_system() {
88 + # Set the SYSTEM variable instead of probing. #523444 #595280
89 + case ${CHOST} in
90 + *linux*) echo "linux" ;;
91 + *-freebsd*) echo "freebsd" ;;
92 + *-darwin*) echo "darwin" ;;
93 + *-solaris*) echo "solaris" ;;
94 + mingw*|*-mingw*) echo "mingw" ;;
95 + *) die "Unknown system ${CHOST}" ;;
96 + esac
97 +}
98 +
99 +set_opts() {
100 + myglewopts=(
101 + AR="$(tc-getAR)"
102 + STRIP=true
103 + CC="$(tc-getCC)"
104 + LD="$(tc-getCC) ${LDFLAGS}"
105 + SYSTEM="$(glew_system)"
106 + M_ARCH=""
107 + LDFLAGS.EXTRA=""
108 + POPT="${CFLAGS}"
109 + )
110 +}
111 +
112 +multilib_src_compile() {
113 + set_opts
114 + emake \
115 + GLEW_PREFIX="${EPREFIX}/usr" \
116 + GLEW_DEST="${EPREFIX}/usr" \
117 + LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
118 + "${myglewopts[@]}"
119 +}
120 +
121 +multilib_src_install() {
122 + set_opts
123 + emake \
124 + GLEW_DEST="${ED}/usr" \
125 + LIBDIR="${ED}/usr/$(get_libdir)" \
126 + PKGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
127 + "${myglewopts[@]}" \
128 + install.all
129 +
130 + dodoc README.md
131 + if use doc; then
132 + docinto html
133 + dodoc -r doc
134 + fi
135 +}