X-Git-Url: http://gitweb/?a=blobdiff_plain;f=mesa3d%2FPkgfile;h=65ac2ad88df6a81e8903f3a0923dbadfee6a2f49;hb=9e4288300836e406993b2fc39363535f3678fd88;hp=781121649ec7bea959bbb987844eda3c0fe9fa43;hpb=7e01b0cc4a3738eb76e0281e19849a87c7d3b4df;p=ports%2Fxorg-arm64.git diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile index 7811216..65ac2ad 100644 --- a/mesa3d/Pkgfile +++ b/mesa3d/Pkgfile @@ -1,13 +1,13 @@ # Description: Mesa 3D Graphics Library # URL: http://www.mesa3d.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: elfutils expat libdrm libvdpau llvm xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxvmc xorg-presentproto xorg-libxxf86vm -# Optional: nettle +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: elfutils libdrm libvdpau llvm xorg-libxdamage xorg-libxshmfence xorg-libxvmc xorg-libxxf86vm python-mako name=mesa3d -version=11.2.2 +version=18.3.4 release=1 -source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz) +source=(ftp://ftp.freedesktop.org/pub/mesa/mesa-$version.tar.xz) build() { cd mesa-$version @@ -26,7 +26,7 @@ build() { --enable-llvm-shared-libs \ --disable-dependency-tracking \ --with-dri-drivers=swrast \ - --with-gallium-drivers=swrast,svga,freedreno \ + --with-gallium-drivers=swrast,freedreno \ --with-egl-platforms=x11,drm make