commit:     5b8a4ae66119b404e506ea5538165e5b0b21f4a8
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 08:30:53 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 10:28:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8a4ae6

dev-qt/qtmultimedia: add 6.7.0_rc2

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

 dev-qt/qtmultimedia/Manifest                      |  1 +
 dev-qt/qtmultimedia/qtmultimedia-6.7.0_rc2.ebuild | 87 +++++++++++++++++++++++
 2 files changed, 88 insertions(+)

diff --git a/dev-qt/qtmultimedia/Manifest b/dev-qt/qtmultimedia/Manifest
index 4bf9f347bd2f..d06187a212e9 100644
--- a/dev-qt/qtmultimedia/Manifest
+++ b/dev-qt/qtmultimedia/Manifest
@@ -2,3 +2,4 @@ DIST qtmultimedia-5.15.12-gentoo-kde-1.tar.xz 1496 BLAKE2B 
890f90accb60438bcceae
 DIST qtmultimedia-everywhere-opensource-src-5.15.12.tar.xz 3830956 BLAKE2B 
c6fa2b5f01262af0ddb510e344adc2aa69b1d4fd82962bb6ff2962d50c9f43a99e445538466c0a9d794dfc0cca27dccd32d5faaa1baf59a630c8b490c43b7963
 SHA512 
2cef917df20da1381ea64834e4110e25ea0d5e12249176ddbe2e0314c25490926ccbf2f7cc3f89b2969d113a645ec88244fabe691aff851ffb4b2be9766bcf76
 DIST qtmultimedia-everywhere-src-6.6.2.tar.xz 8305476 BLAKE2B 
8f252b236ef5fdbc7c4e2be498e2cdaaaf3c901a1d1890c7dfe1f6e8256bc656526e2a6a96649b29bb20baf882f46160f3d76b97cd80466b44a2dcc1b7aabfa5
 SHA512 
311f47acd7658d725855df06c25b4d516d4046922cc92ad44c91c48f1696fbcbb25a0d778b1a72f15834ce2e74ce64199814476ac04fc705fc19af73c91f2006
 DIST qtmultimedia-everywhere-src-6.7.0-rc.tar.xz 8317400 BLAKE2B 
4a6bb7d84dccb2f6a64947c46e7a07f5ee266e2b149648960265cd113ed8bbd10023a217c2d5d3e4c605f490bbec5e2d8e3794c1555564e1abb3ca9ec0ede0e0
 SHA512 
7ab97dae7447be0c66a5a36ca32628b7ed13a322faa212b536466d7ca38243bb38dc67eb8d13bf14486e082f0587f29a494da6e5c4a3bcc5d97f17cc889fce8b
+DIST qtmultimedia-everywhere-src-6.7.0-rc2.tar.xz 8308020 BLAKE2B 
71695dc5cc66805543061852bc199e0a9e6e150b8bb8143ee78e61b6236a11aaff898196bea2bb20135695ea6cf8c0570d5bb351428156b367bbcfa253bd000e
 SHA512 
82328e6582d5f2028913d4bc9bf27b13c47d9a46684125a2116aa6d724575b796774f407bb6953dd909885a6de04a817446ac4248c7efb02f0e0adfcefcc8684

diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.7.0_rc2.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-6.7.0_rc2.ebuild
new file mode 100644
index 000000000000..2359fc0aabd3
--- /dev/null
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.7.0_rc2.ebuild
@@ -0,0 +1,87 @@
+# 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=(
+       # 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