/[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 1156912 by tv, Thu Sep 21 20:15:53 2017 UTC revision 1217640 by tv, Wed Apr 11 20:25:14 2018 UTC
# Line 1  Line 1 
1  %if "%distro_section" == "tainted"  %bcond_with wayland
 %global build_plf 1  
 %else  
 %global build_plf 0  
 %endif  
2    
3  # (cg) Cheater...  # (cg) Cheater...
4  %define Werror_cflags %nil  %define Werror_cflags %nil
# Line 12  Line 8 
8    
9  # https://cgit.freedesktop.org/mesa/mesa/commit/?h=13.0&id=3bb0415ab96f74183f7aa58c1a543448653ccb3e  # https://cgit.freedesktop.org/mesa/mesa/commit/?h=13.0&id=3bb0415ab96f74183f7aa58c1a543448653ccb3e
10  %define git 0  %define git 0
11  %define git_branch 17.1  %define git_branch 18.0
12    
13  %define opengl_ver 4.5  %define opengl_ver 4.5
14    
15  # define version, RC & release  # define version, RC & release
16  %define main_version            17.2.1  %define main_version            18.0.0
17  #define relc                    5  #define relc                    5
18  %define rel                     3  %define rel                     5
19    
20  %define release                 %mkrel %{?relc:0.rc%{relc}.}%{rel}  %define release                 %mkrel %{?relc:0.rc%{relc}.}%{rel}
21    
# Line 90  Line 86 
86    
87  %define mesasrcdir              %{_prefix}/src/Mesa/  %define mesasrcdir              %{_prefix}/src/Mesa/
88    
89    %define with_vaapi 0
90    
91  # (akien) Not adding on arm as it would break the build there  # (akien) Not adding on arm as it would break the build there
92  %define enable_vulkan   0  %define enable_vulkan   0
93  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
94  %define enable_vulkan   1  %define enable_vulkan   1
95  %endif  %endif
96    
97    
98    %ifarch %{arm} aarch64
99    %define with_etnaviv   1
100    %define with_freedreno 1
101    %define with_vc4       1
102    %endif
103    
104  %define base_drivers swrast,nouveau,radeon,r200  %define base_drivers swrast,nouveau,radeon,r200
105  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
106  %define platform_drivers ,i915,i965  %define platform_drivers ,i915,i965
107    %define gallium_platform_drivers ,svga
108  %endif  %endif
109  %define dri_drivers --with-dri-drivers=%{?base_drivers}%{?platform_drivers}  %define dri_drivers --with-dri-drivers=%{?base_drivers}%{?platform_drivers}
110    
# Line 120  BuildRequires: pkgconfig(xdamage)      >= 1.1 Line 126  BuildRequires: pkgconfig(xdamage)      >= 1.1
126  BuildRequires:  pkgconfig(expat)                >= 2.0.1  BuildRequires:  pkgconfig(expat)                >= 2.0.1
127  BuildRequires:  gccmakedep  BuildRequires:  gccmakedep
128  BuildRequires:  x11-proto-devel         >= 7.3  BuildRequires:  x11-proto-devel         >= 7.3
129  BuildRequires:  pkgconfig(libdrm)       >= 2.4.60  BuildRequires:  pkgconfig(libdrm)       >= 2.4.91
130  BuildRequires:  pkgconfig(xcb-dri3)  BuildRequires:  pkgconfig(xcb-dri3)
131  BuildRequires:  pkgconfig(xcb-present)  >= 1.11  BuildRequires:  pkgconfig(xcb-present)  >= 1.11
132  BuildRequires:  pkgconfig(xext)         >= 1.1.1  BuildRequires:  pkgconfig(xext)         >= 1.1.1
133  BuildRequires:  pkgconfig(xxf86vm)      >= 1.1.0  BuildRequires:  pkgconfig(xxf86vm)      >= 1.1.0
134  BuildRequires:  pkgconfig(xi)           >= 1.3  BuildRequires:  pkgconfig(xi)           >= 1.3
135  BuildRequires:  pkgconfig(talloc)  BuildRequires:  pkgconfig(talloc)
136  BuildRequires:  libxml2-python  BuildRequires:  python3-libxml2
137  BuildRequires:  python-mako  BuildRequires:  python3-mako
138  BuildRequires:  makedepend  BuildRequires:  makedepend
139  BuildRequires:  bison  BuildRequires:  bison
140  BuildRequires:  flex  BuildRequires:  flex
141  BuildRequires:  pkgconfig(libelf)  BuildRequires:  pkgconfig(libelf)
142  BuildRequires:  llvm-devel >= 3.9.1-5  BuildRequires:  llvm-devel >= 3.9.1-5
143  BuildRequires:  pkgconfig(libudev)  BuildRequires:  pkgconfig(libudev)
144    %if 0%{?with_vaapi}
145  BuildRequires:  pkgconfig(libva)  BuildRequires:  pkgconfig(libva)
146    %endif
147  BuildRequires:  pkgconfig(vdpau)  BuildRequires:  pkgconfig(vdpau)
148  BuildRequires:  wayland-devel  %if %{with wayland}
149    BuildRequires: pkgconfig(wayland-client)
150    BuildRequires: pkgconfig(wayland-server)
151    BuildRequires: pkgconfig(wayland-protocols)
152    %endif
153  %if %{enable_vulkan}  %if %{enable_vulkan}
154  BuildRequires:  libgcrypt-devel  BuildRequires:  libgcrypt-devel
155  %endif  %endif
# Line 172  Source3:       make-git-snapshot.sh Line 184  Source3:       make-git-snapshot.sh
184  # http://pkgs.fedoraproject.org/cgit/rpms/mesa.git/  # http://pkgs.fedoraproject.org/cgit/rpms/mesa.git/
185  # git format-patch --start-number 300 mdv-cherry-picks..mdv-redhat  # git format-patch --start-number 300 mdv-cherry-picks..mdv-redhat
186    
187    # https://cgit.freedesktop.org/~ajax/mesa/log/?h=mesa-17.2-s3tc
188    
189  # Patches from ChromiumOS  # Patches from ChromiumOS
190  # http://git.chromium.org/gitweb/?p=chromiumos/overlays/chromiumos-overlay.git;a=tree;f=media-libs/mesa/files;hb=HEAD  # http://git.chromium.org/gitweb/?p=chromiumos/overlays/chromiumos-overlay.git;a=tree;f=media-libs/mesa/files;hb=HEAD
191    
# Line 195  Obsoletes:     %{oldlibglname} < 6.4 Line 209  Obsoletes:     %{oldlibglname} < 6.4
209  Provides:       %{oldlibglname} = %{version}-%{release}  Provides:       %{oldlibglname} = %{version}-%{release}
210  Provides:       %{libglname_virt} = %{version}-%{release}  Provides:       %{libglname_virt} = %{version}-%{release}
211  Requires:       %{dridrivers} >= %{version}-%{release}  Requires:       %{dridrivers} >= %{version}-%{release}
 %if %{build_plf}  
 Requires:       %mklibname txc-dxtn  
 %endif  
212    
213  # (anssi) Forces the upgrade of x11-server-common to happen before  # (anssi) Forces the upgrade of x11-server-common to happen before
214  # alternatives removal, which allows x11-server-common to grab the symlink.  # alternatives removal, which allows x11-server-common to grab the symlink.
# Line 315  Requires:      %{libgbmname} = %{version}-%{r Line 326  Requires:      %{libgbmname} = %{version}-%{r
326  Provides:       lib%{gbmname}-devel  Provides:       lib%{gbmname}-devel
327  Provides:       %{gbmname}-devel  Provides:       %{gbmname}-devel
328    
329    %if %{with wayland}
330  %package -n     %{libwaylandeglname}  %package -n     %{libwaylandeglname}
331  Summary:        Files for Mesa (Wayland EGL libs)  Summary:        Files for Mesa (Wayland EGL libs)
332  Group:          System/Libraries  Group:          System/Libraries
# Line 326  Group:         Development/C Line 338  Group:         Development/C
338  Requires:       %{libwaylandeglname} = %{version}-%{release}  Requires:       %{libwaylandeglname} = %{version}-%{release}
339  Provides:       lib%{waylandeglname}-devel  Provides:       lib%{waylandeglname}-devel
340  Provides:       %{waylandeglname}-devel  Provides:       %{waylandeglname}-devel
341    %endif
342    
343  %package -n     %{_lib}vdpau-driver-nouveau  %package -n     %{_lib}vdpau-driver-nouveau
344  Summary:        VDPAU plugin for nouveau driver  Summary:        VDPAU plugin for nouveau driver
# Line 398  Requires:      %{libglesv2name}-devel = %{ver Line 411  Requires:      %{libglesv2name}-devel = %{ver
411    
412  %description  %description
413  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
 %if %{build_plf}  
   
 This package is in the "tainted" section because it enables some  
 OpenGL extentions that are covered by software patents.  
 %endif  
414    
415  %description common-devel  %description common-devel
416  Mesa common metapackage devel  Mesa common metapackage devel
# Line 419  EGL development parts. Line 427  EGL development parts.
427  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
428  GL and GLX parts.  GL and GLX parts.
429    
 %if %{build_plf}  
 This package is in the "tainted" section because it enables some  
 OpenGL extentions that are covered by software patents.  
 %endif  
   
430  %description -n %{dridrivers}  %description -n %{dridrivers}
431  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
432  DRI drivers.  DRI drivers.
# Line 479  GBM (Graphics Buffer Manager) parts. Line 482  GBM (Graphics Buffer Manager) parts.
482  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
483  GBM (Graphics Buffer Manager) development parts.  GBM (Graphics Buffer Manager) development parts.
484    
485    %if %{with wayland}
486  %description -n %{libwaylandeglname}  %description -n %{libwaylandeglname}
487  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
488  Wayland EGL platform parts.  Wayland EGL platform parts.
# Line 486  Wayland EGL platform parts. Line 490  Wayland EGL platform parts.
490  %description -n %{libwaylandeglname}-devel  %description -n %{libwaylandeglname}-devel
491  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
492  Wayland EGL platform development parts.  Wayland EGL platform development parts.
493    %endif
494    
495  %description -n %{libxaname}  %description -n %{libxaname}
496  This packages provides the xa shared library used by gallium.  This packages provides the xa shared library used by gallium.
# Line 543  automake --add-missing Line 548  automake --add-missing
548                  --enable-gles2 \                  --enable-gles2 \
549                  --disable-xvmc \                  --disable-xvmc \
550                  --enable-vdpau \                  --enable-vdpau \
551                  --enable-va \                  %{?with_vaapi:--enable-va} \
552                  --with-platforms=x11,wayland,drm \                  --with-platforms=x11,drm,surfaceless%{?with_wayland:,wayland} \
553                  --enable-shared-glapi \                  --enable-shared-glapi \
554                  --enable-gbm \                  --enable-gbm \
555                  --enable-glx \                  --enable-glx \
556                  --enable-glx-tls \                  --enable-glx-tls \
 %if %{build_plf}  
557                  --enable-texture-float=yes  \                  --enable-texture-float=yes  \
 %endif  
558                  --enable-llvm \                  --enable-llvm \
559                  --enable-dri \                  --enable-dri \
560                  --enable-xa \                  --enable-xa \
561                  --enable-nine \                  --enable-nine \
562                  --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl \                  --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,imx,}%{?with_vc4:vc4,}virgl%{?gallium_platform_drivers} \
563          %{?dri_drivers}          %{?dri_drivers}
564                  # end of configure options                  # end of configure options
565    
# Line 624  find %{buildroot} -name '*.la' -delete Line 627  find %{buildroot} -name '*.la' -delete
627  %{_libdir}/libgbm.so.%{gbmmajor}  %{_libdir}/libgbm.so.%{gbmmajor}
628  %{_libdir}/libgbm.so.%{gbmmajor}.*  %{_libdir}/libgbm.so.%{gbmmajor}.*
629    
630    %if %{with wayland}
631  %files -n %{libwaylandeglname}  %files -n %{libwaylandeglname}
632  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}
633  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}.*  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}.*
634    %endif
635    
636  %files -n %{libxaname}  %files -n %{libxaname}
637  %{_libdir}/libxatracker.so.%{xamajor}{,.*}  %{_libdir}/libxatracker.so.%{xamajor}{,.*}
# Line 684  find %{buildroot} -name '*.la' -delete Line 689  find %{buildroot} -name '*.la' -delete
689  %{_includedir}/gbm.h  %{_includedir}/gbm.h
690  %{_libdir}/pkgconfig/gbm.pc  %{_libdir}/pkgconfig/gbm.pc
691    
692    %if %{with wayland}
693  %files -n %{libwaylandeglname}-devel  %files -n %{libwaylandeglname}-devel
694  %{_libdir}/libwayland-egl.so  %{_libdir}/libwayland-egl.so
695  %{_libdir}/pkgconfig/wayland-egl.pc  %{_libdir}/pkgconfig/wayland-egl.pc
696    %endif
697    
698  %files -n %{libxaname}-devel  %files -n %{libxaname}-devel
699  %{_libdir}/libxatracker.so  %{_libdir}/libxatracker.so

Legend:
Removed from v.1156912  
changed lines
  Added in v.1217640

  ViewVC Help
Powered by ViewVC 1.1.30