Accepting request 965074 from X11:XOrg
- 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 OBS-URL: https://build.opensuse.org/request/show/965074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXvMC?expand=0&rev=13
This commit is contained in:
commit
3766e824bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd
|
||||
size 306581
|
BIN
libXvMC-1.0.13.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXvMC-1.0.13.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 18:17:05 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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 <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
10
libXvMC.spec
10
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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user