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 4076915810F for ; Wed, 31 May 2023 11:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C2B0E08DB; Wed, 31 May 2023 11:51:41 +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 6489EE08DB for ; Wed, 31 May 2023 11:51:41 +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 99CFC340F8E for ; Wed, 31 May 2023 11:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C651EA67 for ; Wed, 31 May 2023 11:51:38 +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: <1685533848.09ee15e6f14a20c036bb992a662f68d05ded92c1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenglrecorder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenglrecorder/libopenglrecorder-0.1.0-r1.ebuild media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild X-VCS-Directories: media-libs/libopenglrecorder/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 09ee15e6f14a20c036bb992a662f68d05ded92c1 X-VCS-Branch: master Date: Wed, 31 May 2023 11:51:38 +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: fc106742-865a-4164-b51c-9781542a9bf3 X-Archives-Hash: f23580667013b6ef2d3bd4bc00c9d9de commit: 09ee15e6f14a20c036bb992a662f68d05ded92c1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 30 20:06:25 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 31 11:50:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ee15e6 media-libs/libopenglrecorder: EAPI 8 bump, switch to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> ...recorder-0.1.0.ebuild => libopenglrecorder-0.1.0-r1.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild b/media-libs/libopenglrecorder/libopenglrecorder-0.1.0-r1.ebuild similarity index 88% rename from media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild rename to media-libs/libopenglrecorder/libopenglrecorder-0.1.0-r1.ebuild index 0c1fc012d18a..28f2fb0da24f 100644 --- a/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild +++ b/media-libs/libopenglrecorder/libopenglrecorder-0.1.0-r1.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 @@ -14,19 +14,17 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="openh264 sound vpx" -BDEPEND=" - virtual/pkgconfig -" DEPEND=" media-libs/libjpeg-turbo[${MULTILIB_USEDEP}] openh264? ( media-libs/openh264[${MULTILIB_USEDEP}] ) sound? ( + media-libs/libpulse[${MULTILIB_USEDEP}] media-libs/libvorbis[${MULTILIB_USEDEP}] - media-sound/pulseaudio[${MULTILIB_USEDEP}] ) vpx? ( media-libs/libvpx:0=[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( CHANGELOG.md README.md USAGE.md )