From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4A13B1580E0 for ; Fri, 31 Jan 2025 14:35:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 33E3734305A for ; Fri, 31 Jan 2025 14:35:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 318B411046F; Fri, 31 Jan 2025 14:35:37 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2677211046F for ; Fri, 31 Jan 2025 14:35:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5231340906 for ; Fri, 31 Jan 2025 14:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AF5A11A7 for ; Fri, 31 Jan 2025 14:35:35 +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: <1738333909.a87baeec9877cf6fa1ec6b6ae9b9a8a659bc3978.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/libsdl3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/libsdl3/libsdl3-3.2.0.ebuild media-libs/libsdl3/metadata.xml X-VCS-Directories: media-libs/libsdl3/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a87baeec9877cf6fa1ec6b6ae9b9a8a659bc3978 X-VCS-Branch: dev Date: Fri, 31 Jan 2025 14:35:35 +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: bbed8e5a-98a8-4030-b61d-86618008d21c X-Archives-Hash: 566524fc77ba57862890e09bd65100c2 commit: a87baeec9877cf6fa1ec6b6ae9b9a8a659bc3978 Author: David Roman gmail com> AuthorDate: Fri Jan 31 14:31:49 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri Jan 31 14:31:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a87baeec media-libs/libsdl3: remove gles1 USE Signed-off-by: David Roman gmail.com> media-libs/libsdl3/libsdl3-3.2.0.ebuild | 8 +++----- media-libs/libsdl3/metadata.xml | 1 - 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/media-libs/libsdl3/libsdl3-3.2.0.ebuild b/media-libs/libsdl3/libsdl3-3.2.0.ebuild index 1c5799560..77497b8bd 100644 --- a/media-libs/libsdl3/libsdl3-3.2.0.ebuild +++ b/media-libs/libsdl3/libsdl3-3.2.0.ebuild @@ -15,12 +15,12 @@ LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64" -IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 custom-cflags dbus doc fcitx gles1 gles2 +haptic ibus jack +joystick kms opengl oss pipewire pulseaudio sndio +sound static-libs test udev +video vulkan wayland X xscreensaver" +CPU_FLAGS_USE="cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2" +IUSE="alsa aqua ${CPU_FLAGS_USE} custom-cflags dbus doc fcitx gles2 +haptic ibus jack +joystick kms opengl oss pipewire pulseaudio sndio +sound static-libs test udev +video vulkan wayland X xscreensaver" RESTRICT="!test? ( test )" REQUIRED_USE=" alsa? ( sound ) fcitx? ( dbus ) - gles1? ( video ) gles2? ( video ) haptic? ( joystick ) ibus? ( dbus ) @@ -71,13 +71,11 @@ COMMON_DEPEND=" RDEPEND=" ${COMMON_DEPEND} fcitx? ( app-i18n/fcitx:* ) - gles1? ( media-libs/mesa[${MULTILIB_USEDEP},gles1(+)] ) gles2? ( media-libs/mesa[${MULTILIB_USEDEP},gles2(+)] ) vulkan? ( media-libs/vulkan-loader ) " DEPEND=" ${COMMON_DEPEND} - gles1? ( media-libs/libglvnd ) gles2? ( media-libs/libglvnd ) ibus? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) test? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) @@ -158,7 +156,7 @@ src_configure() { -DSDL_KMSDRM_SHARED=OFF -DSDL_DUMMYVIDEO=$(usex video) -DSDL_OPENGL=$(usex opengl) - -DSDL_OPENGLES=$(use gles1 || use gles2 && echo ON || echo OFF) + -DSDL_OPENGLES=$(usex gles2) -DSDL_VULKAN=$(usex vulkan) -DSDL_LIBUDEV=$(usex udev) -DSDL_DBUS=$(usex dbus) diff --git a/media-libs/libsdl3/metadata.xml b/media-libs/libsdl3/metadata.xml index dc9c17b6f..09a579301 100644 --- a/media-libs/libsdl3/metadata.xml +++ b/media-libs/libsdl3/metadata.xml @@ -25,7 +25,6 @@ Enable support for app-i18n/fcitx - include OpenGL ES 1.0 support Enable the haptic (force feedback) subsystem Enable support for app-i18n/ibus Control joystick support (disable at your own risk) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5905E158B20 for ; Sat, 01 Feb 2025 16:14:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4337234311C for ; Sat, 01 Feb 2025 16:14:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9875011047D; Sat, 01 Feb 2025 16:10:20 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 9213511047D for ; Sat, 01 Feb 2025 16:10:20 +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 48BE8343146 for ; Sat, 01 Feb 2025 16:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BB922558 for ; Sat, 01 Feb 2025 16:10:17 +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: <1738333909.a87baeec9877cf6fa1ec6b6ae9b9a8a659bc3978.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/libsdl3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/libsdl3/libsdl3-3.2.0.ebuild media-libs/libsdl3/metadata.xml X-VCS-Directories: media-libs/libsdl3/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a87baeec9877cf6fa1ec6b6ae9b9a8a659bc3978 X-VCS-Branch: master Date: Sat, 01 Feb 2025 16:10:17 +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: 2cfb2727-e0b0-41a0-a69e-9bfd6f69e6f5 X-Archives-Hash: fc29b478426284bbaa5694029e645dc4 Message-ID: <20250201161017.7beiNtepN-VEAdBiy3-JiW6Rb2J16DEDV0HqVJY9pVg@z> commit: a87baeec9877cf6fa1ec6b6ae9b9a8a659bc3978 Author: David Roman gmail com> AuthorDate: Fri Jan 31 14:31:49 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri Jan 31 14:31:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a87baeec media-libs/libsdl3: remove gles1 USE Signed-off-by: David Roman gmail.com> media-libs/libsdl3/libsdl3-3.2.0.ebuild | 8 +++----- media-libs/libsdl3/metadata.xml | 1 - 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/media-libs/libsdl3/libsdl3-3.2.0.ebuild b/media-libs/libsdl3/libsdl3-3.2.0.ebuild index 1c5799560..77497b8bd 100644 --- a/media-libs/libsdl3/libsdl3-3.2.0.ebuild +++ b/media-libs/libsdl3/libsdl3-3.2.0.ebuild @@ -15,12 +15,12 @@ LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64" -IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 custom-cflags dbus doc fcitx gles1 gles2 +haptic ibus jack +joystick kms opengl oss pipewire pulseaudio sndio +sound static-libs test udev +video vulkan wayland X xscreensaver" +CPU_FLAGS_USE="cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2" +IUSE="alsa aqua ${CPU_FLAGS_USE} custom-cflags dbus doc fcitx gles2 +haptic ibus jack +joystick kms opengl oss pipewire pulseaudio sndio +sound static-libs test udev +video vulkan wayland X xscreensaver" RESTRICT="!test? ( test )" REQUIRED_USE=" alsa? ( sound ) fcitx? ( dbus ) - gles1? ( video ) gles2? ( video ) haptic? ( joystick ) ibus? ( dbus ) @@ -71,13 +71,11 @@ COMMON_DEPEND=" RDEPEND=" ${COMMON_DEPEND} fcitx? ( app-i18n/fcitx:* ) - gles1? ( media-libs/mesa[${MULTILIB_USEDEP},gles1(+)] ) gles2? ( media-libs/mesa[${MULTILIB_USEDEP},gles2(+)] ) vulkan? ( media-libs/vulkan-loader ) " DEPEND=" ${COMMON_DEPEND} - gles1? ( media-libs/libglvnd ) gles2? ( media-libs/libglvnd ) ibus? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) test? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) @@ -158,7 +156,7 @@ src_configure() { -DSDL_KMSDRM_SHARED=OFF -DSDL_DUMMYVIDEO=$(usex video) -DSDL_OPENGL=$(usex opengl) - -DSDL_OPENGLES=$(use gles1 || use gles2 && echo ON || echo OFF) + -DSDL_OPENGLES=$(usex gles2) -DSDL_VULKAN=$(usex vulkan) -DSDL_LIBUDEV=$(usex udev) -DSDL_DBUS=$(usex dbus) diff --git a/media-libs/libsdl3/metadata.xml b/media-libs/libsdl3/metadata.xml index dc9c17b6f..09a579301 100644 --- a/media-libs/libsdl3/metadata.xml +++ b/media-libs/libsdl3/metadata.xml @@ -25,7 +25,6 @@ Enable support for app-i18n/fcitx - include OpenGL ES 1.0 support Enable the haptic (force feedback) subsystem Enable support for app-i18n/ibus Control joystick support (disable at your own risk)