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 3BAAC158011 for ; Thu, 14 Jul 2022 20:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 784B4E0C2D; Thu, 14 Jul 2022 20:32:28 +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 5668BE0C4A for ; Thu, 14 Jul 2022 20:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6C504341172 for ; Thu, 14 Jul 2022 20:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75E6A53E for ; Thu, 14 Jul 2022 20:32:24 +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: <1657830727.e14580e0c153998addb45911a01088f62d769797.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-4.11.1-r1.ebuild media-libs/phonon/phonon-4.11.1-r2.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e14580e0c153998addb45911a01088f62d769797 X-VCS-Branch: master Date: Thu, 14 Jul 2022 20:32: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: 3d92bc07-8544-43db-aaa5-ed6b2ae601c3 X-Archives-Hash: cde7f7a788db7fd2bb377839fec5b292 commit: e14580e0c153998addb45911a01088f62d769797 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 30 18:10:56 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 14 20:32:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14580e0 media-libs/phonon: Switch IUSE pulseaudio to media-libs/libpulse EAPI-8 too. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{phonon-4.11.1-r1.ebuild => phonon-4.11.1-r2.ebuild} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media-libs/phonon/phonon-4.11.1-r1.ebuild b/media-libs/phonon/phonon-4.11.1-r2.ebuild similarity index 96% rename from media-libs/phonon/phonon-4.11.1-r1.ebuild rename to media-libs/phonon/phonon-4.11.1-r2.ebuild index 0fc6ac9a0ef4..da2281950bf6 100644 --- a/media-libs/phonon/phonon-4.11.1-r1.ebuild +++ b/media-libs/phonon/phonon-4.11.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop ecm kde.org @@ -17,20 +17,20 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 ) !pulseaudio? ( || ( GPL-2 GPL-3 ) )" SLOT="0" IUSE="debug designer gstreamer pulseaudio +vlc" -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig -" DEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 designer? ( dev-qt/designer:5 ) pulseaudio? ( dev-libs/glib:2 - media-sound/pulseaudio[glib] + media-libs/libpulse[glib] ) " RDEPEND="${DEPEND}" +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig +" PDEPEND=" gstreamer? ( >=media-libs/phonon-gstreamer-4.9.60 ) vlc? ( >=media-libs/phonon-vlc-0.9.60 )