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 1EF92158094 for ; Sat, 23 Jul 2022 11:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA908E0DC4; Sat, 23 Jul 2022 11:22:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6AC6E0DD1 for ; Sat, 23 Jul 2022 11:22:36 +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 BAC8B3410BF for ; Sat, 23 Jul 2022 11:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 138BA551 for ; Sat, 23 Jul 2022 11:22:33 +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: <1658575261.fdb1b68df2109cf4b4b082eef20c25f74df7b866.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtmultimedia/qtmultimedia-5.15.5-r1.ebuild dev-qt/qtmultimedia/qtmultimedia-5.15.5.ebuild X-VCS-Directories: dev-qt/qtmultimedia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fdb1b68df2109cf4b4b082eef20c25f74df7b866 X-VCS-Branch: master Date: Sat, 23 Jul 2022 11:22:33 +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: 377a8f1c-5623-4dce-aa43-34707fc3981f X-Archives-Hash: 18f12f907f7d72b102e611c87ad781b0 commit: fdb1b68df2109cf4b4b082eef20c25f74df7b866 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 17 07:12:13 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 23 11:21:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb1b68d dev-qt/qtmultimedia: Switch IUSE pulseaudio to media-libs/libpulse Package-Manager: Portage-3.0.32, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{qtmultimedia-5.15.5.ebuild => qtmultimedia-5.15.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.15.5.ebuild b/dev-qt/qtmultimedia/qtmultimedia-5.15.5-r1.ebuild similarity index 97% rename from dev-qt/qtmultimedia/qtmultimedia-5.15.5.ebuild rename to dev-qt/qtmultimedia/qtmultimedia-5.15.5-r1.ebuild index 6e4796adca29..88f5b9b28c57 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-5.15.5.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-5.15.5-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-base:1.0 ) - pulseaudio? ( media-sound/pulseaudio[glib] ) + pulseaudio? ( media-libs/libpulse[glib] ) qml? ( =dev-qt/qtdeclarative-${QT5_PV}* gles2-only? ( =dev-qt/qtgui-${QT5_PV}*[egl] )