Add various packages and patches for build system improvements
- Introduced valgrind with a patch to respect flags and updated its configuration. - Added Vulkan ICD loader with CMake build configuration. - Implemented Waf build system with a custom build script and configuration. - Included Wayland protocols with Meson build system. - Added xcb-util-keysyms with autotools configuration. - Introduced Yasm with multiple patches for compatibility and improvements. - Added Yelp tools and XSL with Meson build configurations and necessary patches for POSIX compliance.
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
make-test-vars = [ "PY3=y" ]
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"libunwind",
|
||||
"libcxx",
|
||||
"glibc",
|
||||
"pcre2",
|
||||
"zlib-ng",
|
||||
]
|
||||
test = [
|
||||
"ruby",
|
||||
"python",
|
||||
"java-environment",
|
||||
"tcl",
|
||||
"php",
|
||||
"lua",
|
||||
"r",
|
||||
"go",
|
||||
"boost",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Generate scripting interfaces to C/C++ code"
|
||||
homepage = "https://www.swig.org/"
|
||||
license = [
|
||||
"GPL-3.0-or-later",
|
||||
"LicenseRef-BSD-Arizona",
|
||||
"LicenseRef-BSD-Chicago",
|
||||
"LicenseRef-BSD-Utah-California",
|
||||
]
|
||||
name = "swig"
|
||||
version = "4.4.0"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/swig/swig.git#v$version"
|
||||
post_extract = [ "sed -n '5,32p' LICENSE-UNIVERSITIES > LicenseRef-BSD-Utah-California.txt", "sed -n '37,64p' LICENSE-UNIVERSITIES > LicenseRef-BSD-Chicago.txt", "sed -n '69,94p' LICENSE-UNIVERSITIES > LicenseRef-BSD-Arizona.txt", "sed '/stl_no_default_constructor/d' -i Examples/test-suite/common.mk", "sed '/li_std_list/d' -i Examples/test-suite/java/Makefile.in", "./autogen.sh" ]
|
||||
cherry_pick = [ "b16a7c958a561721d164183f682d1511dc7c900b" ]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user