2bb4d5187c
- Introduced build configurations for graphene, gst-plugins-bad, gst-plugins-base, gstreamer, gtk4, iso-codes, jbig2dec, libepoxy, libsoup3, libtheora, libxpm, lynx, md4c, openjpeg2, poppler-data, python-attrs, python-automat, python-constantly, python-hyperlink, python-incremental, python-twisted, python-versioneer, python-zope-interface, qpdf, sdl12-compat, tinysparql, unixodbc, vmaf, xcb-util-cursor, xcb-util-image, xcb-util-renderutil, xcb-util-wm, xcb-util, xdg-utils. - Each package includes build type, dependencies, runtime requirements, and source URLs. - Added necessary post-install scripts and configurations where applicable.
31 lines
576 B
TOML
31 lines
576 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"doxygen",
|
|
"graphviz",
|
|
"mesa",
|
|
"meson",
|
|
]
|
|
runtime = [
|
|
"glibc",
|
|
"libgl",
|
|
"libx11",
|
|
]
|
|
|
|
[package]
|
|
description = "Library handling OpenGL function pointer management"
|
|
homepage = "https://github.com/anholt/libepoxy"
|
|
license = "MIT"
|
|
name = "libepoxy"
|
|
version = "1.5.10"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "072cda4b59dd098bba8c2363a6247299db1fa89411dc221c8b81b8ee8192e623"
|
|
url = "https://download.gnome.org/sources/libepoxy/1.5/libepoxy-$version.tar.xz"
|