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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA09E138351 for ; Sun, 5 Apr 2020 21:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047DAE0B4B; Sun, 5 Apr 2020 21:34:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D341AE0B4B for ; Sun, 5 Apr 2020 21:34:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 955B134EF4E for ; Sun, 5 Apr 2020 21:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC36813A for ; Sun, 5 Apr 2020 21:34:50 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1586122386.6a476961b04ddee6c2ae97485e8c0d0c87ef4cea.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.0.12-r1.ebuild media-libs/libsdl2/libsdl2-2.0.12.ebuild media-libs/libsdl2/metadata.xml X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 6a476961b04ddee6c2ae97485e8c0d0c87ef4cea X-VCS-Branch: master Date: Sun, 5 Apr 2020 21:34:50 +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: 32f57240-1e0e-40d7-ba20-712fb9fa4c9a X-Archives-Hash: 53dd686ed1422ec54b84e68c9dc680fe commit: 6a476961b04ddee6c2ae97485e8c0d0c87ef4cea Author: James Le Cuirot gentoo org> AuthorDate: Sun Apr 5 21:28:46 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 5 21:33:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a476961 media-libs/libsdl2: Rename gles USE flag to gles2 We unconditionally disable GLES1 support. Kodi is the only package still using the "gles" flag now. Closes: https://bugs.gentoo.org/716248 Package-Manager: Portage-2.3.96, Repoman-2.3.20 Signed-off-by: James Le Cuirot gentoo.org> .../{libsdl2-2.0.12.ebuild => libsdl2-2.0.12-r1.ebuild} | 10 +++++----- media-libs/libsdl2/metadata.xml | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.12.ebuild b/media-libs/libsdl2/libsdl2-2.0.12-r1.ebuild similarity index 94% rename from media-libs/libsdl2/libsdl2-2.0.12.ebuild rename to media-libs/libsdl2/libsdl2-2.0.12-r1.ebuild index e8daba276a7..cae1b46a7eb 100644 --- a/media-libs/libsdl2/libsdl2-2.0.12.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.12-r1.ebuild @@ -13,23 +13,23 @@ LICENSE="ZLIB" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus gles haptic jack +joystick kms libsamplerate nas opengl oss pulseaudio +sound static-libs +threads tslib udev +video video_cards_vc4 vulkan wayland X xinerama xscreensaver" +IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus gles2 haptic jack +joystick kms libsamplerate nas opengl oss pulseaudio +sound static-libs +threads tslib udev +video video_cards_vc4 vulkan wayland X xinerama xscreensaver" REQUIRED_USE=" alsa? ( sound ) - gles? ( video ) + gles2? ( video ) jack? ( sound ) nas? ( sound ) opengl? ( video ) pulseaudio? ( sound ) vulkan? ( video ) - wayland? ( gles ) + wayland? ( gles2 ) xinerama? ( X ) xscreensaver? ( X )" CDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] ) - gles? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] ) + gles2? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) kms? ( >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] @@ -161,7 +161,7 @@ multilib_src_configure() { $(use_enable video video-dummy) $(use_enable opengl video-opengl) --disable-video-opengles1 - $(use_enable gles video-opengles2) + $(use_enable gles2 video-opengles2) $(use_enable vulkan video-vulkan) $(use_enable udev libudev) $(use_enable dbus) diff --git a/media-libs/libsdl2/metadata.xml b/media-libs/libsdl2/metadata.xml index 253e9af8f2d..37b2b857723 100644 --- a/media-libs/libsdl2/metadata.xml +++ b/media-libs/libsdl2/metadata.xml @@ -24,7 +24,8 @@ Perl, PHP, Pike, Python, and Ruby. - include OpenGL ES support + include OpenGL ES 2.0 support + include OpenGL ES 2.0 support Enable the haptic (force feedback) subsystem Control joystick support (disable at your own risk) Build the KMSDRM video driver