Add TOML configuration files for various packages
- 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.
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
skip_tests = true
|
||||
CFLAGS += [ "-fPIC" ]
|
||||
make-install-vars = [
|
||||
"BINDIR=$$DESTDIR/usr/bin",
|
||||
"MANDIR=$$DESTDIR/usr/share/man",
|
||||
"INCLUDEDIR=$$DESTDIR/usr/include",
|
||||
"LIBDIR=$$DESTDIR/usr/lib"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
runtime = ["glibc"]
|
||||
|
||||
[[manual_sources]]
|
||||
files = [
|
||||
"cdparanoia-10.2-format-security.patch",
|
||||
"cdparanoia-10.2-ldflags.patch",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Compact Disc Digital Audio extraction tool"
|
||||
homepage = "https://www.xiph.org/paranoia/"
|
||||
license = "GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-Callaway-LGPLv2"
|
||||
name = "cdparanoia"
|
||||
version = "10.2"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
patches = [
|
||||
"cdparanoia-10.2-format-security.patch",
|
||||
"cdparanoia-10.2-ldflags.patch",
|
||||
]
|
||||
sha256 = "005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df"
|
||||
url = "https://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-$version.src.tgz"
|
||||
post_extract = [ "autoreconf -fiv" ]
|
||||
Reference in New Issue
Block a user