Sync from SUSE:SLFO:Main libXvMC revision 56e513a47d10ec60cf4ac5d716139d51
This commit is contained in:
parent
a9cd093b69
commit
a0acc16228
BIN
libXvMC-1.0.13.tar.xz
(Stored with Git LFS)
BIN
libXvMC-1.0.13.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libXvMC-1.0.14.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXvMC-1.0.14.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 5 12:00:30 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 <sndirsch@suse.com>
|
Sat Mar 26 18:17:05 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
16
libXvMC.spec
16
libXvMC.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXvMC
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXvMC
|
Name: libXvMC
|
||||||
%define lname libXvMC1
|
%define lname libXvMC1
|
||||||
Version: 1.0.13
|
Version: 1.0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X-Video Motion Compensation library
|
Summary: X-Video Motion Compensation library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -30,6 +30,7 @@ URL: http://xorg.freedesktop.org/
|
|||||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(videoproto)
|
BuildRequires: pkgconfig(videoproto)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@ -79,12 +80,15 @@ in %lname.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%_docdir/%name --disable-static
|
%meson
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot"
|
%meson_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.a
|
||||||
|
mkdir -p %buildroot/%_docdir/%name
|
||||||
|
mv %buildroot/%{_datadir}/doc/%name \
|
||||||
|
%buildroot/%{_docdir}/%name
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user