remove no longer applied n_bring-back-libXv-dep.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXvMC?expand=0&rev=27
This commit is contained in:
Stefan Dirsch 2022-03-26 19:17:02 +00:00 committed by Git OBS Bridge
parent f70349731b
commit f37cf367f2
2 changed files with 0 additions and 16 deletions

View File

@ -29,7 +29,6 @@ URL: http://xorg.freedesktop.org/
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXvMC/
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

View File

@ -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