diff options
author | John <me@johnnynator.dev> | 2025-02-08 11:01:38 +0000 |
---|---|---|
committer | John Zimmermann <me@johnzimmermann.de> | 2025-02-23 14:19:24 +0000 |
commit | 0ebe80209c963fc459d362521e97a1082381b6a3 (patch) | |
tree | 44d7fd5e4f854b44377f6ffc91cba2b591c752ae | |
parent | 34fb6d9ea8b2db1bc3e92b3ba0677570786f2b5f (diff) | |
download | void-packages-0ebe80209c963fc459d362521e97a1082381b6a3.tar void-packages-0ebe80209c963fc459d362521e97a1082381b6a3.tar.gz void-packages-0ebe80209c963fc459d362521e97a1082381b6a3.tar.bz2 void-packages-0ebe80209c963fc459d362521e97a1082381b6a3.tar.lz void-packages-0ebe80209c963fc459d362521e97a1082381b6a3.tar.xz void-packages-0ebe80209c963fc459d362521e97a1082381b6a3.tar.zst void-packages-0ebe80209c963fc459d362521e97a1082381b6a3.zip |
qt6-multimedia: update to 6.8.2.
-rw-r--r-- | srcpkgs/qt6-multimedia/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/qt6-multimedia/template b/srcpkgs/qt6-multimedia/template index c9f82ef7430..2fade091e15 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.8.1 +version=6.8.2 revision=1 build_style=cmake configure_args="-DQT_FEATURE_gstreamer=ON" @@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>" 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=75fa87134f9afab7f0a62c55a4744799ac79519560d19c8e1d4c32bdd173f953 +checksum=34f561fdc07b158bcc4ad040b596fc6086c48908060e854b473b557e4feb1569 if [ "$XBPS_MACHINE" = "i686" ]; then CXXFLAGS="-DPFFFT_SIMD_DISABLE=1 -DDISABLE_SIMD=1" |