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 4B5591584AD for ; Tue, 29 Apr 2025 03:25:09 +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 3696333BF60 for ; Tue, 29 Apr 2025 03:25:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 26DA11102BE; Tue, 29 Apr 2025 03:25:08 +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 1DE121102BE for ; Tue, 29 Apr 2025 03:25:08 +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 B545033BF60 for ; Tue, 29 Apr 2025 03:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44138254A for ; Tue, 29 Apr 2025 03:25:06 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1745897072.e9c0b4c9d6ffbfe8536ffd60b2ab85b553041144.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/alephone/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/alephone/alephone-99999999.ebuild X-VCS-Directories: games-fps/alephone/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: e9c0b4c9d6ffbfe8536ffd60b2ab85b553041144 X-VCS-Branch: master Date: Tue, 29 Apr 2025 03:25:06 +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: d2081fdf-782d-4598-bcd6-b46fcee4a0ce X-Archives-Hash: 0cea72cf368916a5589855d36bdd509a commit: e9c0b4c9d6ffbfe8536ffd60b2ab85b553041144 Author: Matt Jolly gentoo org> AuthorDate: Tue Apr 29 03:21:01 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Tue Apr 29 03:24:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c0b4c9 games-fps/alephone: update live to avoid use of ffmpeg We can get mp3 support via media-libs/libsndfile and there's no currently-packaged scenario that relies on ffmpeg for video decoding. Bug: https://bugs.gentoo.org/953932 Signed-off-by: Matt Jolly gentoo.org> games-fps/alephone/alephone-99999999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games-fps/alephone/alephone-99999999.ebuild b/games-fps/alephone/alephone-99999999.ebuild index a14a9da0eb38..9e64f0c3edb7 100644 --- a/games-fps/alephone/alephone-99999999.ebuild +++ b/games-fps/alephone/alephone-99999999.ebuild @@ -28,11 +28,10 @@ RDEPEND=" media-libs/openal media-libs/libpng media-libs/libsdl2 - media-libs/libsndfile + media-libs/libsndfile[-minimal] media-libs/sdl2-image[png] media-libs/sdl2-net media-libs/sdl2-ttf - media-video/ffmpeg:= sys-libs/zlib virtual/opengl virtual/glu @@ -59,7 +58,7 @@ src_configure() { filter-lto my_econf=( --enable-opengl - --with-ffmpeg + --without-ffmpeg --with-png --with-sdl_image --with-zzip