/[packages]/cauldron/mesa/current/SPECS/mesa.spec
ViewVC logotype

Diff of /cauldron/mesa/current/SPECS/mesa.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1211039 by tv, Wed Mar 21 15:22:28 2018 UTC revision 1377591 by tmb, Fri Mar 15 17:26:54 2019 UTC
# Line 11  Line 11 
11  %define opengl_ver 4.5  %define opengl_ver 4.5
12    
13  # define version, RC & release  # define version, RC & release
14  %define main_version            18.0.0  %define main_version            19.0.0
15  %define relc                    4  #define relc                    1
16  %define rel                     2  %define rel                     2
17    
18  %define release                 %mkrel %{?relc:0.rc%{relc}.}%{rel}  %define release                 %mkrel %{?relc:0.rc%{relc}.}%{rel}
# Line 37  Line 37 
37  %define gbmname                 gbm  %define gbmname                 gbm
38  %define waylandeglname          wayland-egl  %define waylandeglname          wayland-egl
39  %define xaname                  xatracker  %define xaname                  xatracker
40  %define vulkanname              vulkan  %define vulkanname              mesavulkan
41    
42  %define d3dmajor                1  %define d3dmajor                1
43  %define eglmajor                1  %define eglmajor                1
# Line 62  Line 62 
62  %define libwaylandeglname       %mklibname %{waylandeglname} %{waylandeglmajor}  %define libwaylandeglname       %mklibname %{waylandeglname} %{waylandeglmajor}
63  %define libosmesaname           %mklibname osmesa %{osmesamajor}  %define libosmesaname           %mklibname osmesa %{osmesamajor}
64  %define libxaname               %mklibname %{xaname} %{xamajor}  %define libxaname               %mklibname %{xaname} %{xamajor}
 %define libvulkanname           %mklibname %{vulkanname}  
65    
66  %define dridrivers              %mklibname dri-drivers  %define dridrivers              %mklibname dri-drivers
67    
68    %define vulkandrivers   %mklibname %{vulkanname}-drivers
69    %define vulkandevel             %mklibname %{vulkanname} -d
70    
71    %define khrdevel                %mklibname mesakhr -d
72  %define osmesadevel             %mklibname osmesa -d  %define osmesadevel             %mklibname osmesa -d
73    
74  # Architecture-independent Virtual provides:  # Architecture-independent Virtual provides:
# Line 80  Line 83 
83  %define libwaylandeglname_virt  lib%{waylandeglname}  %define libwaylandeglname_virt  lib%{waylandeglname}
84  %define libxaname_virt          lib%{xaname}  %define libxaname_virt          lib%{xaname}
85    
 %define oldlibglname            %mklibname MesaGL 1  
   
86  %define mesasrcdir              %{_prefix}/src/Mesa/  %define mesasrcdir              %{_prefix}/src/Mesa/
87    
88  # (akien) Not adding on arm as it would break the build there  %define with_vaapi 1
89  %define enable_vulkan   0  
90  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
91  %define enable_vulkan   1  %define vulkan_drivers  --with-vulkan-drivers=intel,radeon
92    %else
93    %define vulkan_drivers  --with-vulkan-drivers=radeon
94    %endif
95    
96    
97    %ifarch %{arm} aarch64
98    %define with_etnaviv   1
99    %define with_freedreno 1
100    %define with_vc4       1
101  %endif  %endif
102    
103  %define base_drivers swrast,nouveau,radeon,r200  %define base_drivers swrast,nouveau,radeon,r200
# Line 95  Line 105 
105  %define platform_drivers ,i915,i965  %define platform_drivers ,i915,i965
106  %define gallium_platform_drivers ,svga  %define gallium_platform_drivers ,svga
107  %endif  %endif
108    
109    %define with_wayland_egl 0
110    
111  %define dri_drivers --with-dri-drivers=%{?base_drivers}%{?platform_drivers}  %define dri_drivers --with-dri-drivers=%{?base_drivers}%{?platform_drivers}
112    
113  Name:           mesa  Name:           mesa
# Line 115  BuildRequires: pkgconfig(xdamage)      >= 1.1 Line 128  BuildRequires: pkgconfig(xdamage)      >= 1.1
128  BuildRequires:  pkgconfig(expat)                >= 2.0.1  BuildRequires:  pkgconfig(expat)                >= 2.0.1
129  BuildRequires:  gccmakedep  BuildRequires:  gccmakedep
130  BuildRequires:  x11-proto-devel         >= 7.3  BuildRequires:  x11-proto-devel         >= 7.3
131  BuildRequires:  pkgconfig(libdrm)       >= 2.4.60  BuildRequires:  pkgconfig(libdrm)       >= 2.4.91
132  BuildRequires:  pkgconfig(xcb-dri3)  BuildRequires:  pkgconfig(xcb-dri3)
133  BuildRequires:  pkgconfig(xcb-present)  >= 1.11  BuildRequires:  pkgconfig(xcb-present)  >= 1.11
134  BuildRequires:  pkgconfig(xext)         >= 1.1.1  BuildRequires:  pkgconfig(xext)         >= 1.1.1
135  BuildRequires:  pkgconfig(xxf86vm)      >= 1.1.0  BuildRequires:  pkgconfig(xxf86vm)      >= 1.1.0
136  BuildRequires:  pkgconfig(xi)           >= 1.3  BuildRequires:  pkgconfig(xi)           >= 1.3
137    BuildRequires:  pkgconfig(xrandr)
138  BuildRequires:  pkgconfig(talloc)  BuildRequires:  pkgconfig(talloc)
139  BuildRequires:  libxml2-python  BuildRequires:  python2-libxml2
140  BuildRequires:  python-mako  BuildRequires:  python2-mako
141    BuildRequires:  python3-libxml2
142    BuildRequires:  python3-mako
143  BuildRequires:  makedepend  BuildRequires:  makedepend
144  BuildRequires:  bison  BuildRequires:  bison
145  BuildRequires:  flex  BuildRequires:  flex
146  BuildRequires:  pkgconfig(libelf)  BuildRequires:  pkgconfig(libelf)
147  BuildRequires:  llvm-devel >= 3.9.1-5  BuildRequires:  llvm-devel >= 3.9.1-5
148  BuildRequires:  pkgconfig(libudev)  BuildRequires:  pkgconfig(libudev)
149    %if 0%{?with_vaapi}
150  BuildRequires:  pkgconfig(libva)  BuildRequires:  pkgconfig(libva)
151    %endif
152  BuildRequires:  pkgconfig(vdpau)  BuildRequires:  pkgconfig(vdpau)
153  BuildRequires:  wayland-devel  BuildRequires: pkgconfig(wayland-client)
154  %if %{enable_vulkan}  BuildRequires: pkgconfig(wayland-server)
155    BuildRequires: pkgconfig(wayland-protocols)
156  BuildRequires:  libgcrypt-devel  BuildRequires:  libgcrypt-devel
 %endif  
157  BuildRequires:  pkgconfig(wayland-protocols) >= 1.8  BuildRequires:  pkgconfig(wayland-protocols) >= 1.8
158    
159  URL:            http://www.mesa3d.org  URL:            http://www.mesa3d.org
# Line 148  Source0:       https://mesa.freedesktop.org/ar Line 166  Source0:       https://mesa.freedesktop.org/ar
166  %endif  %endif
167  Source3:        make-git-snapshot.sh  Source3:        make-git-snapshot.sh
168    
169  # Instructions to setup your repository clone  Patch000:       fix-linking.patch
 # git://git.freedesktop.org/git/mesa/mesa  
 # git checkout mesa_7_5_branch  
 # git branch mdv-cherry-picks  
 # git am ../02??-*.patch  
 # git branch mdv-redhat  
 # git am ../03??-*.patch  
 # git branch mdv-patches  
 # git am ../09??-*.patch  
 # In order to update to the branch via patches, issue this command:  
 # git format-patch --start-number 100 mesa_7_5_1..mesa_7_5_branch | sed 's/^0\([0-9]\+\)-/Patch\1: 0\1-/'  
   
 # Cherry picks  
 # git format-patch --start-number 200 mesa_7_5_branch..mdv-cherry-picks  
   
 # Patches "liberated" from Fedora:  
 # http://pkgs.fedoraproject.org/cgit/rpms/mesa.git/  
 # git format-patch --start-number 300 mdv-cherry-picks..mdv-redhat  
170    
171  # https://cgit.freedesktop.org/~ajax/mesa/log/?h=mesa-17.2-s3tc  # mesa staging/19.0 branch from 1
172    Patch001:       0001-docs-Add-SHA256-sums-for-19.0.0.patch
173    Patch002:       0002-radv-set-the-maximum-number-of-IBs-per-submit-to-192.patch
174    Patch003:       0003-v3d-Fix-leak-of-the-renderonly-struct-on-screen-dest.patch
175    Patch004:       0004-intel-fs-Fix-opt_peephole_csel-to-not-throw-away-sat.patch
176    Patch005:       0005-glsl-lower_vector_derefs-Don-t-use-a-temporary-for-T.patch
177    Patch006:       0006-glsl-list-Add-a-list-variant-of-insert_after.patch
178    Patch007:       0007-egl-dri-Avoid-out-of-bounds-array-access.patch
179    Patch008:       0008-anv-pass-Flag-the-need-for-a-RT-flush-for-resolve-at.patch
180    Patch009:       0009-i965-Disable-ARB_fragment_shader_interlock-for-platf.patch
181    Patch010:       0010-radv-always-initialize-HTILE-when-the-src-layout-is-.patch
182    Patch011:       0011-d3d-meson-do-not-prefix-user-provided-d3d-drivers-pa.patch
183    
184  # Patches from ChromiumOS  # mesa master branch from 201
 # http://git.chromium.org/gitweb/?p=chromiumos/overlays/chromiumos-overlay.git;a=tree;f=media-libs/mesa/files;hb=HEAD  
   
 # Mageia/Mandriva patches  
 # git format-patch --start-number 900 mdv-redhat..mdv-patches  
185    
186  #------------------------------------------------------------------------------  #------------------------------------------------------------------------------
187    
# Line 188  Obsoletes:     Mesa < %{version} Line 196  Obsoletes:     Mesa < %{version}
196  %package -n     %{libglname}  %package -n     %{libglname}
197  Summary:        Files for Mesa (GL and GLX libs)  Summary:        Files for Mesa (GL and GLX libs)
198  Group:          System/Libraries  Group:          System/Libraries
 Obsoletes:      %{oldlibglname} < 6.4  
 Provides:       %{oldlibglname} = %{version}-%{release}  
199  Provides:       %{libglname_virt} = %{version}-%{release}  Provides:       %{libglname_virt} = %{version}-%{release}
200  Requires:       %{dridrivers} >= %{version}-%{release}  Requires:       %{dridrivers} >= %{version}-%{release}
201    
# Line 224  Provides:      libd3d-devel Line 230  Provides:      libd3d-devel
230  Summary:        Development files for Mesa (OpenGL compatible 3D lib)  Summary:        Development files for Mesa (OpenGL compatible 3D lib)
231  Group:          Development/C  Group:          Development/C
232  Requires:       %{libglname} = %{version}-%{release}  Requires:       %{libglname} = %{version}-%{release}
233    Requires:       %{khrdevel} = %{version}-%{release}
234  Provides:       lib%{glname}-devel = %{version}-%{release}  Provides:       lib%{glname}-devel = %{version}-%{release}
235  Provides:       %{glname}-devel = %{version}-%{release}  Provides:       %{glname}-devel = %{version}-%{release}
236  Provides:       GL-devel  Provides:       GL-devel
 Obsoletes:      %{oldlibglname}-devel < 6.4  
 Provides:       %{oldlibglname}-devel = %{version}-%{release}  
237  Provides:       libMesaGL-devel = %{version}-%{release}  Provides:       libMesaGL-devel = %{version}-%{release}
238  Provides:       MesaGL-devel = %{version}-%{release}  Provides:       MesaGL-devel = %{version}-%{release}
239  Provides:       libgl-devel  Provides:       libgl-devel
# Line 242  Provides:      %{libeglname_virt} = %{version Line 247  Provides:      %{libeglname_virt} = %{version
247  Summary:        Development files for Mesa (EGL libs)  Summary:        Development files for Mesa (EGL libs)
248  Group:          Development/C  Group:          Development/C
249  Requires:       %{libeglname} = %{version}-%{release}  Requires:       %{libeglname} = %{version}-%{release}
250    Requires:       %{khrdevel} = %{version}-%{release}
251  Provides:       EGL-devel  Provides:       EGL-devel
252  Provides:       lib%{eglname}-devel  Provides:       lib%{eglname}-devel
253  Provides:       %{eglname}-devel  Provides:       %{eglname}-devel
254  Provides:       libegl-devel  Provides:       libegl-devel
255    
256    %package -n %{khrdevel}
257    Summary:        Mesa Khronos development headers
258    Group:          Development/C
259    Provides:       mesakhr-devel = %{version}-%{release}
260    
261  %package -n %{libosmesaname}  %package -n %{libosmesaname}
262  Summary:        Mesa offscreen rendering library  Summary:        Mesa offscreen rendering library
263  Group:          System/Libraries  Group:          System/Libraries
# Line 279  Provides:      %{libglesv1name_virt} = %{vers Line 290  Provides:      %{libglesv1name_virt} = %{vers
290  Summary:        Development files for glesv1 libs  Summary:        Development files for glesv1 libs
291  Group:          Development/C  Group:          Development/C
292  Requires:       %{libglesv1name} = %{version}-%{release}  Requires:       %{libglesv1name} = %{version}-%{release}
293    Requires:       %{khrdevel} = %{version}-%{release}
294  Provides:       lib%{glesv1name}-devel  Provides:       lib%{glesv1name}-devel
295  Provides:       %{glesv1name}-devel  Provides:       %{glesv1name}-devel
296  Provides:       libglesv1-devel  Provides:       libglesv1-devel
# Line 292  Provides:      %{libglesv2name_virt} = %{vers Line 304  Provides:      %{libglesv2name_virt} = %{vers
304  Summary:        Development files for glesv2 libs  Summary:        Development files for glesv2 libs
305  Group:          Development/C  Group:          Development/C
306  Requires:       %{libglesv2name} = %{version}-%{release}  Requires:       %{libglesv2name} = %{version}-%{release}
307  Requires:       %{libeglname}-devel = %{version}-%{release}  Requires:       %{khrdevel} = %{version}-%{release}
308  Provides:       lib%{glesv2name}-devel  Provides:       lib%{glesv2name}-devel
309  Provides:       %{glesv2name}-devel  Provides:       %{glesv2name}-devel
310  Provides:       libglesv2-devel  Provides:       libglesv2-devel
# Line 309  Requires:      %{libgbmname} = %{version}-%{r Line 321  Requires:      %{libgbmname} = %{version}-%{r
321  Provides:       lib%{gbmname}-devel  Provides:       lib%{gbmname}-devel
322  Provides:       %{gbmname}-devel  Provides:       %{gbmname}-devel
323    
324    %if %{?with_wayland_egl}
325  %package -n     %{libwaylandeglname}  %package -n     %{libwaylandeglname}
326  Summary:        Files for Mesa (Wayland EGL libs)  Summary:        Files for Mesa (Wayland EGL libs)
327  Group:          System/Libraries  Group:          System/Libraries
# Line 320  Group:         Development/C Line 333  Group:         Development/C
333  Requires:       %{libwaylandeglname} = %{version}-%{release}  Requires:       %{libwaylandeglname} = %{version}-%{release}
334  Provides:       lib%{waylandeglname}-devel  Provides:       lib%{waylandeglname}-devel
335  Provides:       %{waylandeglname}-devel  Provides:       %{waylandeglname}-devel
336    %endif
337    
338  %package -n     %{_lib}vdpau-driver-nouveau  %package -n     %{_lib}vdpau-driver-nouveau
339  Summary:        VDPAU plugin for nouveau driver  Summary:        VDPAU plugin for nouveau driver
# Line 357  Requires:      %{libxaname_virt} = %{version} Line 371  Requires:      %{libxaname_virt} = %{version}
371  Provides:       lib%{xaname}-devel  Provides:       lib%{xaname}-devel
372  Provides:       %{libxaname}-devel  Provides:       %{libxaname}-devel
373    
374  %if %{enable_vulkan}  %package -n %{vulkandrivers}
375  %package -n %{libvulkanname}_intel  Summary:        Mesa Vulkan driver for Intel and Radeon GPUs
 Summary:        Mesa vulkan driver for Intel GPU  
 Group:          System/Libraries  
   
 %package -n %{libvulkanname}_radeon  
 Summary:        Mesa vulkan driver for Radeon GPU  
376  Group:          System/Libraries  Group:          System/Libraries
377    %ifarch %{ix86} x86_64
378    Obsoletes:      %{_lib}vulkan_intel < 18.3.0-4
379    Provides:       %{_lib}vulkan_intel = %{version}-%{release}
380    %endif
381    Obsoletes:      %{_lib}vulkan_radeon < 18.3.0-4
382    Provides:       %{_lib}vulkan_radeon = %{version}-%{release}
383    
384  %package -n %{libvulkanname}-devel  %package -n %{vulkandevel}
385  Summary:        Mesa's Vulkan development files  Summary:        Mesa's Vulkan development files for Intel and Radeon drivers
386  Group:          Development/C  Group:          Development/C
387  Requires:       %{libvulkanname}_intel = %{version}-%{release}  Requires:       %{vulkandrivers} = %{version}-%{release}
388  Provides:       libvulkan-devel  Obsoletes:      %{_lib}vulkan-devel < 0:18.3.0-4
389  Provides:       libvulkan_intel-devel  Provides:   %{vulkanname}-devel = %{version}-%{release}
 %endif  
390    
391  %package        common-devel  %package        common-devel
392  Summary:        Meta package for mesa devel  Summary:        Meta package for mesa devel
# Line 423  well-defined subset profiles of OpenGL. Line 437  well-defined subset profiles of OpenGL.
437    
438  This package provides the OpenGL ES library version 1.  This package provides the OpenGL ES library version 1.
439    
440    %description -n %{khrdevel}
441    Mesa Khronos development headers.
442    
443  %description -n %{libosmesaname}  %description -n %{libosmesaname}
444  Mesa offscreen rendering libraries for rendering OpenGL into  Mesa offscreen rendering libraries for rendering OpenGL into
445  application-allocated blocks of memory.  application-allocated blocks of memory.
# Line 463  GBM (Graphics Buffer Manager) parts. Line 480  GBM (Graphics Buffer Manager) parts.
480  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
481  GBM (Graphics Buffer Manager) development parts.  GBM (Graphics Buffer Manager) development parts.
482    
483    %if %{?with_wayland_egl}
484  %description -n %{libwaylandeglname}  %description -n %{libwaylandeglname}
485  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
486  Wayland EGL platform parts.  Wayland EGL platform parts.
# Line 470  Wayland EGL platform parts. Line 488  Wayland EGL platform parts.
488  %description -n %{libwaylandeglname}-devel  %description -n %{libwaylandeglname}-devel
489  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
490  Wayland EGL platform development parts.  Wayland EGL platform development parts.
491    %endif
492    
493  %description -n %{libxaname}  %description -n %{libxaname}
494  This packages provides the xa shared library used by gallium.  This packages provides the xa shared library used by gallium.
# Line 493  with the r600 driver. Line 512  with the r600 driver.
512  This packages provides a VPDAU plugin to enable video acceleration  This packages provides a VPDAU plugin to enable video acceleration
513  with the radeonsi driver.  with the radeonsi driver.
514    
515  %if %{enable_vulkan}  %description -n %{vulkandrivers}
516  %description -n %{libvulkanname}_intel  This package contains the Vulkan parts for Mesa's Intel and Radeon drivers.
 This package contains the Vulkan parts for Mesa's Intel driver.  
   
 %description -n %{libvulkanname}_radeon  
 This package contains the Vulkan parts for Mesa's Radeon driver.  
517    
518  %description -n %{libvulkanname}-devel  %description -n %{vulkandevel}
519  This package contains the development files for Mesa's Vulkan implementation.  This package contains the development files for Mesa's Vulkan implementation.
 %endif  
520    
521  #------------------------------------------------------------------------------  #------------------------------------------------------------------------------
522    
523  %prep  %prep
524  %autosetup -n %{name}-%{version}%{?relc:-rc%{relc}} -p1  %autosetup -n %{name}-%{version}%{?relc:-rc%{relc}} -p1
525    
 # this is a hack for S3TC support. r200_screen.c is symlinked to  
 # radeon_screen.c in git, but is its own file in the tarball.  
 cp -f src/mesa/drivers/dri/{radeon,r200}/radeon_screen.c  
   
526  %build  %build
527  # (re)generate auto* generated files using our autotools and libtoolize  # (re)generate auto* generated files using our autotools and libtoolize
528  autoreconf -vfi  autoreconf -vfi
# Line 521  autoreconf -vfi Line 531  autoreconf -vfi
531  automake --add-missing  automake --add-missing
532    
533  %configure2_5x \  %configure2_5x \
 %if %{enable_vulkan}  
                 --with-vulkan-drivers=intel,radeon \  
 %endif  
534                  --enable-gallium-osmesa \                  --enable-gallium-osmesa \
535                  --with-dri-driverdir=%{_libdir}/dri \                  --with-dri-driverdir=%{_libdir}/dri \
536                  --enable-egl \                  --enable-egl \
# Line 531  automake --add-missing Line 538  automake --add-missing
538                  --enable-gles2 \                  --enable-gles2 \
539                  --disable-xvmc \                  --disable-xvmc \
540                  --enable-vdpau \                  --enable-vdpau \
541                  --enable-va \                  %{?with_vaapi:--enable-va} \
542                  --with-platforms=x11,wayland,drm \                  --with-platforms=x11,drm,surfaceless,wayland \
543                  --enable-shared-glapi \                  --enable-shared-glapi \
544                  --enable-gbm \                  --enable-gbm \
545                  --enable-glx \                  --enable-glx \
# Line 542  automake --add-missing Line 549  automake --add-missing
549                  --enable-dri \                  --enable-dri \
550                  --enable-xa \                  --enable-xa \
551                  --enable-nine \                  --enable-nine \
552                  --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl%{?gallium_platform_drivers} \                  --enable-autotools \
553                    --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,}%{?with_vc4:vc4,}virgl%{?gallium_platform_drivers} \
554            %{?vulkan_drivers} \
555          %{?dri_drivers}          %{?dri_drivers}
556                  # end of configure options                  # end of configure options
557    
# Line 573  rm -f %{buildroot}%{_includedir}/GL/w*.h Line 582  rm -f %{buildroot}%{_includedir}/GL/w*.h
582  # remove .la files  # remove .la files
583  find %{buildroot} -name '*.la' -delete  find %{buildroot} -name '*.la' -delete
584    
585    # remove libwayland-egl on F28+ where it's built as part of wayland source package
586    %if !%{?with_wayland_egl}
587    rm -f %{buildroot}%{_libdir}/libwayland-egl.so*
588    rm -f %{buildroot}%{_libdir}/pkgconfig/wayland-egl.pc
589    %endif
590    
591    %ifnarch %{ix86} x86_64
592    # To have something to package for mesavulkan-devel on arm/aarch64 for now
593    mkdir %{buildroot}%{_includedir}/vulkan
594    %endif
595    
596  #------------------------------------------------------------------------------  #------------------------------------------------------------------------------
597    
598  %files  %files
599  %config(noreplace) %{_sysconfdir}/drirc  /usr/share/drirc.d/
600    
601  %files -n %{dridrivers}  %files -n %{dridrivers}
602  %dir %{_libdir}/dri  %dir %{_libdir}/dri
# Line 610  find %{buildroot} -name '*.la' -delete Line 630  find %{buildroot} -name '*.la' -delete
630  %{_libdir}/libgbm.so.%{gbmmajor}  %{_libdir}/libgbm.so.%{gbmmajor}
631  %{_libdir}/libgbm.so.%{gbmmajor}.*  %{_libdir}/libgbm.so.%{gbmmajor}.*
632    
633    %if %{?with_wayland_egl}
634  %files -n %{libwaylandeglname}  %files -n %{libwaylandeglname}
635  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}
636  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}.*  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}.*
637    %endif
638    
639  %files -n %{libxaname}  %files -n %{libxaname}
640  %{_libdir}/libxatracker.so.%{xamajor}{,.*}  %{_libdir}/libxatracker.so.%{xamajor}{,.*}
# Line 636  find %{buildroot} -name '*.la' -delete Line 658  find %{buildroot} -name '*.la' -delete
658    
659  %files -n %{libeglname}-devel  %files -n %{libeglname}-devel
660  %{_includedir}/EGL  %{_includedir}/EGL
 %{_includedir}/KHR  
661  %{_libdir}/libEGL.so  %{_libdir}/libEGL.so
662  %{_libdir}/pkgconfig/egl.pc  %{_libdir}/pkgconfig/egl.pc
663    
664    %files -n %{khrdevel}
665    %{_includedir}/KHR
666    
667  %files -n %{osmesadevel}  %files -n %{osmesadevel}
668  %dir %{_includedir}/GL  %dir %{_includedir}/GL
669  %{_includedir}/GL/osmesa.h  %{_includedir}/GL/osmesa.h
# Line 670  find %{buildroot} -name '*.la' -delete Line 694  find %{buildroot} -name '*.la' -delete
694  %{_includedir}/gbm.h  %{_includedir}/gbm.h
695  %{_libdir}/pkgconfig/gbm.pc  %{_libdir}/pkgconfig/gbm.pc
696    
697    %if %{?with_wayland_egl}
698  %files -n %{libwaylandeglname}-devel  %files -n %{libwaylandeglname}-devel
699  %{_libdir}/libwayland-egl.so  %{_libdir}/libwayland-egl.so
700  %{_libdir}/pkgconfig/wayland-egl.pc  %{_libdir}/pkgconfig/wayland-egl.pc
701    %endif
702    
703  %files -n %{libxaname}-devel  %files -n %{libxaname}-devel
704  %{_libdir}/libxatracker.so  %{_libdir}/libxatracker.so
# Line 693  find %{buildroot} -name '*.la' -delete Line 719  find %{buildroot} -name '*.la' -delete
719  %files -n %{_lib}vdpau-driver-radeonsi  %files -n %{_lib}vdpau-driver-radeonsi
720  %{_libdir}/vdpau/libvdpau_radeonsi.so.*  %{_libdir}/vdpau/libvdpau_radeonsi.so.*
721    
722  %if %{enable_vulkan}  %files -n %{vulkandrivers}
 %files -n %{libvulkanname}_intel  
723  %dir %{_datadir}/vulkan  %dir %{_datadir}/vulkan
724  %dir %{_datadir}/vulkan/icd.d  %dir %{_datadir}/vulkan/icd.d
725    %ifarch %{ix86} x86_64
726  %{_datadir}/vulkan/icd.d/intel_icd*.json  %{_datadir}/vulkan/icd.d/intel_icd*.json
 # (akien) No lib major?  
727  %{_libdir}/libvulkan_intel.so  %{_libdir}/libvulkan_intel.so
728    %endif
 %files -n %{libvulkanname}_radeon  
 %dir %{_datadir}/vulkan  
 %dir %{_datadir}/vulkan/icd.d  
729  %{_datadir}/vulkan/icd.d/radeon_icd*.json  %{_datadir}/vulkan/icd.d/radeon_icd*.json
 # (akien) No lib major?  
730  %{_libdir}/libvulkan_radeon.so  %{_libdir}/libvulkan_radeon.so
731    
732  %files -n %{libvulkanname}-devel  %files -n %{vulkandevel}
733  %{_includedir}/vulkan/  %dir %{_includedir}/vulkan
734    %ifarch %{ix86} x86_64
735    %{_includedir}/vulkan/vulkan_intel.h
736  %endif  %endif

Legend:
Removed from v.1211039  
changed lines
  Added in v.1377591

  ViewVC Help
Powered by ViewVC 1.1.30