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 0393F158094 for ; Sat, 24 Sep 2022 17:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 380AFE0A98; Sat, 24 Sep 2022 17:03:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0318BE0AA5 for ; Sat, 24 Sep 2022 17:03:21 +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 F3E3D340CBB for ; Sat, 24 Sep 2022 17:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AAF85EB for ; Sat, 24 Sep 2022 17:03:18 +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: <1664030525.e09ecb661e816b67fd21e5fc7cf7a8d3f28e3c7d.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtmultimedia/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtmultimedia/Manifest dev-qt/qtmultimedia/qtmultimedia-6.3.2.ebuild X-VCS-Directories: dev-qt/qtmultimedia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e09ecb661e816b67fd21e5fc7cf7a8d3f28e3c7d X-VCS-Branch: master Date: Sat, 24 Sep 2022 17:03:18 +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: 3bad1be6-cd37-4fe9-9716-8e70e737dd44 X-Archives-Hash: 1b055c93bd4c471aae3ef922553482e4 commit: e09ecb661e816b67fd21e5fc7cf7a8d3f28e3c7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 24 14:42:05 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 14:42:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e09ecb66 dev-qt/qtmultimedia: drop 6.3.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtmultimedia/Manifest | 1 - dev-qt/qtmultimedia/qtmultimedia-6.3.2.ebuild | 42 --------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-qt/qtmultimedia/Manifest b/dev-qt/qtmultimedia/Manifest deleted file mode 100644 index 7c0bbe30..00000000 --- a/dev-qt/qtmultimedia/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtmultimedia-everywhere-src-6.3.2.tar.xz 4746380 BLAKE2B 677f2cf3979cd132f9ef6ba9e47de2a328775e2fac767ed6e47c073b4e76b077a504c9b96b903310ea8727afa324630b8cbf0b5cbf135e4eac3afdf6a3ad1414 SHA512 d6b31aad99a71096cac0655da99245553efdeabb67f6625893d23a31ce7c8b7e15219558933174a6577913ef903092b3230f211dd36b29ecfac782d7f358df27 diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.3.2.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.3.2.ebuild deleted file mode 100644 index 508673ac..00000000 --- a/dev-qt/qtmultimedia/qtmultimedia-6.3.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Qt Multimedia" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -IUSE="gstreamer" - -RDEPEND=" - =dev-qt/qtbase-${PV}*[gui,network,widgets] - =dev-qt/qtdeclarative-${PV}* - =dev-qt/qtshadertools-${PV}* - =dev-qt/qtsvg-${PV}* - gstreamer? ( - dev-libs/glib:2 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-bad:1.0 - media-libs/gst-plugins-base:1.0 - media-libs/libglvnd - ) -" -DEPEND="${RDEPEND} - gstreamer? ( x11-base/xorg-proto ) -" - -src_configure() { - # TODO: linux_v4l automagic - local mycmakeargs=( - -DQT_FEATURE_alsa=off - -DQT_FEATURE_pulseaudio=off - $(qt_feature gstreamer) - ) - - qt6-build_src_configure -}