Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : mesalib | name : mesalib | ||||
| version : 18.3.3 | version : 19.0.0 | ||||
| release : 115 | release : 116 | ||||
| source : | source : | ||||
| - https://mesa.freedesktop.org/archive/mesa-18.3.3.tar.xz : 2ab6886a6966c532ccbcc3b240925e681464b658244f0cbed752615af3936299 | - https://mesa.freedesktop.org/archive/mesa-19.0.0.tar.xz : 5a549dfb40ec31e5c36c47aadac04554cb2e2a8d144a046a378fc16da57e38f8 | ||||
| homepage : http://mesa3d.org/ | homepage : http://mesa3d.org/ | ||||
| license : | license : | ||||
| - BSL-1.0 | - BSL-1.0 | ||||
| - MIT | - MIT | ||||
| - SGI-B-1.0 | - SGI-B-1.0 | ||||
| component : xorg.display | component : xorg.display | ||||
| summary : Mesa is an OpenGL compatible 3D graphics library. | summary : Mesa is an OpenGL compatible 3D graphics library. | ||||
| optimize : | optimize : | ||||
| ▲ Show 20 Lines • Show All 65 Lines • ▼ Show 20 Lines | %configure --disable-static \ | ||||
| --enable-gallium-egl \ | --enable-gallium-egl \ | ||||
| --enable-gallium-gbm \ | --enable-gallium-gbm \ | ||||
| --enable-llvm \ | --enable-llvm \ | ||||
| --enable-nine \ | --enable-nine \ | ||||
| --enable-gallium-osmesa \ | --enable-gallium-osmesa \ | ||||
| --with-vulkan-drivers="intel,radeon" \ | --with-vulkan-drivers="intel,radeon" \ | ||||
| --with-platforms="drm,x11,wayland" \ | --with-platforms="drm,x11,wayland" \ | ||||
| --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast,virgl" \ | --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast,virgl" \ | ||||
| --enable-libglvnd | --enable-libglvnd \ | ||||
| --enable-autotools | |||||
| build : | | build : | | ||||
| unset LD_AS_NEEDED | unset LD_AS_NEEDED | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| unset LD_AS_NEEDED | unset LD_AS_NEEDED | ||||
| %make_install | %make_install | ||||
| # Remove libGLES* files provided by libglvnd | # Remove libGLES* files provided by libglvnd | ||||
| rm -f $installdir/%libdir%/libGLES* | rm -f $installdir/%libdir%/libGLES* | ||||
| # Add missing symlink | # Add missing symlink | ||||
| ln -s libGLX_mesa.so.0 $installdir/%libdir%/libGLX_indirect.so.0 | ln -s libGLX_mesa.so.0 $installdir/%libdir%/libGLX_indirect.so.0 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.