From aa6ff2028bb0565ac44da03e72fe1eb55a4a2c7b981518e8d23a7ad0dc612e11 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 5 Feb 2024 12:18:16 +0000 Subject: [PATCH] - Update to version 1.0.14 * Make doc install path from meson match autotools * gitlab CI: add a basic build test * gitlab CI: Add libtool to required packages * gitlab CI: stop requiring Signed-off-by in commits * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL * Convert to X.Org standard code style * Variable scope reductions as recommended by cppcheck * Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest * Handle implicit conversion warnings from clang - switched to meson build system OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXvMC?expand=0&rev=29 --- libXvMC-1.0.13.tar.xz | 3 --- libXvMC-1.0.14.tar.xz | 3 +++ libXvMC.changes | 15 +++++++++++++++ libXvMC.spec | 16 ++++++++++------ 4 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 libXvMC-1.0.13.tar.xz create mode 100644 libXvMC-1.0.14.tar.xz diff --git a/libXvMC-1.0.13.tar.xz b/libXvMC-1.0.13.tar.xz deleted file mode 100644 index d5b8226..0000000 --- a/libXvMC-1.0.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a9ebe6dea7888a747e5aca1b891d53cd7d3a5f141a9645f77d9b6a12cee657c -size 274180 diff --git a/libXvMC-1.0.14.tar.xz b/libXvMC-1.0.14.tar.xz new file mode 100644 index 0000000..4b94e40 --- /dev/null +++ b/libXvMC-1.0.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4be9eb6b6bafdbbf81f47f7163047215376e45e2dc786d0ea6181c930725ed9 +size 278492 diff --git a/libXvMC.changes b/libXvMC.changes index 86e8135..f032226 100644 --- a/libXvMC.changes +++ b/libXvMC.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 5 12:00:30 UTC 2024 - Stefan Dirsch + +- Update to version 1.0.14 + * Make doc install path from meson match autotools + * gitlab CI: add a basic build test + * gitlab CI: Add libtool to required packages + * gitlab CI: stop requiring Signed-off-by in commits + * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL + * Convert to X.Org standard code style + * Variable scope reductions as recommended by cppcheck + * Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest + * Handle implicit conversion warnings from clang +- switched to meson build system + ------------------------------------------------------------------- Sat Mar 26 18:17:05 UTC 2022 - Stefan Dirsch diff --git a/libXvMC.spec b/libXvMC.spec index b7bad71..5457048 100644 --- a/libXvMC.spec +++ b/libXvMC.spec @@ -1,7 +1,7 @@ # # spec file for package libXvMC # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libXvMC %define lname libXvMC1 -Version: 1.0.13 +Version: 1.0.14 Release: 0 Summary: X-Video Motion Compensation library License: MIT @@ -30,6 +30,7 @@ URL: http://xorg.freedesktop.org/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf #git#BuildRequires: autoconf >= 2.60, automake, libtool +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(videoproto) BuildRequires: pkgconfig(x11) @@ -79,12 +80,15 @@ in %lname. %setup -q %build -%configure --docdir=%_docdir/%name --disable-static -make %{?_smp_mflags} +%meson +%meson_build %install -make install DESTDIR="%buildroot" -rm -f "%buildroot/%_libdir"/*.la +%meson_install +rm -f "%buildroot/%_libdir"/*.a +mkdir -p %buildroot/%_docdir/%name +mv %buildroot/%{_datadir}/doc/%name \ + %buildroot/%{_docdir}/%name %post -n %lname -p /sbin/ldconfig