diff --git a/libXvMC-1.0.12.tar.bz2 b/libXvMC-1.0.12.tar.bz2 deleted file mode 100644 index 623ee38..0000000 --- a/libXvMC-1.0.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd -size 306581 diff --git a/libXvMC-1.0.13.tar.xz b/libXvMC-1.0.13.tar.xz new file mode 100644 index 0000000..d5b8226 --- /dev/null +++ b/libXvMC-1.0.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9ebe6dea7888a747e5aca1b891d53cd7d3a5f141a9645f77d9b6a12cee657c +size 274180 diff --git a/libXvMC.changes b/libXvMC.changes index 5ff8fd0..86e8135 100644 --- a/libXvMC.changes +++ b/libXvMC.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Mar 26 18:17:05 UTC 2022 - Stefan Dirsch + +- Update to version 1.0.13 + * autotools: fix Requires and Requires.Private in pkgconfig + * meson: Add a meson build system + * meson: Fix typo + * editorconfig: add meson + * Fix spelling/wording issues + * Build xz tarballs instead of bzip2 +- supersedes n_bring-back-libXv-dep.patch + ------------------------------------------------------------------- Sun Oct 20 18:24:27 UTC 2019 - Stefan BrĂ¼ns diff --git a/libXvMC.spec b/libXvMC.spec index c9b76f1..b7bad71 100644 --- a/libXvMC.spec +++ b/libXvMC.spec @@ -1,7 +1,7 @@ # # spec file for package libXvMC # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,17 @@ Name: libXvMC %define lname libXvMC1 -Version: 1.0.12 +Version: 1.0.13 Release: 0 Summary: X-Video Motion Compensation library License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXvMC #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXvMC/ -Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf -Patch0: n_bring-back-libXv-dep.patch #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(videoproto) @@ -78,7 +77,6 @@ in %lname. %prep %setup -q -%patch0 -p1 %build %configure --docdir=%_docdir/%name --disable-static diff --git a/n_bring-back-libXv-dep.patch b/n_bring-back-libXv-dep.patch deleted file mode 100644 index 1cb6a1a..0000000 --- a/n_bring-back-libXv-dep.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/xvmc.pc.in b/xvmc.pc.in -index 51b88ce..ecf81d2 100644 ---- a/xvmc.pc.in -+++ b/xvmc.pc.in -@@ -6,7 +6,7 @@ includedir=@includedir@ - Name: XvMC - Description: The XvMC Library - Version: @PACKAGE_VERSION@ --Requires: xproto videoproto --Requires.private: x11 xext -+Requires: xproto videoproto xv -+Requires.private: x11 xext xv - Cflags: -I${includedir} - Libs: -L${libdir} -lXvMC