public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Rename condition va to libva because is not easy search by va only
@ 2026-08-28 13:32
0 siblings, 0 replies; only message in thread
From: @ 2026-08-28 13:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 234dd7bc9fc984599049f2e69fd1b842248b9f42
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2025-02-03T00:39:43+00:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/234dd7bc9fc984599049f2e69fd1b842248b9f42?branch=opencv5
Log:
Rename condition va to libva because is not easy search by va only
---
diff --git a/opencv.spec b/opencv.spec
index 294588f..30e52fb 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -57,7 +57,7 @@
%bcond_with openexr
%endif
-%bcond_without va
+%bcond_without libva
%bcond_without vulkan
%define _lto_cflags %{nil}
@@ -211,7 +211,7 @@ BuildRequires: lapack-devel
%{?with_gdcm:BuildRequires: gdcm-devel}
%{?with_libmfx:BuildRequires: libvpl-devel}
%{?with_clp:BuildRequires: coin-or-Clp-devel}
-%{?with_va:BuildRequires: libva-devel}
+%{?with_libva:BuildRequires: libva-devel}
%{?with_java:
BuildRequires: ant
BuildRequires: java-devel
@@ -496,7 +496,7 @@ install -pm 0644 %{S:4} .cache/ade/
%{?with_gdcm: -DWITH_GDCM=ON } \
%{?with_libmfx: -DWITH_MFX=ON -DWITH_GAPI_ONEVPL=ON} \
%{?with_clp: -DWITH_CLP=ON } \
- %{?with_va: -DWITH_VA=ON } \
+ %{?with_libva: -DWITH_VA=ON } \
%{!?with_vtk: -DWITH_VTK=OFF} \
%{?with_vulkan: -DWITH_VULKAN=ON -DVULKAN_INCLUDE_DIRS=%{_includedir}/vulkan }
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:32 [rpms/opencv] opencv5: Rename condition va to libva because is not easy search by va only
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox