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,27 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = ["--without-debug"]
|
||||
skip_tests = true
|
||||
use_lto = false
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"alsa-topology-conf",
|
||||
"alsa-ucm-conf",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "alternative implementation of Linux sound support"
|
||||
homepage = "https://www.alsa-project.org/"
|
||||
license = "LGPL-2.1-or-later"
|
||||
name = "alsa-lib"
|
||||
version = "1.2.15.3"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
post_extract = ["autoreconf -fiv"]
|
||||
sha256 = "7b079d614d582cade7ab8db2364e65271d0877a37df8757ac4ac0c8970be861e"
|
||||
url = "https://www.alsa-project.org/files/pub/lib/$name-$version.tar.bz2"
|
||||
Reference in New Issue
Block a user