From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/
Date: Sun, 14 Apr 2019 19:31:33 +0000 (UTC) [thread overview]
Message-ID: <1555270278.dcc45328eeeb5bb952e424448ae7bef772bd4e1d.tupone@gentoo> (raw)
commit: dcc45328eeeb5bb952e424448ae7bef772bd4e1d
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 19:31:18 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 19:31:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc45328
media-libs/glm: Version bump to 0.9.9.5
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-libs/glm/Manifest | 1 +
media-libs/glm/glm-0.9.9.5.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index 5a8a8c49456..197ebe8778d 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -1,2 +1,3 @@
DIST glm-0.9.9.2.tar.gz 4572279 BLAKE2B 8b9ade542989b3f73f1a80403b73b5c04c5d64ae259891a6b41564eb7b4417876d527ea8440352f2feec6480ec926ca877a4849c4e75c6ece3692d24d87c942a SHA512 80a5fbeaaea5f1034cd6f8ad3f4daf8b5fa8d9410ccce15ced20f37e24c0f6083332fde82b1fa7357399b3e37c1a31dd3a14f257b7847a5f1ddefa627b50351a
DIST glm-0.9.9.4.tar.gz 4578404 BLAKE2B 4c0bb64bb477ca46d45b4d25d7d992a39a82a7d745d4564dfac04c7f6e31ea0741b33d2d6c7832580e6f51f62a2efe269a9601c10d87f1e68b333e71e20c3d02 SHA512 50e4784fcd5f1da4ae27830948ffe4b412ec53447b89d30c6dcc2b4e0f9ec05cca4b07461d3d8a339eb103fae8dac325fabc87607b5397122ce2021d6e15a1a1
+DIST glm-0.9.9.5.tar.gz 4578601 BLAKE2B 9ce4dc7e638a651f958e2e0e1bfa0da121aefc382579838bfd810952bb8f4253e17caa6d743de713c86a4e8bd5f1afa38f8162e5f2d98ab141d94574d1103d40 SHA512 3b329acf5144aab1c0f47f8045d34e097699bd6685118ad8322c5ce23afdcb44ba2bb07e49301db06355b8eef7d4340b72251d55e113b533740d1e6ef6609911
diff --git a/media-libs/glm/glm-0.9.9.5.ebuild b/media-libs/glm/glm-0.9.9.5.ebuild
new file mode 100644
index 00000000000..169bf319fad
--- /dev/null
+++ b/media-libs/glm/glm-0.9.9.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="OpenGL Mathematics"
+HOMEPAGE="http://glm.g-truc.net/"
+SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( HappyBunny MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2"
+
+RDEPEND="virtual/opengl"
+
+src_configure() {
+ if use test; then
+ local mycmakeargs=(
+ -DGLM_TEST_ENABLE=ON
+ -DGLM_TEST_ENABLE_SIMD_SSE2="$(usex cpu_flags_x86_sse2 ON OFF)"
+ -DGLM_TEST_ENABLE_SIMD_SSE3="$(usex cpu_flags_x86_sse3 ON OFF)"
+ -DGLM_TEST_ENABLE_SIMD_AVX="$(usex cpu_flags_x86_avx ON OFF)"
+ -DGLM_TEST_ENABLE_SIMD_AVX2="$(usex cpu_flags_x86_avx2 ON OFF)"
+ )
+ fi
+
+ cmake-utils_src_configure
+}
next reply other threads:[~2019-04-14 19:31 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-14 19:31 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-13 9:45 [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/ Alfredo Tupone
2024-03-10 12:49 Arthur Zamarin
2024-03-10 12:13 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-02 19:50 Alfredo Tupone
2024-02-27 20:33 Alfredo Tupone
2024-01-27 18:24 Ionen Wolkens
2022-08-12 12:26 WANG Xuerui
2022-05-17 1:16 Sam James
2021-12-17 10:06 Andreas Sturmlechner
2021-12-11 3:29 Sam James
2021-12-08 5:01 Sam James
2021-10-29 19:39 Alfredo Tupone
2021-08-12 3:10 Yixun Lan
2021-02-25 9:46 Sam James
2021-02-07 18:19 Sergei Trofimovich
2021-02-07 9:22 Sam James
2021-01-04 3:33 Sam James
2021-01-04 3:31 Sam James
2020-12-03 13:19 Sam James
2020-11-21 21:48 Sergei Trofimovich
2020-08-09 12:32 Sergei Trofimovich
2020-08-01 14:59 Alfredo Tupone
2020-07-02 13:56 Alfredo Tupone
2020-06-17 19:23 Alfredo Tupone
2020-03-31 17:51 Mart Raudsepp
2020-02-18 11:22 Alfredo Tupone
2020-02-18 7:55 Alfredo Tupone
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 11:45 Agostino Sarubbo
2020-01-11 8:23 Alfredo Tupone
2020-01-10 18:00 Alfredo Tupone
2019-11-18 8:12 Alfredo Tupone
2019-09-09 18:28 Alfredo Tupone
2019-09-09 12:56 Alfredo Tupone
2019-08-01 13:09 Aaron Bauman
2019-04-08 16:27 Alexey Shvetsov
2019-04-02 6:31 Alfredo Tupone
2019-03-21 9:30 Lars Wendler
2019-03-20 21:20 Mikle Kolyada
2019-03-16 21:39 Agostino Sarubbo
2018-11-02 15:39 Lars Wendler
2018-11-02 15:39 Lars Wendler
2018-09-21 18:53 Alfredo Tupone
2018-09-10 9:45 Lars Wendler
2018-08-28 12:17 Alfredo Tupone
2018-06-01 14:11 Lars Wendler
2018-06-01 14:11 Lars Wendler
2018-04-16 9:27 Alfredo Tupone
2018-02-04 19:57 Alfredo Tupone
2017-08-18 8:44 Lars Wendler
2017-08-18 8:44 Lars Wendler
2017-01-26 23:36 Lars Wendler
2017-01-26 23:36 Lars Wendler
2016-11-16 21:30 Lars Wendler
2016-11-16 21:30 Lars Wendler
2016-11-04 9:04 Lars Wendler
2016-10-17 9:05 Lars Wendler
2016-10-17 9:05 Lars Wendler
2016-07-22 20:42 Alfredo Tupone
2016-02-17 21:15 Alfredo Tupone
2015-09-16 8:59 Justin Lecher
2015-09-16 8:59 Justin Lecher
2015-09-16 8:53 Justin Lecher
2015-09-16 8:53 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1555270278.dcc45328eeeb5bb952e424448ae7bef772bd4e1d.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox