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 DF7B6158094 for ; Thu, 23 Jun 2022 20:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA4C3E0886; Thu, 23 Jun 2022 20:12:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0D6FE0886 for ; Thu, 23 Jun 2022 20:12:44 +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 A9BEC34198F for ; Thu, 23 Jun 2022 20:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08CB8512 for ; Thu, 23 Jun 2022 20:12:42 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1656015142.19f87fab275883d611ec8e6cf8102e470f4b18d5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cogl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/cogl/cogl-1.22.8-r1.ebuild media-libs/cogl/cogl-1.22.8-r2.ebuild X-VCS-Directories: media-libs/cogl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 19f87fab275883d611ec8e6cf8102e470f4b18d5 X-VCS-Branch: master Date: Thu, 23 Jun 2022 20:12:42 +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: 9836ebea-0c47-4f10-9229-68240c712385 X-Archives-Hash: 50e4d3b6f87206c9f0efd260dfc8d2dd commit: 19f87fab275883d611ec8e6cf8102e470f4b18d5 Author: David Seifert gentoo org> AuthorDate: Thu Jun 23 20:12:22 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jun 23 20:12:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f87fab media-libs/cogl: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...cogl-1.22.8-r1.ebuild => cogl-1.22.8-r2.ebuild} | 37 ++++++++++------------ 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/media-libs/cogl/cogl-1.22.8-r1.ebuild b/media-libs/cogl/cogl-1.22.8-r2.ebuild similarity index 88% rename from media-libs/cogl/cogl-1.22.8-r1.ebuild rename to media-libs/cogl/cogl-1.22.8-r2.ebuild index a5e772c9b85e..89cfdd28232c 100644 --- a/media-libs/cogl/cogl-1.22.8-r1.ebuild +++ b/media-libs/cogl/cogl-1.22.8-r2.ebuild @@ -1,29 +1,31 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 # Temporarily needed for slibtool patch # It's upstreamed so should be able to drop in future # bug #778041 GNOME2_EAUTORECONF="yes" -inherit gnome2 multilib +inherit gnome2 DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures" HOMEPAGE="https://www.cogl3d.org/" LICENSE="MIT BSD" SLOT="1.0/20" # subslot = .so version - +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86" # doc and profile disable for now due to bugs #484750 and #483332 IUSE="debug examples gles2 gstreamer +introspection +kms +opengl +pango wayland" # doc profile REQUIRED_USE=" wayland? ( gles2 ) || ( gles2 opengl ) " -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86" +# Need classic mesa swrast for tests, llvmpipe causes a test failure +# For some reason GL3 conformance test all fails again... +RESTRICT="test" -COMMON_DEPEND=" +DEPEND=" >=dev-libs/glib-2.32:2 x11-libs/cairo:= >=x11-libs/gdk-pixbuf-2:2 @@ -37,30 +39,26 @@ COMMON_DEPEND=" gles2? ( media-libs/mesa[gles2] ) gstreamer? ( media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 ) + media-libs/gst-plugins-base:1.0 + ) introspection? ( >=dev-libs/gobject-introspection-1.34.2:= ) kms? ( media-libs/mesa[egl(+),gbm(+)] - x11-libs/libdrm:= ) + x11-libs/libdrm:= + ) pango? ( >=x11-libs/pango-1.20.0[introspection?] ) wayland? ( >=dev-libs/wayland-1.1.90 - media-libs/mesa[egl(+),wayland] ) + media-libs/mesa[egl(+),wayland] + ) " -# before clutter-1.7, cogl was part of clutter -RDEPEND="${COMMON_DEPEND} - !