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 918A015806E for ; Wed, 31 May 2023 18:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0160E091F; Wed, 31 May 2023 18:41:48 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B4039E091F for ; Wed, 31 May 2023 18:41:48 +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 B9742340F7B for ; Wed, 31 May 2023 18:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 279E3A67 for ; Wed, 31 May 2023 18:41:46 +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: <1685558498.2b6a2f8558d022dae054a93c9106a9fa8e0bdd44.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/allegro/allegro-5.2.7.0-r1.ebuild media-libs/allegro/allegro-5.2.7.0-r2.ebuild X-VCS-Directories: media-libs/allegro/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b6a2f8558d022dae054a93c9106a9fa8e0bdd44 X-VCS-Branch: master Date: Wed, 31 May 2023 18:41:46 +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: a8fd3e1b-2d14-40ff-9c1b-234de9c67983 X-Archives-Hash: 6a6b7732ec318dd28174ee027b2d9698 commit: 2b6a2f8558d022dae054a93c9106a9fa8e0bdd44 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 31 18:40:47 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 31 18:41:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6a2f85 media-libs/allegro: EAPI 8 bump, switch to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> ...{allegro-5.2.7.0-r1.ebuild => allegro-5.2.7.0-r2.ebuild} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/media-libs/allegro/allegro-5.2.7.0-r1.ebuild b/media-libs/allegro/allegro-5.2.7.0-r2.ebuild similarity index 95% rename from media-libs/allegro/allegro-5.2.7.0-r1.ebuild rename to media-libs/allegro/allegro-5.2.7.0-r2.ebuild index 7e3449baf649..31d30a6e5fcd 100644 --- a/media-libs/allegro/allegro-5.2.7.0-r1.ebuild +++ b/media-libs/allegro/allegro-5.2.7.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake-multilib @@ -13,7 +13,6 @@ LICENSE="BSD ZLIB" SLOT="5" KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86" IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio test truetype vorbis webp X xinerama" -RESTRICT="!test? ( test )" # TODO: For tests, we need some extra deps. # -- Could NOT find OPENSL (missing: OPENSL_INCLUDE_DIR OPENSL_LIBRARY) @@ -24,8 +23,8 @@ RESTRICT="!test? ( test )" REQUIRED_USE="X? ( opengl ) xinerama? ( X ) || ( alsa openal oss pulseaudio )" +RESTRICT="!test? ( test )" -BDEPEND="virtual/pkgconfig" RDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) dumb? ( >=media-libs/dumb-0.9.3-r2:=[${MULTILIB_USEDEP}] ) @@ -40,7 +39,7 @@ RDEPEND=" opus? ( media-libs/opus[${MULTILIB_USEDEP}] ) physfs? ( >=dev-games/physfs-2.0.3-r1[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}] ) - pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] ) webp? ( media-libs/libwebp:0=[${MULTILIB_USEDEP}] ) @@ -53,7 +52,9 @@ RDEPEND=" xinerama? ( >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} - x11-base/xorg-proto" + x11-base/xorg-proto +" +BDEPEND="virtual/pkgconfig" MULTILIB_WRAPPED_HEADERS=( /usr/include/allegro5/allegro_native_dialog.h )