/[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 1175798 by tv, Sat Nov 4 08:04:17 2017 UTC revision 1237202 by tv, Sat Jun 16 08:06:58 2018 UTC
# Line 1  Line 1 
 %if "%distro_section" == "tainted"  
 %global build_plf 1  
 %else  
 %global build_plf 0  
 %endif  
   
1  # (cg) Cheater...  # (cg) Cheater...
2  %define Werror_cflags %nil  %define Werror_cflags %nil
3    
# Line 12  Line 6 
6    
7  # https://cgit.freedesktop.org/mesa/mesa/commit/?h=13.0&id=3bb0415ab96f74183f7aa58c1a543448653ccb3e  # https://cgit.freedesktop.org/mesa/mesa/commit/?h=13.0&id=3bb0415ab96f74183f7aa58c1a543448653ccb3e
8  %define git 0  %define git 0
9  %define git_branch 17.1  %define git_branch 18.0
10    
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            17.3.0  %define main_version            18.1.2
15  %define relc                    2  #define relc                    4
16  %define rel                     1  %define rel                     1
17    
18  %define release                 %mkrel %{?relc:0.rc%{relc}.}%{rel}  %define release                 %mkrel %{?relc:0.rc%{relc}.}%{rel}
# Line 90  Line 84 
84    
85  %define mesasrcdir              %{_prefix}/src/Mesa/  %define mesasrcdir              %{_prefix}/src/Mesa/
86    
87    %define with_vaapi 1
88    
89  # (akien) Not adding on arm as it would break the build there  # (akien) Not adding on arm as it would break the build there
90  %define enable_vulkan   0  %define enable_vulkan   0
91  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
92  %define enable_vulkan   1  %define enable_vulkan   1
93  %endif  %endif
94    
95    
96    %ifarch %{arm} aarch64
97    %define with_etnaviv   1
98    %define with_freedreno 1
99    %define with_vc4       1
100    %endif
101    
102  %define base_drivers swrast,nouveau,radeon,r200  %define base_drivers swrast,nouveau,radeon,r200
103  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
104  %define platform_drivers ,i915,i965  %define platform_drivers ,i915,i965
105  %define gallium_platform_drivers ,svga  %define gallium_platform_drivers ,svga
106  %endif  %endif
107    
108    %define with_wayland_egl 0
109    
110  %define dri_drivers --with-dri-drivers=%{?base_drivers}%{?platform_drivers}  %define dri_drivers --with-dri-drivers=%{?base_drivers}%{?platform_drivers}
111    
112  Name:           mesa  Name:           mesa
# Line 121  BuildRequires: pkgconfig(xdamage)      >= 1.1 Line 127  BuildRequires: pkgconfig(xdamage)      >= 1.1
127  BuildRequires:  pkgconfig(expat)                >= 2.0.1  BuildRequires:  pkgconfig(expat)                >= 2.0.1
128  BuildRequires:  gccmakedep  BuildRequires:  gccmakedep
129  BuildRequires:  x11-proto-devel         >= 7.3  BuildRequires:  x11-proto-devel         >= 7.3
130  BuildRequires:  pkgconfig(libdrm)       >= 2.4.60  BuildRequires:  pkgconfig(libdrm)       >= 2.4.91
131  BuildRequires:  pkgconfig(xcb-dri3)  BuildRequires:  pkgconfig(xcb-dri3)
132  BuildRequires:  pkgconfig(xcb-present)  >= 1.11  BuildRequires:  pkgconfig(xcb-present)  >= 1.11
133  BuildRequires:  pkgconfig(xext)         >= 1.1.1  BuildRequires:  pkgconfig(xext)         >= 1.1.1
134  BuildRequires:  pkgconfig(xxf86vm)      >= 1.1.0  BuildRequires:  pkgconfig(xxf86vm)      >= 1.1.0
135  BuildRequires:  pkgconfig(xi)           >= 1.3  BuildRequires:  pkgconfig(xi)           >= 1.3
136  BuildRequires:  pkgconfig(talloc)  BuildRequires:  pkgconfig(talloc)
137  BuildRequires:  libxml2-python  BuildRequires:  python2-libxml2
138  BuildRequires:  python-mako  BuildRequires:  python2-mako
139    BuildRequires:  python3-libxml2
140    BuildRequires:  python3-mako
141  BuildRequires:  makedepend  BuildRequires:  makedepend
142  BuildRequires:  bison  BuildRequires:  bison
143  BuildRequires:  flex  BuildRequires:  flex
144  BuildRequires:  pkgconfig(libelf)  BuildRequires:  pkgconfig(libelf)
145  BuildRequires:  llvm-devel >= 3.9.1-5  BuildRequires:  llvm-devel >= 3.9.1-5
146  BuildRequires:  pkgconfig(libudev)  BuildRequires:  pkgconfig(libudev)
147    %if 0%{?with_vaapi}
148  BuildRequires:  pkgconfig(libva)  BuildRequires:  pkgconfig(libva)
149    %endif
150  BuildRequires:  pkgconfig(vdpau)  BuildRequires:  pkgconfig(vdpau)
151  BuildRequires:  wayland-devel  BuildRequires: pkgconfig(wayland-client)
152    BuildRequires: pkgconfig(wayland-server)
153    BuildRequires: pkgconfig(wayland-protocols)
154  %if %{enable_vulkan}  %if %{enable_vulkan}
155  BuildRequires:  libgcrypt-devel  BuildRequires:  libgcrypt-devel
156  %endif  %endif
# Line 315  Requires:      %{libgbmname} = %{version}-%{r Line 327  Requires:      %{libgbmname} = %{version}-%{r
327  Provides:       lib%{gbmname}-devel  Provides:       lib%{gbmname}-devel
328  Provides:       %{gbmname}-devel  Provides:       %{gbmname}-devel
329    
330    %if %{?with_wayland_egl}
331  %package -n     %{libwaylandeglname}  %package -n     %{libwaylandeglname}
332  Summary:        Files for Mesa (Wayland EGL libs)  Summary:        Files for Mesa (Wayland EGL libs)
333  Group:          System/Libraries  Group:          System/Libraries
# Line 326  Group:         Development/C Line 339  Group:         Development/C
339  Requires:       %{libwaylandeglname} = %{version}-%{release}  Requires:       %{libwaylandeglname} = %{version}-%{release}
340  Provides:       lib%{waylandeglname}-devel  Provides:       lib%{waylandeglname}-devel
341  Provides:       %{waylandeglname}-devel  Provides:       %{waylandeglname}-devel
342    %endif
343    
344  %package -n     %{_lib}vdpau-driver-nouveau  %package -n     %{_lib}vdpau-driver-nouveau
345  Summary:        VDPAU plugin for nouveau driver  Summary:        VDPAU plugin for nouveau driver
# Line 469  GBM (Graphics Buffer Manager) parts. Line 483  GBM (Graphics Buffer Manager) parts.
483  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
484  GBM (Graphics Buffer Manager) development parts.  GBM (Graphics Buffer Manager) development parts.
485    
486    %if %{?with_wayland_egl}
487  %description -n %{libwaylandeglname}  %description -n %{libwaylandeglname}
488  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
489  Wayland EGL platform parts.  Wayland EGL platform parts.
# Line 476  Wayland EGL platform parts. Line 491  Wayland EGL platform parts.
491  %description -n %{libwaylandeglname}-devel  %description -n %{libwaylandeglname}-devel
492  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.  Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library.
493  Wayland EGL platform development parts.  Wayland EGL platform development parts.
494    %endif
495    
496  %description -n %{libxaname}  %description -n %{libxaname}
497  This packages provides the xa shared library used by gallium.  This packages provides the xa shared library used by gallium.
# Line 515  This package contains the development fi Line 531  This package contains the development fi
531  %prep  %prep
532  %autosetup -n %{name}-%{version}%{?relc:-rc%{relc}} -p1  %autosetup -n %{name}-%{version}%{?relc:-rc%{relc}} -p1
533    
 # 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  
   
534  %build  %build
535  # (re)generate auto* generated files using our autotools and libtoolize  # (re)generate auto* generated files using our autotools and libtoolize
536  autoreconf -vfi  autoreconf -vfi
# Line 537  automake --add-missing Line 549  automake --add-missing
549                  --enable-gles2 \                  --enable-gles2 \
550                  --disable-xvmc \                  --disable-xvmc \
551                  --enable-vdpau \                  --enable-vdpau \
552                  --enable-va \                  %{?with_vaapi:--enable-va} \
553                  --with-platforms=x11,wayland,drm \                  --with-platforms=x11,drm,surfaceless,wayland \
554                  --enable-shared-glapi \                  --enable-shared-glapi \
555                  --enable-gbm \                  --enable-gbm \
556                  --enable-glx \                  --enable-glx \
# Line 548  automake --add-missing Line 560  automake --add-missing
560                  --enable-dri \                  --enable-dri \
561                  --enable-xa \                  --enable-xa \
562                  --enable-nine \                  --enable-nine \
563                  --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl%{?gallium_platform_drivers} \                  --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,imx,}%{?with_vc4:vc4,}virgl%{?gallium_platform_drivers} \
564          %{?dri_drivers}          %{?dri_drivers}
565                  # end of configure options                  # end of configure options
566    
# Line 579  rm -f %{buildroot}%{_includedir}/GL/w*.h Line 591  rm -f %{buildroot}%{_includedir}/GL/w*.h
591  # remove .la files  # remove .la files
592  find %{buildroot} -name '*.la' -delete  find %{buildroot} -name '*.la' -delete
593    
594    # remove libwayland-egl on F28+ where it's built as part of wayland source package
595    %if !%{?with_wayland_egl}
596    rm -f %{buildroot}%{_libdir}/libwayland-egl.so*
597    rm -f %{buildroot}%{_libdir}/pkgconfig/wayland-egl.pc
598    %endif
599    
600  #------------------------------------------------------------------------------  #------------------------------------------------------------------------------
601    
602  %files  %files
# Line 616  find %{buildroot} -name '*.la' -delete Line 634  find %{buildroot} -name '*.la' -delete
634  %{_libdir}/libgbm.so.%{gbmmajor}  %{_libdir}/libgbm.so.%{gbmmajor}
635  %{_libdir}/libgbm.so.%{gbmmajor}.*  %{_libdir}/libgbm.so.%{gbmmajor}.*
636    
637    %if %{?with_wayland_egl}
638  %files -n %{libwaylandeglname}  %files -n %{libwaylandeglname}
639  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}
640  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}.*  %{_libdir}/libwayland-egl.so.%{waylandeglmajor}.*
641    %endif
642    
643  %files -n %{libxaname}  %files -n %{libxaname}
644  %{_libdir}/libxatracker.so.%{xamajor}{,.*}  %{_libdir}/libxatracker.so.%{xamajor}{,.*}
# Line 676  find %{buildroot} -name '*.la' -delete Line 696  find %{buildroot} -name '*.la' -delete
696  %{_includedir}/gbm.h  %{_includedir}/gbm.h
697  %{_libdir}/pkgconfig/gbm.pc  %{_libdir}/pkgconfig/gbm.pc
698    
699    %if %{?with_wayland_egl}
700  %files -n %{libwaylandeglname}-devel  %files -n %{libwaylandeglname}-devel
701  %{_libdir}/libwayland-egl.so  %{_libdir}/libwayland-egl.so
702  %{_libdir}/pkgconfig/wayland-egl.pc  %{_libdir}/pkgconfig/wayland-egl.pc
703    %endif
704    
705  %files -n %{libxaname}-devel  %files -n %{libxaname}-devel
706  %{_libdir}/libxatracker.so  %{_libdir}/libxatracker.so

Legend:
Removed from v.1175798  
changed lines
  Added in v.1237202

  ViewVC Help
Powered by ViewVC 1.1.30