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.
72 lines
1.3 KiB
TOML
72 lines
1.3 KiB
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
configure = ["-Dgpl=enabled"]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"meson",
|
|
"curl",
|
|
"bluez-libs",
|
|
"json-glib",
|
|
"nettle",
|
|
"valgrind",
|
|
"aom",
|
|
"lcms2",
|
|
"libass",
|
|
"libde265",
|
|
"libdvdnav",
|
|
"libdvdread",
|
|
"libexif",
|
|
"libmodplug",
|
|
"libsndfile",
|
|
"libsoup3",
|
|
"libwebp",
|
|
"glslang",
|
|
"shaderc",
|
|
"gsm",
|
|
"openh264",
|
|
"openjpeg2",
|
|
"soundtouch",
|
|
"srt",
|
|
"webrtc-audio-processing-1",
|
|
"x265",
|
|
"vulkan-headers",
|
|
"wayland-protocols",
|
|
]
|
|
runtime = [
|
|
"glibc",
|
|
"glib2",
|
|
"gst-plugins-base",
|
|
"gstreamer",
|
|
"libdrm",
|
|
"libunwind",
|
|
"libgl",
|
|
"libcxx",
|
|
"libusb",
|
|
"libva",
|
|
"libx11",
|
|
"libxcb",
|
|
"libxkbcommon",
|
|
"libxkbcommon-x11",
|
|
"mesa",
|
|
"vmaf",
|
|
"vulkan-icd-loader",
|
|
"wayland",
|
|
"zlib-ng",
|
|
]
|
|
|
|
[package]
|
|
description = "a set of plug-ins that aren't up to par compared to the rest"
|
|
homepage = "https://gstreamer.freedesktop.org/"
|
|
license = "LGPL-2.1-or-later"
|
|
name = "gst-plugins-bad"
|
|
version = "1.28.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "56c1593787f8b5550893d59e4ff29e6bcccf34973316fa55e34ce493e04313a2"
|
|
url = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$version.tar.xz"
|