[packages/Mesa] ensure symbols present if built with xcb 1.9
glen
glen at pld-linux.org
Sat Jan 19 21:10:25 CET 2013
commit 2f1a1517e99bdb3319f1c51f46395368ac88b8a9
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Jan 19 22:05:15 2013 +0200
ensure symbols present if built with xcb 1.9
g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/libEGL.so.1: undefined symbol: xcb_dri2_swap_interval
Mesa.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index 99ebfa3..4bdb046 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -26,14 +26,13 @@
%define libdrm_ver 2.4.39
%define dri2proto_ver 2.6
%define glproto_ver 1.4.14
-#
+
%define snap 20120921
-#
Summary: Free OpenGL implementation
Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
Name: Mesa
Version: 9.0.1
-Release: 1
+Release: 2
License: MIT (core) and others - see license.html file
Group: X11/Libraries
Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2
@@ -52,7 +51,7 @@ BuildRequires: libstdc++-devel >= 5:3.3.0
BuildRequires: libtalloc-devel >= 2:2.0.1
BuildRequires: libtool >= 2:2.2
BuildRequires: libvdpau-devel >= 0.4.1
-BuildRequires: libxcb-devel >= 1.8.1
+BuildRequires: libxcb-devel >= 1.9
BuildRequires: llvm-devel >= 3.1
BuildRequires: perl-base
BuildRequires: pixman-devel
@@ -127,6 +126,7 @@ Requires: %{name}-libglapi = %{version}-%{release}
# glx driver in libEGL dlopens libGL.so
Requires: OpenGL >= 1.2
Requires: libdrm >= %{libdrm_ver}
+Requires: libxcb >= 1.9
%{?with_wayland:Requires: wayland >= 1.0.0}
%if %{with gallium}
# for egl_gallium.so
@@ -454,8 +454,8 @@ Group: Libraries
Requires: %{name}-libOpenCL = %{version}-%{release}
%description opencl-driver-radeonsi
-radeonsi driver for Mesa OpenCL implementation. It supports ATI
-Radeon adapters based on Southern Islands chips.
+radeonsi driver for Mesa OpenCL implementation. It supports ATI Radeon
+adapters based on Southern Islands chips.
%description opencl-driver-radeonsi -l pl.UTF-8
Sterownik radeonsi dla implementacji Mesa standardu OpenCL. Obsługuje
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/2f1a1517e99bdb3319f1c51f46395368ac88b8a9
More information about the pld-cvs-commit
mailing list