1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
# libxcvt - VESA CVT standard timing modelines generator library # Small standalone library split out of the X server; xlibre-xserver-xorg # hard-requires it (meson.build: dependency('libxcvt', required: build_xorg)). # Pure C, no illumos-isms - a plain Meson library + the `cvt` helper binary. # https://gitlab.freedesktop.org/xorg/lib/libxcvt [package] name = "libxcvt" version = "0.1.3" release = 1 description = "Library providing VESA CVT standard timing modelines" url = "https://gitlab.freedesktop.org/xorg/lib/libxcvt" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = [] build = [] [[source]] file = "libxcvt-0.1.3.tar.xz" urls = ["https://www.x.org/releases/individual/lib/libxcvt-0.1.3.tar.xz"] checksum = "a929998a8767de7dfa36d6da4751cdbeef34ed630714f2f4a767b351f2442e01" [build] parallel = true