diff --git a/clang.be0 b/clang.be0 index 5d788b958..f3c3ba478 100755 --- a/clang.be0 +++ b/clang.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION clang-9.0.1-0 +# BEE_VERSION clang-12.0.1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) diff --git a/libdrm.be0 b/libdrm.be0 index 29a4751b6..ad0b2ee73 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.102-0 +# BEE_VERSION libdrm-2.4.107-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) diff --git a/libglvnd.be0 b/libglvnd.be0 index 1f492c52c..18b3ef83e 100755 --- a/libglvnd.be0 +++ b/libglvnd.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libglvnd-1.3.0-0 +# BEE_VERSION libglvnd-1.3.3-0 SRCURL[0]="https://github.com/NVIDIA/libglvnd/archive/v${PKGVERSION}.tar.gz libglvnd-${PKGVERSION}.tar.gz" diff --git a/llvm.be0 b/llvm.be0 index 4d07454e0..a40d8cf38 100755 --- a/llvm.be0 +++ b/llvm.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION llvm-9.0.1-1 +# BEE_VERSION llvm-12.0.1-0 -# SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-${PKGVERSION}.src.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/31eb9ce73dd2a0f8dcab8319fb03f8fc/llvm-9.0.1.src.tar.xz" +#SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-${PKGVERSION}.src.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/72a257604efa1d32ef85a37cd9c66873/llvm-12.0.1.src.tar.xz" # PATCHURL+=() diff --git a/mesalib.be0 b/mesalib.be0 index 6ed0124ae..af64154a0 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-20.1.7-0 +# BEE_VERSION mesalib-21.1.5-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,7 +15,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/0001-swr-Fix-crashes-on-non-AVX-hardware.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -58,7 +58,7 @@ mee_configure() { -Dbuildtype=release \ -Dgallium-drivers="nouveau,r600,radeonsi,svga,swrast,swr" \ -Dvulkan-drivers="amd,intel" \ - -Dosmesa=gallium \ + -Dosmesa=true \ -Dvalgrind=false \ -Dglvnd=true } diff --git a/wayland.be0 b/wayland.be0 index 9b3dc49cf..7501e0f23 100755 --- a/wayland.be0 +++ b/wayland.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wayland-1.16.0-0 +# BEE_VERSION wayland-1.19.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)