From 4dccb8dee5da1a0982fe024362ebc0c36e0680cf Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 3 Apr 2023 07:07:42 +0200 Subject: [PATCH] Enable zstd support --- qt6-qtbase.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qt6-qtbase.spec b/qt6-qtbase.spec index 49a5d12..51ac929 100644 --- a/qt6-qtbase.spec +++ b/qt6-qtbase.spec @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt6-qtbase Summary: Qt6 - QtBase components 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 Url: http://qt-project.org/ @@ -124,6 +124,7 @@ BuildRequires: libb2-devel BuildRequires: libjpeg-devel BuildRequires: libmng-devel BuildRequires: libtiff-devel +BuildRequires: libzstd-devel BuildRequires: tslib-devel BuildRequires: pkgconfig(alsa) # required for -accessibility @@ -386,6 +387,7 @@ export MAKEFLAGS="%{?_smp_mflags}" -DQT_FEATURE_sql_psql=ON \ -DQT_FEATURE_sql_sqlite=ON \ -DQT_FEATURE_rpath=OFF \ + -DQT_FEATURE_zstd=ON \ %{?dbus_linked:-DQT_FEATURE_dbus_linked=ON} \ %{?pcre:-DQT_FEATURE_system_pcre2=ON} \ %{?sqlite:-DQT_FEATURE_system_sqlite=ON} \ @@ -843,6 +845,9 @@ make check -k ||: %changelog +* Mon Apr 03 2023 Jan Grulich - 6.4.3-2 +- Enable zstd support + * Thu Mar 23 2023 Jan Grulich - 6.4.3-1 - 6.4.3