[packages/libvdpau] - link wirh libX11 due to missing _XEatData symbol
baggins
baggins at pld-linux.org
Wed Dec 24 11:31:51 CET 2014
commit e13cded30e5db7b641b3b06e6cc0f28d20360c98
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Dec 24 10:34:22 2014 +0000
- link wirh libX11 due to missing _XEatData symbol
libvdpau.spec | 2 ++
link-X11.patch | 10 ++++++++++
2 files changed, 12 insertions(+)
---
diff --git a/libvdpau.spec b/libvdpau.spec
index 099e7c4..0a3d6d2 100644
--- a/libvdpau.spec
+++ b/libvdpau.spec
@@ -15,6 +15,7 @@ License: MIT
Group: Libraries
Source0: http://people.freedesktop.org/~aplattner/vdpau/%{name}-%{version}.tar.gz
# Source0-md5: 3a1f8f3ec6e6adcfbc6044c8f00d7d51
+Patch0: link-X11.patch
URL: http://freedesktop.org/wiki/Software/VDPAU
BuildRequires: autoconf >= 2.60
BuildRequires: automake
@@ -93,6 +94,7 @@ Dokumentacja API biblioteki vdpau.
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
diff --git a/link-X11.patch b/link-X11.patch
new file mode 100644
index 0000000..c68cc54
--- /dev/null
+++ b/link-X11.patch
@@ -0,0 +1,10 @@
+--- libvdpau-0.9/src/Makefile.am~ 2014-11-05 00:17:39.000000000 +0000
++++ libvdpau-0.9/src/Makefile.am 2014-12-24 10:32:00.313583495 +0000
+@@ -22,6 +22,7 @@
+ libvdpau_la_LIBADD = \
+ $(DLOPEN_LIBS) \
+ $(PTHREAD_LIBS) \
++ $(X11_LIBS) \
+ $(XEXT_LIBS)
+
+ libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libvdpau.git/commitdiff/e13cded30e5db7b641b3b06e6cc0f28d20360c98
More information about the pld-cvs-commit
mailing list