From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E20B2158083 for ; Fri, 6 Sep 2024 08:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C3732BC039; Fri, 6 Sep 2024 08:52:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24D012BC03D for ; Fri, 6 Sep 2024 08:52:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F7B6343019 for ; Fri, 6 Sep 2024 08:52:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732561F52 for ; Fri, 6 Sep 2024 08:52:14 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725564059.edd312b9d300fad25275034390ea7036fecc0144.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/imgui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/imgui/Manifest media-libs/imgui/imgui-1.90.7-r2.ebuild media-libs/imgui/imgui-1.91.1.ebuild X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: edd312b9d300fad25275034390ea7036fecc0144 X-VCS-Branch: master Date: Fri, 6 Sep 2024 08:52:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2072a291-a595-4b89-82dd-1f2aeb189e3d X-Archives-Hash: 381e94679242ccd98d7143f1694f4e7d commit: edd312b9d300fad25275034390ea7036fecc0144 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu Sep 5 19:04:19 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 5 19:20:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edd312b9 media-libs/imgui: add 1.91.1, drop 1.90.7-r2 Closes: https://bugs.gentoo.org/937368 Signed-off-by: Gonçalo Negrier Duarte gmail.com> media-libs/imgui/Manifest | 2 +- media-libs/imgui/{imgui-1.90.7-r2.ebuild => imgui-1.91.1.ebuild} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/imgui/Manifest b/media-libs/imgui/Manifest index 86bd464c5..d986cffbc 100644 --- a/media-libs/imgui/Manifest +++ b/media-libs/imgui/Manifest @@ -1,2 +1,2 @@ DIST imgui-1.89.9.tar.gz 1609452 BLAKE2B d5f361acf4318b05066720e9da2ed06db760c482440fc7fb2ca95ce5dd88d9a9a010697c831d3e188baec69819c0a0925e98134c191d5e1856ab43e4dbf9b64f SHA512 42021b06b611b58222b09fab8db2c34e992c3dc4fbaa175e09833c66c90d04b4a4e7def16a732535335c0ac5ff014d235835511a5d9a76d32b4395b302146919 -DIST imgui-1.90.7.tar.gz 1686062 BLAKE2B 52267f09c2997a8726e58e2d38bd90747ee9cb364228908e1538b7ef2f72cf84b63f024834c16db5aab55879948fda9958fa723ca7640a713909756874351350 SHA512 8cdec45c8b58b3768a2216af2a1cba3d0e772ac48420b57057a4a8eda5766c121b4a8457a81b5896defe00b822c40d6aac6ee2b31f4133f2b9a02b231b1529d2 +DIST imgui-1.91.1.tar.gz 1747226 BLAKE2B c129003702ec5be1286090dedb80cd3d984a926d945bbaba73be227f9f3c16442eec5b33e9f7a961a478fecc8a9b0742e5fcb7df625a011572ff4ce14747b03d SHA512 acdbde3a29a498178fcc40e04a3c037d9333347022349f37ea2470388dd3bdee52b2f4a364bacaee25345fe2fd3cf740915fbff264fcbf5160ba55368e8825eb diff --git a/media-libs/imgui/imgui-1.90.7-r2.ebuild b/media-libs/imgui/imgui-1.91.1.ebuild similarity index 97% rename from media-libs/imgui/imgui-1.90.7-r2.ebuild rename to media-libs/imgui/imgui-1.91.1.ebuild index 40da284df..d653025e2 100644 --- a/media-libs/imgui/imgui-1.90.7-r2.ebuild +++ b/media-libs/imgui/imgui-1.91.1.ebuild @@ -21,6 +21,7 @@ IUSE="allegro5 glfw sdl2 sdl3 sdl2-renderer sdl3-renderer opengl vulkan webgpu" RDEPEND=" dev-libs/stb:= + media-libs/libglvnd[${MULTILIB_USEDEP}] media-libs/glew[${MULTILIB_USEDEP}] allegro5? ( media-libs/allegro:5[${MULTILIB_USEDEP}] ) glfw? ( media-libs/glfw:0[${MULTILIB_USEDEP}] )