commit:     2ea36b71fff16ae21283cc727eb652657cbabf5b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 07:25:33 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 07:47:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea36b71

dev-qt/qtmultimedia: drop 6.6.2, 6.6.3

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qtmultimedia/Manifest                  |  2 -
 dev-qt/qtmultimedia/qtmultimedia-6.6.2.ebuild | 89 ---------------------------
 dev-qt/qtmultimedia/qtmultimedia-6.6.3.ebuild | 89 ---------------------------
 3 files changed, 180 deletions(-)

diff --git a/dev-qt/qtmultimedia/Manifest b/dev-qt/qtmultimedia/Manifest
index f458c4959432..2a210b39fc36 100644
--- a/dev-qt/qtmultimedia/Manifest
+++ b/dev-qt/qtmultimedia/Manifest
@@ -1,5 +1,3 @@
 DIST qtmultimedia-5.15.13-gentoo-kde-1.tar.xz 1500 BLAKE2B 
68cfdb828aa931e63502c1570e5fb04909f4331d79fa9ae0f34ab53adc858405faab0fc782547466b573113973c4deb1a4e1dab0917cb0513bdc3eb7597b0bce
 SHA512 
f045b051c6065f9a7daf7d7c1da457bc8348a5d6fa871352f18cc7895e3b21d090c3a362a434ac783d793b1d9e59a4b23b9329892c15e9a8fc4fbb0a871d9c6d
 DIST qtmultimedia-everywhere-opensource-src-5.15.13.tar.xz 3831376 BLAKE2B 
a8634a1dbba8c13dda2c97731806b1014ad80a1ed2506e9a4d42e1d002e562947496e045638875ed4d0c2d637605414dd8eab656fa03766817b7aa80db10145b
 SHA512 
fa70146275d03c1bb8da1930eb66a9bbbf2a6c25cb6e6204a58b8338f58e671634eab878e9bac785ae2394de7dc38d30025a4afe4d26060e2f23a44758b2e5a4
-DIST qtmultimedia-everywhere-src-6.6.2.tar.xz 8305476 BLAKE2B 
8f252b236ef5fdbc7c4e2be498e2cdaaaf3c901a1d1890c7dfe1f6e8256bc656526e2a6a96649b29bb20baf882f46160f3d76b97cd80466b44a2dcc1b7aabfa5
 SHA512 
311f47acd7658d725855df06c25b4d516d4046922cc92ad44c91c48f1696fbcbb25a0d778b1a72f15834ce2e74ce64199814476ac04fc705fc19af73c91f2006
-DIST qtmultimedia-everywhere-src-6.6.3.tar.xz 8266612 BLAKE2B 
4394f0500c33659eca21b5f2ba59173268c6617f80166723c3fedaf2d2f795e118db6f13877e111d3fee418aa4ff5f63002a1c40cfa8b3751e6b314469562169
 SHA512 
4cad4a7c248adba709f5fda91780151a1136bd7ebb3a249602e401c2e3ae5aceb57a3ddc3825079bfbdb0200af403ad5cf3aa252b2090102f5ab22122445dc02
 DIST qtmultimedia-everywhere-src-6.7.0.tar.xz 8315312 BLAKE2B 
769689567de9c400a5472d8d40966c942a2ec95d599d166f8a3c47cb6ac0c4d1dd66f33fa0f6f5fac22675134798ef986053eb924ed6c3a1d9035f27127cc612
 SHA512 
4e5fa8fff408b8abf761a12d9637c425fe9bfbf6475b44a69c8489fd61bf6cbcca95940a22d1b24aec59634a458888d2b34cb883c8e38d542f2f1cb36046e4c1

diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.6.2.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-6.6.2.ebuild
deleted file mode 100644
index 5e96be6b4dda..000000000000
--- a/dev-qt/qtmultimedia/qtmultimedia-6.6.2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic qt6-build
-
-DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt6 
framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-IUSE="+X alsa eglfs +ffmpeg gstreamer opengl pulseaudio qml v4l vaapi vulkan"
-# tst_qmediaplayerbackend hard requires qml, review in case becomes optional
-REQUIRED_USE="
-       || ( ffmpeg gstreamer )
-       eglfs? ( ffmpeg opengl )
-       vaapi? ( ffmpeg opengl )
-       test? ( qml )
-"
-
-RDEPEND="
-       ~dev-qt/qtbase-${PV}:6[gui,network,opengl=,vulkan=,widgets]
-       alsa? ( media-libs/alsa-lib )
-       ffmpeg? (
-               ~dev-qt/qtbase-${PV}:6[X=,concurrent,eglfs=]
-               media-video/ffmpeg:=[vaapi?]
-               X? (
-                       x11-libs/libX11
-                       x11-libs/libXext
-                       x11-libs/libXrandr
-               )
-       )
-       gstreamer? (
-               dev-libs/glib:2
-               media-libs/gst-plugins-bad:1.0
-               media-libs/gst-plugins-base:1.0[X=,opengl?]
-               media-libs/gstreamer:1.0
-       )
-       opengl? ( media-libs/libglvnd )
-       pulseaudio? ( media-libs/libpulse )
-       qml? (
-               ~dev-qt/qtdeclarative-${PV}:6
-               ~dev-qt/qtquick3d-${PV}:6
-       )
-"
-DEPEND="
-       ${RDEPEND}
-       X? ( x11-base/xorg-proto )
-       v4l? ( sys-kernel/linux-headers )
-       vulkan? ( dev-util/vulkan-headers )
-"
-BDEPEND="~dev-qt/qtshadertools-${PV}:6"
-
-CMAKE_SKIP_TESTS=(
-       # unimportant and expects all backends to be available (bug #928420)
-       tst_backends
-       # tries to use real alsa or pulseaudio and fails in sandbox
-       tst_qaudiosink
-       tst_qaudiosource
-       tst_qmediacapturesession
-       tst_qmediaplayerbackend
-       tst_qsoundeffect
-       # may try to use v4l2 or hardware acceleration depending on availability
-       tst_qscreencapture_integration
-       tst_qscreencapturebackend
-       # fails with offscreen rendering
-       tst_qvideoframecolormanagement
-       tst_qwindowcapturebackend
-)
-
-src_configure() {
-       # normally passed by the build system, but needed for 32-on-64 chroots
-       use x86 && append-cppflags -DPFFFT_SIMD_DISABLE
-
-       local mycmakeargs=(
-               $(cmake_use_find_package qml Qt6Qml)
-               $(qt_feature alsa)
-               $(qt_feature ffmpeg)
-               $(qt_feature gstreamer)
-               $(usev gstreamer $(qt_feature opengl gstreamer_gl))
-               $(qt_feature pulseaudio)
-               $(qt_feature v4l linux_v4l)
-               $(qt_feature vaapi)
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.6.3.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-6.6.3.ebuild
deleted file mode 100644
index 5e96be6b4dda..000000000000
--- a/dev-qt/qtmultimedia/qtmultimedia-6.6.3.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic qt6-build
-
-DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt6 
framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-IUSE="+X alsa eglfs +ffmpeg gstreamer opengl pulseaudio qml v4l vaapi vulkan"
-# tst_qmediaplayerbackend hard requires qml, review in case becomes optional
-REQUIRED_USE="
-       || ( ffmpeg gstreamer )
-       eglfs? ( ffmpeg opengl )
-       vaapi? ( ffmpeg opengl )
-       test? ( qml )
-"
-
-RDEPEND="
-       ~dev-qt/qtbase-${PV}:6[gui,network,opengl=,vulkan=,widgets]
-       alsa? ( media-libs/alsa-lib )
-       ffmpeg? (
-               ~dev-qt/qtbase-${PV}:6[X=,concurrent,eglfs=]
-               media-video/ffmpeg:=[vaapi?]
-               X? (
-                       x11-libs/libX11
-                       x11-libs/libXext
-                       x11-libs/libXrandr
-               )
-       )
-       gstreamer? (
-               dev-libs/glib:2
-               media-libs/gst-plugins-bad:1.0
-               media-libs/gst-plugins-base:1.0[X=,opengl?]
-               media-libs/gstreamer:1.0
-       )
-       opengl? ( media-libs/libglvnd )
-       pulseaudio? ( media-libs/libpulse )
-       qml? (
-               ~dev-qt/qtdeclarative-${PV}:6
-               ~dev-qt/qtquick3d-${PV}:6
-       )
-"
-DEPEND="
-       ${RDEPEND}
-       X? ( x11-base/xorg-proto )
-       v4l? ( sys-kernel/linux-headers )
-       vulkan? ( dev-util/vulkan-headers )
-"
-BDEPEND="~dev-qt/qtshadertools-${PV}:6"
-
-CMAKE_SKIP_TESTS=(
-       # unimportant and expects all backends to be available (bug #928420)
-       tst_backends
-       # tries to use real alsa or pulseaudio and fails in sandbox
-       tst_qaudiosink
-       tst_qaudiosource
-       tst_qmediacapturesession
-       tst_qmediaplayerbackend
-       tst_qsoundeffect
-       # may try to use v4l2 or hardware acceleration depending on availability
-       tst_qscreencapture_integration
-       tst_qscreencapturebackend
-       # fails with offscreen rendering
-       tst_qvideoframecolormanagement
-       tst_qwindowcapturebackend
-)
-
-src_configure() {
-       # normally passed by the build system, but needed for 32-on-64 chroots
-       use x86 && append-cppflags -DPFFFT_SIMD_DISABLE
-
-       local mycmakeargs=(
-               $(cmake_use_find_package qml Qt6Qml)
-               $(qt_feature alsa)
-               $(qt_feature ffmpeg)
-               $(qt_feature gstreamer)
-               $(usev gstreamer $(qt_feature opengl gstreamer_gl))
-               $(qt_feature pulseaudio)
-               $(qt_feature v4l linux_v4l)
-               $(qt_feature vaapi)
-       )
-
-       qt6-build_src_configure
-}

Reply via email to