# # TODO: # - consider: # --enable-shared-dricore # - subpackage with non-dri libGL for use with X-servers with missing GLX extension? # - resurrect static if it's useful # # Conditional build: %bcond_without egl # EGL libraries %bcond_without gallium # gallium drivers %bcond_with gallium_intel # gallium i915 driver (but doesn't work with AIGLX) %bcond_without gallium_nouveau # gallium nouveau driver %bcond_without osmesa # OSMesa libraries %bcond_without gbm # with Graphics Buffer Manager %bcond_with static_libs # static libraries # # minimal supported xserver version %define xserver_ver 1.5.0 # glapi version (glapi tables in dri drivers and libglx must be in sync); # set to current Mesa version on ABI break, when xserver tables get regenerated # (until they start to be somehow versioned themselves) %define glapi_ver 7.1.0 # %define libdrm_ver 2.4.30 %define dri2proto_ver 2.6 %define glproto_ver 1.4.11 # Summary: Free OpenGL implementation Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL Name: Mesa Version: 8.0.1 Release: 1 License: MIT (core), SGI (GLU) and others - see license.html file Group: X11/Libraries Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2 # Source0-md5: 24eeebf66971809d8f40775a379b36c9 Patch0: %{name}-realclean.patch URL: http://www.mesa3d.org/ BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: expat-devel BuildRequires: gcc >= 5:3.3 BuildRequires: libdrm-devel >= %{libdrm_ver} BuildRequires: libselinux-devel BuildRequires: libstdc++-devel >= 5:3.3.0 BuildRequires: libtalloc-devel >= 2:2.0.1 BuildRequires: libtool >= 2:1.4d BuildRequires: libvdpau-devel BuildRequires: llvm-devel >= 2.9 BuildRequires: pixman-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(talloc) >= 2.0.1 BuildRequires: python BuildRequires: python-libxml2 BuildRequires: python-modules BuildRequires: rpmbuild(macros) >= 1.470 BuildRequires: sed >= 4.0 BuildRequires: xorg-lib-libXdamage-devel BuildRequires: xorg-lib-libXext-devel >= 1.0.5 BuildRequires: xorg-lib-libXt-devel BuildRequires: xorg-lib-libXvMC-devel BuildRequires: xorg-lib-libXxf86vm-devel BuildRequires: xorg-proto-dri2proto-devel >= %{dri2proto_ver} BuildRequires: xorg-proto-glproto-devel >= %{glproto_ver} BuildRequires: xorg-util-makedepend BuildRequires: xorg-xserver-server-devel %if %{with egl} BuildRequires: libxcb-devel BuildRequires: udev-devel >= 150 %endif %if %{with gallium} BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1 BuildRequires: xorg-xserver-server-devel >= 1.6.0 %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %if %{without gallium} %undefine with_gallium_intel %endif %if %{without egl} %undefine with_gbm %endif # _glapi_tls_Dispatch is defined in libglapi, but it's some kind of symbol ldd -r doesn't notice(?) %define skip_post_check_so libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.* libXvMCnouveau.so.1.* libXvMCr300.so.1.* libXvMCr600.so.1.* libXvMCsoftpipe.so.1.* libvdpau_nouveau.so.1.* %description Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author does not possess an OpenGL license from SGI, and makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with SGI. %description -l pl.UTF-8 Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem OpenGL ani powiązana z SGI. %package libEGL Summary: Mesa implementation of EGL Native Platform Graphics Interface library Summary(pl.UTF-8): Implementacja Mesa biblioteki interfejsu EGL License: MIT Group: Libraries # glx driver in libEGL dlopens libGL.so Requires: OpenGL >= 1.2 Requires: libdrm >= %{libdrm_ver} %if %{with gallium} # for egl_gallium.so Requires: Mesa-libOpenVG = %{version}-%{release} Requires: udev-libs >= 150 %endif Provides: EGL = 1.4 %description libEGL This package contains shared libEGL - Mesa implementation of EGL Native Platform Graphics Interface as specified by Khronos Group: . %description libEGL -l pl.UTF-8 Ten pakiet zawiera bibliotekę współdzieloną libEGL - implementację Mesa standardu EGL Native Platform Graphics Interface (interfejsu graficznego platformy natywnej) wg specyfikacji Khronos Group: . %package libEGL-devel Summary: Header files for Mesa implementation of EGL library Summary(pl.UTF-8): Pliki nagłówkowe implementacji Mesa biblioteki EGL License: MIT Group: Development/Libraries Requires: %{name}-libEGL = %{version}-%{release} Requires: libdrm-devel >= %{libdrm_ver} Requires: xorg-lib-libX11-devel Requires: xorg-lib-libXdamage-devel Requires: xorg-lib-libXext-devel Requires: xorg-lib-libXfixes-devel Requires: xorg-lib-libXxf86vm-devel Requires: xorg-proto-dri2proto-devel >= %{dri2proto_ver} Requires: xorg-proto-glproto-devel >= %{glproto_ver} Provides: EGL-devel = 1.4 %description libEGL-devel Header files for Mesa implementation of EGL library. %description libEGL-devel -l pl.UTF-8 Pliki nagłówkowe implementacji Mesa biblioteki EGL. %package libEGL-static Summary: Static Mesa EGL library Summary(pl.UTF-8): Statyczna biblioteka Mesa EGL License: MIT Group: Development/Libraries Requires: %{name}-libEGL-devel = %{version}-%{release} Provides: EGL-static = 1.4 %description libEGL-static Static Mesa EGL library. %description libEGL-static -l pl.UTF-8 Statyczna biblioteka Mesa EGL. %package libGL Summary: Free Mesa3D implementation of libGL OpenGL library Summary(pl.UTF-8): Wolnodostępna implementacja Mesa3D biblioteki libGL ze standardu OpenGL License: MIT Group: X11/Libraries Requires: libdrm >= %{libdrm_ver} Provides: OpenGL = 2.1 Provides: OpenGL-GLX = 1.4 Obsoletes: Mesa Obsoletes: Mesa-dri Obsoletes: X11-OpenGL-libGL < 1:7.0.0 Obsoletes: XFree86-OpenGL-libGL < 1:7.0.0 %description libGL Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author does not possess an OpenGL license from SGI, and makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with SGI. This package contains libGL which implements OpenGL 1.5 and GLX 1.4 specifications. It uses DRI for rendering. %description libGL -l pl.UTF-8 Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem OpenGL ani powiązana z SGI. Ten pakiet zawiera libGL implementującą specyfikacje OpenGL 1.5 oraz GLX 1.4. Używa DRI do renderowania. %package libGL-devel Summary: Header files for Mesa3D libGL library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libGL z projektu Mesa3D License: MIT Group: X11/Development/Libraries # loose dependency on libGL to use with other libGL binaries Requires: OpenGL >= 1.5 Requires: libdrm-devel >= %{libdrm_ver} Requires: xorg-lib-libX11-devel Requires: xorg-lib-libXdamage-devel Requires: xorg-lib-libXext-devel Requires: xorg-lib-libXxf86vm-devel Requires: xorg-proto-dri2proto-devel >= %{dri2proto_ver} Requires: xorg-proto-glproto-devel >= %{glproto_ver} Suggests: OpenGL-doc-man Provides: OpenGL-GLX-devel = 1.4 Provides: OpenGL-devel = 2.1 Obsoletes: Mesa-devel Obsoletes: X11-OpenGL-devel < 1:7.0.0 Obsoletes: X11-OpenGL-devel-base < 1:7.0.0 Obsoletes: XFree86-OpenGL-devel < 1:7.0.0 Obsoletes: XFree86-OpenGL-devel-base < 1:7.0.0 %description libGL-devel Header files for Mesa3D libGL library. %description libGL-devel -l pl.UTF-8 Pliki nagłówkowe biblioteki libGL z projektu Mesa3D. %package libGL-static Summary: Static Mesa3D libGL library Summary(pl.UTF-8): Statyczna biblioteka libGL z projektu Mesa3D License: MIT Group: X11/Development/Libraries Requires: %{name}-libGL-devel = %{version}-%{release} Provides: OpenGL-static = 2.1 Obsoletes: Mesa-static Obsoletes: X11-OpenGL-static < 1:7.0.0 Obsoletes: XFree86-OpenGL-static < 1:7.0.0 %description libGL-static Static Mesa3D libGL library. It uses software renderer. %description libGL-static -l pl.UTF-8 Statyczna biblioteka libGL z projektu Mesa3D. Używa programowego renderingu. %package libGLES Summary: Mesa implementation of GLES (OpenGL ES) libraries Summary(pl.UTF-8): Implementacja Mesa bibliotek GLES (OpenGL ES) Group: Libraries # only for libglapi.so.0 Requires: %{name}-libEGL = %{version}-%{release} %description libGLES This package contains shared libraries of Mesa implementation of GLES (OpenGL ES) - cross-platform API for full-function 2D and 3D graphics on embedded systems. OpenGL ES specification can be found on Khronos Group site: . Mesa implements OpenGL ES 1.1 and 2.0. %description libGLES -l pl.UTF-8 Ten pakiet zawiera biblioteki współdzielone implementacji Mesa standardu GLES (OpenGL ES) - wieloplatformowego API do w pełni funkcjonalnej grafiki 2D i 3D na systemach wbudowanych. Specyfikację OpenGL ES można znaleźć na stronie Khronos Group: . Mesa zawiera implementacją OpenGL ES 1.1 i 2.0. %package libGLES-devel Summary: Header files for Mesa GLES libraries Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Mesa GLES Group: Development/Libraries # EGL for libglapi.so, always required, for Requires: %{name}-libEGL-devel = %{version}-%{release} Requires: %{name}-libGLES = %{version}-%{release} %description libGLES-devel Header files for Mesa GLES libraries. %description libGLES-devel -l pl.UTF-8 Pliki nagłówkowe bibliotek Mesa GLES. %package libGLU Summary: SGI implementation of libGLU OpenGL library Summary(pl.UTF-8): Implementacja SGI biblioteki libGLU ze standardu OpenGL License: SGI Free Software License B v2.0 (MIT-like) Group: Libraries # loose dependency on libGL.so.1 to use with other libGL binaries Requires: OpenGL >= 1.2 Provides: OpenGL-GLU = 1.3 Obsoletes: Mesa-devel Obsoletes: X11-OpenGL-libs < 1:7.0.0 Obsoletes: XFree86-OpenGL-libs < 1:7.0.0 %description libGLU SGI implementation of libGLU OpenGL library. It implements OpenGL GLU 1.3 specifications. %description libGLU -l pl.UTF-8 Implementacja SGI biblioteki libGLU ze standardu OpenGL. Implementuje specyfikację OpenGL GLU 1.3. %package libGLU-devel Summary: Header files for SGI libGLU library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki SGI libGLU License: SGI Free Software License B v2.0 (MIT-like) Group: Development/Libraries Requires: %{name}-libGLU = %{version}-%{release} Requires: OpenGL-devel >= 1.2 Requires: libstdc++-devel Provides: OpenGL-GLU-devel = 1.3 %description libGLU-devel Header files for SGI libGLU library. %description libGLU-devel -l pl.UTF-8 Pliki nagłówkowe biblioteki SGI libGLU. %package libGLU-static Summary: Static SGI libGLU library Summary(pl.UTF-8): Statyczna biblioteka SGI libGLU License: SGI Free Software License B v2.0 (MIT-like) Group: Development/Libraries Requires: %{name}-libGLU-devel = %{version}-%{release} Provides: OpenGL-GLU-static = 1.3 %description libGLU-static Static SGI libGLU library. %description libGLU-static -l pl.UTF-8 Statyczna biblioteka SGI libGLU. %package libOSMesa Summary: OSMesa (off-screen renderer) library Summary(pl.UTF-8): Biblioteka OSMesa (renderująca bitmapy w pamięci) License: MIT Group: Libraries # doesn't require base %description libOSMesa OSMesa (off-screen renderer) library. %description libOSMesa -l pl.UTF-8 Biblioteka OSMesa (renderująca bitmapy w pamięci). %package libOSMesa-devel Summary: Header file for OSMesa (off-screen renderer) library Summary(pl.UTF-8): Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci) License: MIT Group: Development/Libraries Requires: %{name}-libOSMesa = %{version}-%{release} # for only Requires: OpenGL-devel Requires: libselinux-devel %description libOSMesa-devel Header file for OSMesa (off-screen renderer) library. %description libOSMesa-devel -l pl.UTF-8 Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci). %package libOSMesa-static Summary: Static OSMesa (off-screen renderer) library Summary(pl.UTF-8): Biblioteka statyczna OSMesa (renderująca bitmapy w pamięci) License: MIT Group: Development/Libraries Requires: %{name}-libOSMesa-devel = %{version}-%{release} # this static build of OSMesa needs static non-dri Mesa implementation Requires: %{name}-libGL-static = %{version}-%{release} %description libOSMesa-static Static OSMesa (off-screen renderer) library. %description libOSMesa-static -l pl.UTF-8 Biblioteka statyczna OSMesa (renderująca bitmapy w pamięci). %package libOpenVG Summary: Mesa implementation of OpenVG (Vector Graphics Accelleration) API Summary(pl.UTF-8): Implementacja Mesa API OpenVG (akceleracji grafiki wektorowej) License: MIT Group: Libraries # doesn't require base %description libOpenVG This package contains Mesa implementation of OpenVG - cross-platform API that provides a low-level hardware acceleration interface for vector graphics libraries such as Flash and SVG. OpenVG specification can be found on Khronos Group site: . Mesa implements OpenVG 1.1. %description libOpenVG -l pl.UTF-8 Ten pakiet zawiera implementację Mesa standardu OpenVG - wieloplatfomowego API zapewniającego niskopoziomowy interfejs akceleracji sprzętowej dla bibliotek grafiki wektorowej, takiej jak Flash czy SVG. Specyfikację OpenVG można znaleźć na stronie Khronos Group: . Mesa zawiera implementację OpenVG w wersji 1.1. %package libOpenVG-devel Summary: Header file for Mesa OpenVG library Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa OpenVG License: MIT Group: Development/Libraries # EGL headers for Requires: %{name}-libEGL-devel = %{version}-%{release} Requires: %{name}-libOpenVG = %{version}-%{release} %description libOpenVG-devel Header file for Mesa OpenVG library. %description libOpenVG-devel -l pl.UTF-8 Plik nagłówkowy biblioteki Mesa OpenVG. %package libXvMC Summary: Mesa implementations of XvMC API Summary(pl.UTF-8): Implementacje Mesa API XvMC License: MIT Group: Libraries # doesn't require base %description libXvMC Mesa implementations of XvMC API. %description libXvMC -l pl.UTF-8 Implementacje Mesa API XvMC. %package dri-driver-ati-radeon-R100 Summary: X.org DRI driver for ATI R100 card family Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R100 License: MIT Group: X11/Libraries Requires: xorg-driver-video-ati Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} Obsoletes: X11-driver-radeon-dri < 1:7.0.0 %description dri-driver-ati-radeon-R100 X.org DRI driver for ATI R100 card family (Radeon 7000-7500). %description dri-driver-ati-radeon-R100 -l pl.UTF-8 Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500). %package dri-driver-ati-radeon-R200 Summary: X.org DRI driver for ATI R200 card family Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R200 License: MIT Group: X11/Libraries Requires: xorg-driver-video-ati Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} Obsoletes: X11-driver-radeon-dri < 1:7.0.0 %description dri-driver-ati-radeon-R200 X.org DRI driver for ATI R200 card family (Radeon 8500-92xx) %description dri-driver-ati-radeon-R200 -l pl.UTF-8 Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx). %package dri-driver-ati-radeon-R300 Summary: X.org DRI driver for ATI R300 card family Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300 License: MIT Group: X11/Libraries Requires: xorg-driver-video-ati Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} Obsoletes: X11-driver-radeon-dri < 1:7.0.0 %description dri-driver-ati-radeon-R300 X.org DRI driver for ATI R300 card family. %description dri-driver-ati-radeon-R300 -l pl.UTF-8 Sterownik X.org DRI dla rodziny kart ATI R300. %package dri-driver-ati-radeon-R600 Summary: X.org DRI driver for ATI R600 card family Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R600 License: MIT Group: X11/Libraries Requires: radeon-ucode Requires: xorg-driver-video-ati Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} %description dri-driver-ati-radeon-R600 X.org DRI driver for ATI R600 card family. %description dri-driver-ati-radeon-R600 -l pl.UTF-8 Sterownik X.org DRI dla rodziny kart ATI R600. %package dri-driver-intel-i915 Summary: X.org DRI driver for Intel i915 card family Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915 License: MIT Group: X11/Libraries Requires: xorg-driver-video-intel Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} Obsoletes: Mesa-dri-driver-intel-i830 Obsoletes: X11-driver-i810-dri < 1:7.0.0 %description dri-driver-intel-i915 X.org DRI driver for Intel i915 card family. %description dri-driver-intel-i915 -l pl.UTF-8 Sterownik X.org DRI dla rodziny kart Intel i915. %package dri-driver-intel-i965 Summary: X.org DRI driver for Intel i965 card family Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965 License: MIT Group: X11/Libraries Requires: xorg-driver-video-intel Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} Obsoletes: Mesa-dri-driver-intel-i830 Obsoletes: X11-driver-i810-dri < 1:7.0.0 %description dri-driver-intel-i965 X.org DRI driver for Intel i965 card family. %description dri-driver-intel-i965 -l pl.UTF-8 Sterownik X.org DRI dla rodziny kart Intel i965. %package dri-driver-nouveau Summary: X.org DRI driver for NVIDIA card family Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart NVIDIA License: MIT Group: X11/Libraries Requires: xorg-driver-video-nouveau Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} %description dri-driver-nouveau X.org DRI drivers for NVIDIA card family. %description dri-driver-nouveau -l pl.UTF-8 Sterowniki X.org DRI dla rodziny kart NVIDIA. %package dri-driver-swrast Summary: X.org DRI software rasterizer driver Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe License: MIT Group: X11/Libraries Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} %description dri-driver-swrast X.org DRI software rasterizer driver. %description dri-driver-swrast -l pl.UTF-8 Sterownik X.org DRI obsługujący rysowanie programowe. %package dri-driver-vmwgfx Summary: X.org DRI driver for VMware Summary(pl.UTF-8): Sterownik X.org DRI dla VMware License: MIT Group: X11/Libraries Requires: xorg-xserver-libglx(glapi) = %{glapi_ver} Requires: xorg-xserver-server >= %{xserver_ver} %description dri-driver-vmwgfx X.org DRI driver for VMWare. %description dri-driver-vmwgfx -l pl.UTF-8 Sterownik X.org DRI dla VMware. %package -n libvdpau-driver-mesa Summary: Mesa drivers for the vdpau API Summary(pl.UTF-8): Sterowniki Mesa dla API vdpau License: MIT Group: X11/Libraries %description -n libvdpau-driver-mesa Mesa drivers for the vdpau API. %description -n libvdpau-driver-mesa -l pl.UTF-8 Sterowniki Mesa dla API vdpau. # llvm build broken %define filterout_ld -Wl,--as-needed %prep %setup -q %patch0 -p0 %build %{__aclocal} %{__autoconf} dri_drivers="r200 radeon \ %if %{without gallium_intel} i915 i965 \ %endif %ifarch sparc sparcv9 sparc64 ffb \ %endif swrast" dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',') gallium_drivers="svga swrast \ %if %{with gallium_intel} i915 \ i965 \ %endif r300 \ r600 \ %if %{with gallium_nouveau} nouveau \ %endif " gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',') common_flags="\ --enable-shared \ --enable-glx-tls \ --enable-pic \ --enable-selinux \ %{?with_static_libs:--enable-static} \ " osmesa_common_flags="\ --with-driver=osmesa \ --disable-asm \ --disable-egl \ --disable-glu" %if %{with osmesa} %configure $common_flags $osmesa_common_flags \ --with-osmesa-bits=8 %{__make} %{__make} -C src/mesa osmesa.pc mv %{_lib} osmesa8 cp -p src/mesa/osmesa.pc osmesa8 %{__make} clean %endif %configure $common_flags \ --enable-shared-glapi \ %{__enable gbm} \ %if %{with egl} --enable-egl \ --enable-gles1 \ --enable-gles2 \ %endif %if %{with gallium} --enable-openvg \ --enable-gallium-llvm \ %{__enable egl gallium-egl} \ %{__enable gbm gallium-gbm} \ --enable-vdpau \ --enable-xvmc \ --with-gallium-drivers=${gallium_drivers} \ %else --without-gallium-drivers \ %endif --with-driver=dri \ --with-dri-drivers=${dri_drivers} \ --with-dri-driverdir=%{_libdir}/xorg/modules/dri %{__make} %install rm -rf $RPM_BUILD_ROOT # libs without drivers %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %if %{with osmesa} cp -p osmesa8/libOSMesa* $RPM_BUILD_ROOT%{_libdir} cp -p osmesa8/osmesa.pc $RPM_BUILD_ROOT%{_pkgconfigdir} %endif # strip out undesirable headers %{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/{vms_x_fix,wglext,wmesa}.h # remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx), # set up via /etc/ld.so.conf.d/*.conf will be preferred over this strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.* %clean rm -rf $RPM_BUILD_ROOT %post libEGL -p /sbin/ldconfig %postun libEGL -p /sbin/ldconfig %post libGL -p /sbin/ldconfig %postun libGL -p /sbin/ldconfig %post libGLES -p /sbin/ldconfig %postun libGLES -p /sbin/ldconfig %post libGLU -p /sbin/ldconfig %postun libGLU -p /sbin/ldconfig %post libOSMesa -p /sbin/ldconfig %postun libOSMesa -p /sbin/ldconfig %post libOpenVG -p /sbin/ldconfig %postun libOpenVG -p /sbin/ldconfig %post libXvMC -p /sbin/ldconfig %postun libXvMC -p /sbin/ldconfig %if %{with egl} %files libEGL %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libEGL.so.*.* %attr(755,root,root) %ghost %{_libdir}/libEGL.so.1 %attr(755,root,root) %{_libdir}/libglapi.so.*.* %attr(755,root,root) %ghost %{_libdir}/libglapi.so.0 %if %{with gbm} %dir %{_libdir}/gbm %attr(755,root,root) %{_libdir}/libgbm.so.*.* %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1 %endif %if %{with gallium} %dir %{_libdir}/egl %attr(755,root,root) %{_libdir}/egl/egl_gallium.so %attr(755,root,root) %{_libdir}/gbm/pipe_r300.so %attr(755,root,root) %{_libdir}/gbm/pipe_r600.so %if %{with gbm} %attr(755,root,root) %{_libdir}/gbm/gbm_gallium_drm.so %attr(755,root,root) %{_libdir}/gbm/pipe_vmwgfx.so %if %{with gallium_nouveau} %attr(755,root,root) %{_libdir}/gbm/pipe_nouveau.so %endif %if %{with gallium_intel} %attr(755,root,root) %{_libdir}/egl/pipe_i915.so %attr(755,root,root) %{_libdir}/egl/pipe_i965.so %endif %endif %endif %files libEGL-devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libEGL.so %attr(755,root,root) %{_libdir}/libglapi.so %dir %{_includedir}/EGL %{_includedir}/EGL/egl.h %{_includedir}/EGL/eglext.h %{_includedir}/EGL/eglmesaext.h %{_includedir}/EGL/eglplatform.h %dir %{_includedir}/KHR %{_includedir}/KHR/khrplatform.h %{_pkgconfigdir}/egl.pc %if %{with gbm} %attr(755,root,root) %{_libdir}/libgbm.so %{_includedir}/gbm.h %{_pkgconfigdir}/gbm.pc %endif %if %{with static_libs} %files libEGL-static %defattr(644,root,root,755) %{_libdir}/libEGL.a %endif %endif %files libGL %defattr(644,root,root,755) %doc docs/{*.html,README.{MITS,QUAKE,THREADS},RELNOTES*} %attr(755,root,root) %{_libdir}/libGL.so.*.* %attr(755,root,root) %ghost %{_libdir}/libGL.so.1 # symlink for binary apps which fail to conform Linux OpenGL ABI # (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL) %attr(755,root,root) %{_libdir}/libGL.so %files libGL-devel %defattr(644,root,root,755) %doc docs/*.spec %dir %{_includedir}/GL %{_includedir}/GL/gl.h %{_includedir}/GL/glext.h %{_includedir}/GL/gl_mangle.h %{_includedir}/GL/glx.h %{_includedir}/GL/glxext.h %{_includedir}/GL/glx_mangle.h %dir %{_includedir}/GL/internal %{_includedir}/GL/internal/dri_interface.h %{_pkgconfigdir}/dri.pc %{_pkgconfigdir}/gl.pc %if %{with static_libs} %files libGL-static %defattr(644,root,root,755) %{_libdir}/libGL.a %endif %files libGLES %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1 %attr(755,root,root) %{_libdir}/libGLESv2.so.*.* %attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2 %files libGLES-devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libGLESv1_CM.so %attr(755,root,root) %{_libdir}/libGLESv2.so %{_includedir}/GLES %{_includedir}/GLES2 %{_pkgconfigdir}/glesv1_cm.pc %{_pkgconfigdir}/glesv2.pc %files libGLU %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libGLU.so.*.* %attr(755,root,root) %ghost %{_libdir}/libGLU.so.1 %files libGLU-devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libGLU.so %{_includedir}/GL/glu.h %{_includedir}/GL/glu_mangle.h %{_pkgconfigdir}/glu.pc %if %{with static_libs} %files libGLU-static %defattr(644,root,root,755) %{_libdir}/libGLU.a %endif %if %{with osmesa} %files libOSMesa %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libOSMesa.so.*.* %attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8 %files libOSMesa-devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libOSMesa.so %{_includedir}/GL/osmesa.h %{_pkgconfigdir}/osmesa.pc %if %{with static_libs} %files libOSMesa-static %defattr(644,root,root,755) %{_libdir}/libOSMesa.a %endif %endif %if %{with gallium} %files libOpenVG %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1 %files libOpenVG-devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libOpenVG.so %{_includedir}/VG %{_pkgconfigdir}/vg.pc %endif %files libXvMC %defattr(644,root,root,755) %attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1 %attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0 %attr(755,root,root) %ghost %{_libdir}/libXvMCr300.so.1 %attr(755,root,root) %{_libdir}/libXvMCr300.so.1.0 %attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1 %attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0 %attr(755,root,root) %ghost %{_libdir}/libXvMCsoftpipe.so.1 %attr(755,root,root) %{_libdir}/libXvMCsoftpipe.so.1.0 %files dri-driver-ati-radeon-R100 %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so %files dri-driver-ati-radeon-R200 %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so %files dri-driver-ati-radeon-R300 %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so %files dri-driver-ati-radeon-R600 %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so %files dri-driver-intel-i915 %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so %files dri-driver-intel-i965 %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so %if %{with gallium_intel} %attr(755,root,root) %{_libdir}/xorg/modules/drivers/i965g_drv.so %endif %if %{with gallium_nouveau} %files dri-driver-nouveau %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so %endif %files dri-driver-swrast %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so %if %{with gallium} %files dri-driver-vmwgfx %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so %endif %files -n libvdpau-driver-mesa %defattr(644,root,root,755) # there is no ldconfig here %attr(755,root,root) %{_libdir}/vdpau/libvdpau_softpipe.so.1.0 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_softpipe.so.1 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_softpipe.so %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so