Hello community,

here is the log from the commit of package libvdpau for openSUSE:Factory
checked in at Mon Aug 29 16:43:37 CEST 2011.



--------
--- libvdpau/libvdpau.changes   2010-09-22 09:19:19.000000000 +0200
+++ /mounts/work_src_done/STABLE/libvdpau/libvdpau.changes      2011-08-29 
14:52:31.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 12:19:11 UTC 2011 - [email protected]
+
+- vdpau needs an explicit "-lX11" with latest toolchain
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  libvdpau-missing-lX11.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvdpau.spec ++++++
--- /var/tmp/diff_new_pack.uEDV7k/_old  2011-08-29 16:42:35.000000000 +0200
+++ /var/tmp/diff_new_pack.uEDV7k/_new  2011-08-29 16:42:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libvdpau (Version 0.4.1)
+# spec file for package libvdpau
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 Name:           libvdpau
 Version:        0.4.1
-Release:        2
+Release:        13
 License:        MIT License (or similar)
 Summary:        VDPAU wrapper and trace libraries
 Url:            http://people.freedesktop.org/~aplattner
@@ -29,6 +29,7 @@
 Source2:        README
 Source99:       baselibs.conf
 Source100:      %{name}-rpmlintrc
+Patch:          libvdpau-missing-lX11.diff
 BuildRequires:  gcc-c++ pkgconfig xorg-x11-devel
 BuildRequires:  doxygen graphviz texlive
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -79,6 +80,7 @@
 
 %prep
 %setup -q -b1
+%patch -p0
 
 %build
 %configure
@@ -93,7 +95,7 @@
 pushd ../vdpauinfo-*
 %configure \
 VDPAU_CFLAGS=-I$RPM_BUILD_ROOT/usr/include \
-VDPAU_LIBS="-L$RPM_BUILD_ROOT/%{_libdir} -lvdpau"
+VDPAU_LIBS="-L$RPM_BUILD_ROOT/%{_libdir} -lvdpau -lX11"
 make %{?jobs:-j%jobs}
 %makeinstall
 popd

++++++ libvdpau-missing-lX11.diff ++++++
--- vdpau.pc.in.orig    2011-08-29 12:24:17.000000000 +0000
+++ vdpau.pc.in 2011-08-29 12:24:48.000000000 +0000
@@ -9,4 +9,4 @@ Description: The Video Decode and Presen
 Version: @PACKAGE_VERSION@
 Requires.private: x11
 Cflags: -I${includedir}
-Libs: -L${libdir} -lvdpau
+Libs: -L${libdir} -lvdpau -lX11

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to