From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glfw/
Date: Wed, 24 Feb 2021 16:22:14 +0000 (UTC) [thread overview]
Message-ID: <1614183700.225c9479190eb11ea39f17e277dcefb7953856d9.sam@gentoo> (raw)
commit: 225c9479190eb11ea39f17e277dcefb7953856d9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 14:35:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 16:21:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225c9479
media-libs/glfw: bump to 3.3.3
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/glfw/Manifest | 1 +
media-libs/glfw/glfw-3.3.3.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/media-libs/glfw/Manifest b/media-libs/glfw/Manifest
index 5f8953cf8f8..ae4c36d1a7d 100644
--- a/media-libs/glfw/Manifest
+++ b/media-libs/glfw/Manifest
@@ -1 +1,2 @@
DIST glfw-3.3.2.tar.gz 759972 BLAKE2B a246681d580dd569a045b76db71c18f8dbfacb8483c2d825aa68094d655468d093c52ba3770b2b5d566de62149a775001f5acd7c7539a8235c43e3e9ab58df28 SHA512 f5af749d33b5b900ccf07988ad0bf51bd766a18e4cf2bc2a76020c88e98a2528ff1b965224184fe0d290cfe34b1af1e6f633600660d81194fe354078e2f35c56
+DIST glfw-3.3.3.tar.gz 763713 BLAKE2B bd6202877a3462d717a6d77b6381de704da854df011f7ab5172e626dc46df90793190284241b470a4b78e020302e5dca4051476e092e73e34731f6245a43ea14 SHA512 6d743d89d159bff6c4f7fa3fc5bc407fd728bdc432d76acc4897fd392580be272f8a9d1d7c375c4323e82bf2fd28310e5daab097fef33e8f43b69ce104f9bd31
diff --git a/media-libs/glfw/glfw-3.3.3.ebuild b/media-libs/glfw/glfw-3.3.3.ebuild
new file mode 100644
index 00000000000..ea8df33cd67
--- /dev/null
+++ b/media-libs/glfw/glfw-3.3.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="The Portable OpenGL FrameWork"
+HOMEPAGE="https://www.glfw.org/"
+SRC_URI="https://github.com/glfw/glfw/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+IUSE="wayland"
+
+RDEPEND="
+ x11-libs/libxkbcommon
+ !wayland? (
+ virtual/opengl
+ x11-libs/libX11
+ x11-libs/libXcursor
+ x11-libs/libXinerama
+ x11-libs/libXrandr
+ x11-libs/libXxf86vm
+ )
+ wayland? (
+ dev-libs/wayland
+ media-libs/mesa[egl,wayland]
+ )
+"
+DEPEND="
+ ${RDEPEND}
+ !wayland? ( x11-libs/libXi )
+ wayland? ( dev-libs/wayland-protocols )
+"
+BDEPEND="
+ wayland? ( kde-frameworks/extra-cmake-modules )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DGLFW_BUILD_EXAMPLES=no
+ -DGLFW_USE_WAYLAND="$(usex wayland)"
+ -DBUILD_SHARED_LIBS=1
+ )
+ cmake_src_configure
+}
next reply other threads:[~2021-02-24 16:22 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-24 16:22 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-27 1:48 [gentoo-commits] repo/gentoo:master commit in: media-libs/glfw/ Sam James
2024-05-04 21:13 James Le Cuirot
2024-05-04 21:13 James Le Cuirot
2024-01-20 12:23 Sam James
2024-01-20 12:23 Sam James
2023-03-09 20:13 Ionen Wolkens
2023-03-04 8:34 Arthur Zamarin
2023-03-04 6:29 Arthur Zamarin
2022-08-11 7:37 Ionen Wolkens
2022-07-22 14:41 Ionen Wolkens
2022-04-05 22:26 Sam James
2022-02-28 7:06 Yixun Lan
2021-12-28 17:10 Ionen Wolkens
2021-12-10 4:36 Sam James
2021-11-28 22:18 Ionen Wolkens
2021-10-30 3:55 Ionen Wolkens
2021-10-04 21:00 Ionen Wolkens
2021-09-19 6:07 Ionen Wolkens
2021-07-29 3:09 Ionen Wolkens
2021-07-29 3:09 Ionen Wolkens
2021-07-29 3:09 Ionen Wolkens
2021-07-29 3:09 Ionen Wolkens
2021-06-30 2:49 Ionen Wolkens
2021-06-30 2:49 Ionen Wolkens
2021-06-13 11:12 Sam James
2021-06-13 11:12 Sam James
2021-04-25 20:07 Sam James
2021-04-25 20:07 Sam James
2021-03-26 16:17 Agostino Sarubbo
2021-03-26 15:06 Agostino Sarubbo
2021-02-14 21:05 Andreas Sturmlechner
2021-01-25 14:16 Sam James
2020-10-15 15:58 Sam James
2020-06-16 14:33 Stefan Strogin
2020-06-16 10:39 Stefan Strogin
2020-06-16 10:39 Stefan Strogin
2020-01-08 23:22 James Le Cuirot
2020-01-08 23:22 James Le Cuirot
2020-01-08 23:22 James Le Cuirot
2019-02-27 20:45 James Le Cuirot
2017-09-16 12:27 Andreas Sturmlechner
2017-05-31 7:12 Lars Wendler
2017-05-31 7:12 Lars Wendler
2017-05-06 17:20 Agostino Sarubbo
2017-05-06 10:05 Jeroen Roovers
2017-05-05 14:10 Agostino Sarubbo
2017-01-29 22:35 Michael Weber
2016-11-01 15:14 Lars Wendler
2016-10-31 22:39 Lars Wendler
2016-04-10 8:45 Jeroen Roovers
2016-03-20 20:53 Michael Sterrett
2016-01-19 3:50 Michael Sterrett
2016-01-09 10:11 Jeroen Roovers
2015-09-21 15:38 Michael Sterrett
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=1614183700.225c9479190eb11ea39f17e277dcefb7953856d9.sam@gentoo \
--to=sam@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