From 3e7922ccdd89d8708b80b8d437805df8fb7cbf74 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Dec 2024 16:57:57 +0800 Subject: libxcvt: upgrade 0.1.2 -> 0.1.3 Changelog: =========== - Fix hsync_start computation - Fix too-small back porch at very low resolutions - Rename constant to CVT_MIN_V_PORCH_RND - README: remove double dollar sign - ci: Update CI and enable static analysis - cvt: fix -Wmissing-prototypes warning for cvt_is_standard (From OE-Core rev: 9f20b22f3eac79f79c83329e57368b7cb9b2778a) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb | 19 ------------------- meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb deleted file mode 100644 index e62fabdf58..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Library providing a standalone version of the X server \ -implementation of the VESA CVT standard timing modelines generator" -HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt" -BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f" -SECTION = "x11/libs" - -SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master" -SRCREV = "d9ca87eea9eecddaccc3a77227bcb3acf84e89df" - -S = "${WORKDIR}/git" - -inherit meson - -FILES:${PN} = " \ - ${libdir}/libxcvt.so.0* \ - ${bindir}/cvt \ -" diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb new file mode 100644 index 0000000000..91537b0f4b --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb @@ -0,0 +1,19 @@ +SUMMARY = "Library providing a standalone version of the X server \ +implementation of the VESA CVT standard timing modelines generator" +HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt" +BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f" +SECTION = "x11/libs" + +SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master" +SRCREV = "dd8631c61465cc0de5e476c7a98e56528d62b163" + +S = "${WORKDIR}/git" + +inherit meson + +FILES:${PN} = " \ + ${libdir}/libxcvt.so.0* \ + ${bindir}/cvt \ +" -- cgit v1.2.3-54-g00ecf