commit:     8f02be1748b5e9f8486742c3186c55d174cde672
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 09:07:34 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 09:07:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=8f02be17

dev-qt/qtmultimedia: drop 6.4.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtmultimedia/Manifest                  |  1 -
 dev-qt/qtmultimedia/qtmultimedia-6.4.0.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-qt/qtmultimedia/Manifest b/dev-qt/qtmultimedia/Manifest
deleted file mode 100644
index a4f0a69e..00000000
--- a/dev-qt/qtmultimedia/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtmultimedia-everywhere-src-6.4.0.tar.xz 5936088 BLAKE2B 
7e469db96e145a4bc496daa6547685c84e199a8942452b406a3e661e9da2b8d4306b41fc82551e9257f6f41d2d269cc7a359b6087111d092073b8cdaf683a2c1
 SHA512 
fd5f0d73374290ecf70d30395b2ddbb05439979a29b5e6b37a1ac40338ffe602ea62b7bb8f3c053b2da35fa9c4101bd6e0a12ee9479c04bb2d63c527c77cb685

diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.4.0.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-6.4.0.ebuild
deleted file mode 100644
index 508673ac..00000000
--- a/dev-qt/qtmultimedia/qtmultimedia-6.4.0.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
-}

Reply via email to