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.
33 lines
598 B
TOML
33 lines
598 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"gobject-introspection",
|
|
"gtk-doc",
|
|
"meson",
|
|
]
|
|
runtime = [
|
|
"glib2",
|
|
"glibc",
|
|
]
|
|
test = [
|
|
"python-gobject",
|
|
"python-tappy",
|
|
]
|
|
|
|
[package]
|
|
description = "Thin layer of graphic data types"
|
|
homepage = "https://ebassi.github.io/graphene/"
|
|
license = "MIT"
|
|
name = "graphene"
|
|
version = "1.10.8"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "a37bb0e78a419dcbeaa9c7027bcff52f5ec2367c25ec859da31dfde2928f279a"
|
|
url = "https://download.gnome.org/sources/graphene/1.10/graphene-$version.tar.xz"
|