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 1A5E1138350 for ; Fri, 10 Jan 2020 22:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D8E1E07FE; Fri, 10 Jan 2020 22:43:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E035CE07FE for ; Fri, 10 Jan 2020 22:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4C0BC34DDEC for ; Fri, 10 Jan 2020 22:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B00EF38 for ; Fri, 10 Jan 2020 22:43:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1578696220.cfece1167cece8d8aa2775cb149579804cca4a8f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/openscenegraph/openscenegraph-3.5.5.ebuild dev-games/openscenegraph/openscenegraph-3.6.4.ebuild X-VCS-Directories: dev-games/openscenegraph/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cfece1167cece8d8aa2775cb149579804cca4a8f X-VCS-Branch: master Date: Fri, 10 Jan 2020 22:43:55 +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: 50f86ab5-3cbf-4a6b-b5ae-9d9fe189ff6b X-Archives-Hash: b0331d93405c676238e24c8b61c56a07 commit: cfece1167cece8d8aa2775cb149579804cca4a8f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 10 22:38:09 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 10 22:43:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfece116 dev-games/openscenegraph: Drop USE gtk Reported-by: David Heidelberg (okias) ixit.cz> Closes: https://bugs.gentoo.org/703674 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-games/openscenegraph/openscenegraph-3.5.5.ebuild | 7 +++---- dev-games/openscenegraph/openscenegraph-3.6.4.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild index 29582ffe909..ab15331d995 100644 --- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild +++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_P}.tar.gz" LICENSE="wxWinLL-3 LGPL-2.1" SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 x86" -IUSE="asio curl debug doc examples ffmpeg fltk fox gdal gif glut gstreamer gtk jpeg +IUSE="asio curl debug doc examples ffmpeg fltk fox gdal gif glut gstreamer jpeg las libav lua openexr openinventor osgapps pdf png sdl sdl2 svg tiff truetype vnc wxwidgets xine xrandr zlib" @@ -34,7 +34,6 @@ RDEPEND=" fltk? ( x11-libs/fltk:1[opengl] ) fox? ( x11-libs/fox:1.6[opengl] ) glut? ( media-libs/freeglut ) - gtk? ( x11-libs/gtkglext ) sdl2? ( media-libs/libsdl2 ) wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[opengl,X] ) ) @@ -109,7 +108,7 @@ src_configure() { -DWITH_GIFLIB=$(usex gif) -DWITH_GStreamer=$(usex gstreamer) -DWITH_GLIB=$(usex gstreamer) - -DWITH_GtkGl=$(usex gtk) + -DWITH_GtkGl=OFF -DWITH_JPEG=$(usex jpeg) -DWITH_Jasper=OFF -DWITH_LIBLAS=$(usex las) diff --git a/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild b/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild index 1e0f1b579dc..2cf82085b9d 100644 --- a/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild +++ b/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ LICENSE="wxWinLL-3 LGPL-2.1" SLOT="0/158" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="asio curl dicom debug doc egl examples ffmpeg fltk fox gdal gif glut -gstreamer gtk jpeg las libav lua openexr openinventor osgapps pdf png sdl sdl2 +gstreamer jpeg las libav lua openexr openinventor osgapps pdf png sdl sdl2 svg tiff truetype vnc wxwidgets xrandr +zlib" REQUIRED_USE="sdl2? ( sdl ) dicom? ( zlib ) openexr? ( zlib )" @@ -39,7 +39,6 @@ RDEPEND=" fltk? ( x11-libs/fltk:1[opengl] ) fox? ( x11-libs/fox:1.6[opengl] ) glut? ( media-libs/freeglut ) - gtk? ( x11-libs/gtkglext ) sdl2? ( media-libs/libsdl2 ) wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[opengl,X] ) ) @@ -112,7 +111,7 @@ src_configure() { $(cmake_use_find_package gif GIFLIB) $(cmake_use_find_package gstreamer GLIB) $(cmake_use_find_package gstreamer GStreamer) - $(cmake_use_find_package gtk GtkGl) + -DCMAKE_DISABLE_FIND_PACKAGE_GtkGl=ON $(cmake_use_find_package jpeg JPEG) -DCMAKE_DISABLE_FIND_PACKAGE_Jasper=ON $(cmake_use_find_package las LIBLAS)