Enable zstd support

This commit is contained in:
Jan Grulich 2023-04-03 07:07:42 +02:00
parent 9b51c9bf9c
commit 4dccb8dee5
1 changed files with 6 additions and 1 deletions

View File

@ -39,7 +39,7 @@ BuildRequires: pkgconfig(libsystemd)
Name: qt6-qtbase Name: qt6-qtbase
Summary: Qt6 - QtBase components Summary: Qt6 - QtBase components
Version: 6.4.3 Version: 6.4.3
Release: 1%{?dist} Release: 2%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://qt-project.org/ Url: http://qt-project.org/
@ -124,6 +124,7 @@ BuildRequires: libb2-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libmng-devel BuildRequires: libmng-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
BuildRequires: libzstd-devel
BuildRequires: tslib-devel BuildRequires: tslib-devel
BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(alsa)
# required for -accessibility # required for -accessibility
@ -386,6 +387,7 @@ export MAKEFLAGS="%{?_smp_mflags}"
-DQT_FEATURE_sql_psql=ON \ -DQT_FEATURE_sql_psql=ON \
-DQT_FEATURE_sql_sqlite=ON \ -DQT_FEATURE_sql_sqlite=ON \
-DQT_FEATURE_rpath=OFF \ -DQT_FEATURE_rpath=OFF \
-DQT_FEATURE_zstd=ON \
%{?dbus_linked:-DQT_FEATURE_dbus_linked=ON} \ %{?dbus_linked:-DQT_FEATURE_dbus_linked=ON} \
%{?pcre:-DQT_FEATURE_system_pcre2=ON} \ %{?pcre:-DQT_FEATURE_system_pcre2=ON} \
%{?sqlite:-DQT_FEATURE_system_sqlite=ON} \ %{?sqlite:-DQT_FEATURE_system_sqlite=ON} \
@ -843,6 +845,9 @@ make check -k ||:
%changelog %changelog
* Mon Apr 03 2023 Jan Grulich <jgrulich@redhat.com> - 6.4.3-2
- Enable zstd support
* Thu Mar 23 2023 Jan Grulich <jgrulich@redhat.com> - 6.4.3-1 * Thu Mar 23 2023 Jan Grulich <jgrulich@redhat.com> - 6.4.3-1
- 6.4.3 - 6.4.3