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:
@@ -30,5 +30,10 @@ post_extract = [
|
||||
"echo $version > version",
|
||||
"autoreconf -vfi",
|
||||
]
|
||||
url = "https://github.com/yasm/yasm.git#v$version"
|
||||
cherry_pick = [ "0799f381d513e18f404654047fa1b412084968c8", "3e74376b5653102a3957f59005969fcdbbe5a89d", "61e374f24718975e8175f048e70afaaf0c4771a9", "64ef740eb262f329e55eebadf2ce276b146d44e9" ]
|
||||
url = "https://github.com/yasm/yasm/releases/download/v$version/yasm-$version.tar.gz"
|
||||
patches = [
|
||||
"0001-elf-note-gnu-property.patch",
|
||||
"0002-no-ac-header-stdc.patch",
|
||||
"0003-remove-date-version-strings.patch",
|
||||
"0004-gcc15-c23-bitvect.patch",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user