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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFB18158088 for ; Sat, 8 Jan 2022 17:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8562AE07C9; Sat, 8 Jan 2022 17:13:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F217DE07BA for ; Sat, 8 Jan 2022 17:13:27 +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 2AB79342F51 for ; Sat, 8 Jan 2022 17:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A82028E for ; Sat, 8 Jan 2022 17:13:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1641661995.2e238f03ed10b68a7240e4913d44394ea6843337.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/celestia/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/celestia/celestia-9999.ebuild X-VCS-Directories: sci-astronomy/celestia/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2e238f03ed10b68a7240e4913d44394ea6843337 X-VCS-Branch: master Date: Sat, 8 Jan 2022 17:13:24 +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: 006a1331-49a8-4873-80d0-4fd221e74cce X-Archives-Hash: 6ca7adda1e5738ce8a50c8a02ea2531f commit: 2e238f03ed10b68a7240e4913d44394ea6843337 Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 8 17:11:50 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 8 17:13:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e238f03 sci-astronomy/celestia: Adjusting live ebuild * Fixed dependencies * -DENABLE_THEORA -> -DENABLE_FFMPEG Signed-off-by: Lars Wendler gentoo.org> sci-astronomy/celestia/celestia-9999.ebuild | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/sci-astronomy/celestia/celestia-9999.ebuild b/sci-astronomy/celestia/celestia-9999.ebuild index 000dfa8ba2e2..b6b90597e450 100644 --- a/sci-astronomy/celestia/celestia-9999.ebuild +++ b/sci-astronomy/celestia/celestia-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,34 +26,38 @@ HOMEPAGE="https://celestia.space" LICENSE="GPL-2+" SLOT="0" -IUSE="glut lua nls +qt5 theora" +IUSE="ffmpeg glut lua nls +qt5" REQUIRED_USE="|| ( glut qt5 ) lua? ( ${LUA_REQUIRED_USE} )" BDEPEND=" dev-cpp/eigen virtual/pkgconfig - nls? ( sys-devel/gettext ) + nls? ( + sys-devel/gettext + virtual/libintl + ) " DEPEND=" dev-libs/libfmt:= + media-libs/freetype media-libs/glew:0= + media-libs/libepoxy + media-libs/libglvnd media-libs/libpng:0= sys-libs/zlib:= virtual/glu virtual/jpeg:0 virtual/opengl + ffmpeg? ( media-video/ffmpeg ) glut? ( media-libs/freeglut ) lua? ( ${LUA_DEPS} ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtopengl:5 dev-qt/qtwidgets:5 ) - theora? ( - media-libs/libogg - media-libs/libtheora - ) " RDEPEND="${DEPEND}" @@ -81,7 +85,7 @@ src_configure() { -DENABLE_GTK=OFF -DENABLE_QT="$(usex qt5)" -DENABLE_WIN=OFF - -DENABLE_THEORA="$(usex theora)" + -DENABLE_FFMPEG="$(usex ffmpeg)" ) # Upstream always looks for LuaJIT first unless stopped, and we only need # the version specification when linking against PUC Lua