[packages/apitrace] up to 13.0
atler
atler at pld-linux.org
Sun Jun 29 22:13:16 CEST 2025
commit ad96989d2a2b711c5e2d6c24e2ab0db56d4c8e74
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jun 29 22:10:13 2025 +0200
up to 13.0
apitrace.spec | 5 ++---
system-libs.patch | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/apitrace.spec b/apitrace.spec
index 936c0f9..79e9cd4 100644
--- a/apitrace.spec
+++ b/apitrace.spec
@@ -7,18 +7,17 @@
Summary: Tools for tracing OpenGL, Direct3D and other graphics APIs
Name: apitrace
-Version: 12.0
+Version: 13.0
Release: 1
License: MIT
Group: Development/Tools
Source0: https://github.com/apitrace/apitrace/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 822b50a96c10911f474cba51d05ff568
+# Source0-md5: 6adbb46c84361511d4954875ff045e28
Patch0: system-libs.patch
Patch1: no-debian-multiarch.patch
URL: https://apitrace.github.io/
%if %{with qt}
BuildRequires: Qt5Core-devel >= %{qtver}
-BuildRequires: Qt5Network-devel >= %{qtver}
BuildRequires: Qt5Widgets-devel >= %{qtver}
%endif
BuildRequires: cmake >= 3.15.0
diff --git a/system-libs.patch b/system-libs.patch
index f3a0bd5..4c8be1e 100644
--- a/system-libs.patch
+++ b/system-libs.patch
@@ -34,6 +34,6 @@
- include_with_scope (libbacktrace.cmake)
-endif ()
-
- # We use non-standard C++ flags, so we can't just use GTest's CMakeLists.txt
- if (NOT GTEST_FOUND)
- message (STATUS "Using bundled GTest")
+ if (BUILD_TESTING)
+ # We use non-standard C++ flags, so we can't just use GTest's CMakeLists.txt
+ if (NOT GTEST_FOUND)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apitrace.git/commitdiff/ad96989d2a2b711c5e2d6c24e2ab0db56d4c8e74
More information about the pld-cvs-commit
mailing list