|
|
@ -222,6 +222,7 @@
|
|
|
|
%global bundlelibdrm 1
|
|
|
|
%global bundlelibdrm 1
|
|
|
|
%global bundlefontconfig 1
|
|
|
|
%global bundlefontconfig 1
|
|
|
|
%global bundleffmpegfree 1
|
|
|
|
%global bundleffmpegfree 1
|
|
|
|
|
|
|
|
%global bundlehighway 1
|
|
|
|
# openjpeg2, need to update to 2.5.x
|
|
|
|
# openjpeg2, need to update to 2.5.x
|
|
|
|
%global bundlelibopenjpeg2 1
|
|
|
|
%global bundlelibopenjpeg2 1
|
|
|
|
%global bundlelibtiff 1
|
|
|
|
%global bundlelibtiff 1
|
|
|
@ -231,18 +232,11 @@
|
|
|
|
%global bundleflac 0
|
|
|
|
%global bundleflac 0
|
|
|
|
%global bundledoubleconversion 0
|
|
|
|
%global bundledoubleconversion 0
|
|
|
|
%global bundlelibXNVCtrl 0
|
|
|
|
%global bundlelibXNVCtrl 0
|
|
|
|
%global bundlehighway 0
|
|
|
|
|
|
|
|
%global bundlelibusbx 0
|
|
|
|
%global bundlelibusbx 0
|
|
|
|
%global bundlelibevent 0
|
|
|
|
|
|
|
|
%global bundlelibsecret 0
|
|
|
|
%global bundlelibsecret 0
|
|
|
|
%global bundleopus 0
|
|
|
|
%global bundleopus 0
|
|
|
|
%global bundlelcms2 0
|
|
|
|
%global bundlelcms2 0
|
|
|
|
|
|
|
|
|
|
|
|
# workaround for build error on aarch64
|
|
|
|
|
|
|
|
%ifarch aarch64
|
|
|
|
|
|
|
|
%global bundlehighway 1
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# workaround for build error
|
|
|
|
# workaround for build error
|
|
|
|
# disable bundleminizip for Fedora > 39 due to switch to minizip-ng
|
|
|
|
# disable bundleminizip for Fedora > 39 due to switch to minizip-ng
|
|
|
|
# disable bundleminizip for epel and Fedora39 due to old minizip version
|
|
|
|
# disable bundleminizip for epel and Fedora39 due to old minizip version
|
|
|
@ -747,9 +741,6 @@ BuildRequires: libXNVCtrl-devel
|
|
|
|
BuildRequires: git-core
|
|
|
|
BuildRequires: git-core
|
|
|
|
BuildRequires: hwdata
|
|
|
|
BuildRequires: hwdata
|
|
|
|
BuildRequires: kernel-headers
|
|
|
|
BuildRequires: kernel-headers
|
|
|
|
%if ! %{bundlelibevent}
|
|
|
|
|
|
|
|
BuildRequires: libevent-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: libffi-devel
|
|
|
|
BuildRequires: libffi-devel
|
|
|
|
|
|
|
|
|
|
|
|
%if ! %{bundleicu}
|
|
|
|
%if ! %{bundleicu}
|
|
|
@ -936,7 +927,6 @@ Provides: bundled(libaddressinput) = 0
|
|
|
|
Provides: bundled(libdrm) = 2.4.85
|
|
|
|
Provides: bundled(libdrm) = 2.4.85
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Provides: bundled(libevent) = 1.4.15
|
|
|
|
|
|
|
|
Provides: bundled(libjingle) = 9564
|
|
|
|
Provides: bundled(libjingle) = 9564
|
|
|
|
|
|
|
|
|
|
|
|
%if %{bundlelibjpeg}
|
|
|
|
%if %{bundlelibjpeg}
|
|
|
@ -1637,9 +1627,6 @@ system_libs=()
|
|
|
|
%if ! %{bundlelibdrm}
|
|
|
|
%if ! %{bundlelibdrm}
|
|
|
|
system_libs+=(libdrm)
|
|
|
|
system_libs+=(libdrm)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if ! %{bundlelibevent}
|
|
|
|
|
|
|
|
system_libs+=(libevent)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if ! %{bundlelibjpeg}
|
|
|
|
%if ! %{bundlelibjpeg}
|
|
|
|
system_libs+=(libjpeg)
|
|
|
|
system_libs+=(libjpeg)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|