From 5573c7bda3c2df63820de63be75fbe1f58dd0dd1 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 13 Oct 2023 19:12:33 +0200 Subject: [PATCH] qt6-multimedia: update to 6.6.0. --- srcpkgs/qt6-multimedia/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qt6-multimedia/template b/srcpkgs/qt6-multimedia/template index 2cf997b227a..ab112006b17 100644 --- a/srcpkgs/qt6-multimedia/template +++ b/srcpkgs/qt6-multimedia/template @@ -1,6 +1,6 @@ # Template file for 'qt6-multimedia' pkgname=qt6-multimedia -version=6.5.2 +version=6.6.0 revision=1 build_style=cmake configure_args="-DQT_FEATURE_gstreamer=ON" @@ -12,7 +12,7 @@ maintainer="John " license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0" homepage="https://qt.io/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtmultimedia-everywhere-src-${version}.tar.xz" -checksum=948f00aa679e92839a2a71bd07245a92cc849af486607417ee4c334b2b998975 +checksum=ba4b236ca3ec118841b7f5ba87797e24a8c5cbef9ba973fe219fbfc310d38782 if [ "$XBPS_MACHINE" = "i686" ]; then CXXFLAGS="-DPFFFT_SIMD_DISABLE=1" @@ -25,7 +25,7 @@ do_check() { broken+="|tst_qaudiodevice|tst_qaudiosource|tst_qaudiosink" broken+="|tst_qmediaplayerbackend|tst_qmediacapturesession" broken+="|tst_qcamerabackend|tst_qquickvideooutput" - broken+="|tst_qquickvideooutput_window" + broken+="|tst_qquickvideooutput_window|tst_qwindowcapturebackend" ctest -E "($broken)" }