Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
0324f8e4
Commit
0324f8e4
authored
10 months ago
by
Luca Weiss
Committed by
Celeste
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/apitrace: upgrade to 12.0
parent
3e5b009c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!67252
community/apitrace: upgrade to 12.0
Pipeline
#239628
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/apitrace/APKBUILD
+6
-6
6 additions, 6 deletions
community/apitrace/APKBUILD
community/apitrace/no-submodule.patch
+6
-6
6 additions, 6 deletions
community/apitrace/no-submodule.patch
with
12 additions
and
12 deletions
community/apitrace/APKBUILD
+
6
−
6
View file @
0324f8e4
# 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
=
1
1.1
pkgver
=
1
2.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-1
1.1
.tar.gz
2af33aec39f43556765455662c69ee22bf3ff5d5fe8b0ca58fe3d555ab1571eab5ddbd4f0011b0c1669043314c8d5166b886ac2825f85d74ebadd9f848598698
apitrace-1
2.0
.tar.gz
39785b8e2764dbfdd2db43ff5d99b4b6d2c75f932530d23e1e7d8f1da1407bed83c0ba9654669756d66d261b3b57083b3a8a1fe7fdb4cfa84bd81ebd9cb6b291 libbacktrace-dedbe13fda00253fe5d4f2fb812c909729ed5937
.tar.gz
8f303ff11250cbc644c91a07a55ffb1c6d52ca5eb76e3ea9405645bdd00715a25f57d1f39c7af16efbbe5b008ec76890f7fb3bca95eb89e7cd9a55c14a211643 libbacktrace-8602fda64e78f1f46563220f2ee9f7e70819c51d
.tar.gz
2f1ca41ab0d9f162f0b52699ab5664ab23e34a79d62ca105a8b6c9154e718e158c26a87aee48ddac66e87295dee7aab968136510afde5716c90e2206bcf14b21
no-submodule.patch
75a80462c1a873ce411fd89a33f0ee2b646c20d4ef70d8b75c5336fc8c2f95a69ce05194ef7d31fda752c6fb4e93c776d8ef7adff201b0916be389a82d8f5482
no-submodule.patch
"
"
This diff is collapsed.
Click to expand it.
community/apitrace/no-submodule.patch
+
6
−
6
View file @
0324f8e4
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")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment