Skip to content
Snippets Groups Projects
Commit 0324f8e4 authored by Luca Weiss's avatar Luca Weiss Committed by Celeste
Browse files

community/apitrace: upgrade to 12.0

parent 3e5b009c
No related branches found
No related tags found
1 merge request!67252community/apitrace: upgrade to 12.0
Pipeline #239628 skipped
# Contributor: Bhushan Shah <bshah@kde.org> # Contributor: Bhushan Shah <bshah@kde.org>
# Maintainer: Luca Weiss <luca@z3ntu.xyz> # Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=apitrace pkgname=apitrace
pkgver=11.1 pkgver=12.0
pkgrel=2 pkgrel=0
pkgdesc="Tools for tracing OpenGL, Direct3D, and other graphics APIs" pkgdesc="Tools for tracing OpenGL, Direct3D, and other graphics APIs"
url="https://apitrace.github.io/" url="https://apitrace.github.io/"
arch="all" arch="all"
...@@ -22,7 +22,7 @@ makedepends=" ...@@ -22,7 +22,7 @@ makedepends="
" "
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
# Update to submodule revision as in https://github.com/apitrace/apitrace/tree/master/thirdparty when updating # Update to submodule revision as in https://github.com/apitrace/apitrace/tree/master/thirdparty when updating
_libbacktrace_commit="dedbe13fda00253fe5d4f2fb812c909729ed5937" _libbacktrace_commit="8602fda64e78f1f46563220f2ee9f7e70819c51d"
source="https://github.com/apitrace/apitrace/archive/$pkgver/apitrace-$pkgver.tar.gz source="https://github.com/apitrace/apitrace/archive/$pkgver/apitrace-$pkgver.tar.gz
https://github.com/ianlancetaylor/libbacktrace/archive/$_libbacktrace_commit/libbacktrace-$_libbacktrace_commit.tar.gz https://github.com/ianlancetaylor/libbacktrace/archive/$_libbacktrace_commit/libbacktrace-$_libbacktrace_commit.tar.gz
no-submodule.patch no-submodule.patch
...@@ -59,7 +59,7 @@ package() { ...@@ -59,7 +59,7 @@ package() {
} }
sha512sums=" sha512sums="
df6dbddc1907dde7eab4ed41009217d9ec8fa7c8273afa39c4a4a97989b94b78043e3f410457d7619054c7c4c429985ac672f8bc0278e3782ae9d81234376e84 apitrace-11.1.tar.gz 2af33aec39f43556765455662c69ee22bf3ff5d5fe8b0ca58fe3d555ab1571eab5ddbd4f0011b0c1669043314c8d5166b886ac2825f85d74ebadd9f848598698 apitrace-12.0.tar.gz
39785b8e2764dbfdd2db43ff5d99b4b6d2c75f932530d23e1e7d8f1da1407bed83c0ba9654669756d66d261b3b57083b3a8a1fe7fdb4cfa84bd81ebd9cb6b291 libbacktrace-dedbe13fda00253fe5d4f2fb812c909729ed5937.tar.gz 8f303ff11250cbc644c91a07a55ffb1c6d52ca5eb76e3ea9405645bdd00715a25f57d1f39c7af16efbbe5b008ec76890f7fb3bca95eb89e7cd9a55c14a211643 libbacktrace-8602fda64e78f1f46563220f2ee9f7e70819c51d.tar.gz
2f1ca41ab0d9f162f0b52699ab5664ab23e34a79d62ca105a8b6c9154e718e158c26a87aee48ddac66e87295dee7aab968136510afde5716c90e2206bcf14b21 no-submodule.patch 75a80462c1a873ce411fd89a33f0ee2b646c20d4ef70d8b75c5336fc8c2f95a69ce05194ef7d31fda752c6fb4e93c776d8ef7adff201b0916be389a82d8f5482 no-submodule.patch
" "
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt diff -rupN apitrace-12.0/thirdparty/CMakeLists.txt apitrace-12.0-new/thirdparty/CMakeLists.txt
index 7eae7e55..85d1168d 100644 --- apitrace-12.0/thirdparty/CMakeLists.txt 2024-05-30 20:10:10.000000000 +0200
--- a/thirdparty/CMakeLists.txt +++ apitrace-12.0-new/thirdparty/CMakeLists.txt 2024-06-04 19:02:09.558325831 +0200
+++ b/thirdparty/CMakeLists.txt @@ -16,25 +16,6 @@ function (include_with_scope)
@@ -13,24 +13,6 @@ function (include_with_scope)
include (${ARGV}) include (${ARGV})
endfunction () endfunction ()
-set (SUBMODULES_MISSING FALSE) -set (SUBMODULES_MISSING FALSE)
-foreach (path IN ITEMS -foreach (path IN ITEMS
- brotli/LICENSE - brotli/LICENSE
- gtest/googletest/LICENSE - gtest/LICENSE
- libbacktrace/LICENSE - libbacktrace/LICENSE
- libpng/LICENSE - libpng/LICENSE
- snappy/COPYING - snappy/COPYING
- zlib/README - zlib/README
- directxmath/LICENSE
-) -)
- if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${path}") - if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${path}")
- message (SEND_ERROR "error: ${CMAKE_CURRENT_SOURCE_DIR}/${path} does not exist") - message (SEND_ERROR "error: ${CMAKE_CURRENT_SOURCE_DIR}/${path} does not exist")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment