Compare commits

..
6 Commits
Author SHA1 Message Date
EnumDev b4cba24473 Update package version to 26.2.1 2026-09-04 15:57:41 +03:00
EnumDev 83b7db8dc5 Add package flags 2026-07-10 12:23:21 +03:00
EnumDev 66ec3bfa5c Update package version to 26.1.4 2026-07-08 13:33:32 +03:00
EnumDev 752db04719 Update package version to 26.1.3 2026-06-21 11:34:10 +03:00
EnumDev 5aa0a0d891 Provide 'opengl-driver' package 2026-06-10 09:46:01 +03:00
EnumDev ba844ec70b Switch to new package format 2026-06-10 09:38:18 +03:00
2 changed files with 22 additions and 13 deletions
+10 -2
View File
@@ -1,6 +1,6 @@
name: mesa name: mesa
description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more
version: 26.1.2 version: 26.2.1
revision: 1 revision: 1
url: https://www.mesa3d.org/ url: https://www.mesa3d.org/
license: MIT and BSD-3-Clause and SGI-B-2.0 license: MIT and BSD-3-Clause and SGI-B-2.0
@@ -50,8 +50,16 @@ make_depends:
- xorgproto - xorgproto
provides: provides:
- opencl-driver - opencl-driver
- opengl-driver
flags:
- name: video-codecs
default_value: all_free
built_value: ""
accepted_values:
- value: all_free
- value: all
downloads: downloads:
- url: https://archive.mesa3d.org/mesa-${BPM_PKG_VERSION}.tar.xz - url: https://archive.mesa3d.org/mesa-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: bac2bca9121897a2b8162e79636b50ac998fca799c8e6cf914edd85962babdf0 checksum: c47e81bddc4760360a41ac3c5acec38acb81f9d750ecef47e7f3adc7021a4442
+2 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package # This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
@@ -18,6 +18,7 @@ build() {
-Dmicrosoft-clc=disabled \ -Dmicrosoft-clc=disabled \
-Dglvnd=enabled \ -Dglvnd=enabled \
-Dvalgrind=enabled \ -Dvalgrind=enabled \
-Dvideo-codecs="$BPM_PKG_FLAG_VIDEO_CODECS" \
-Dlibunwind=disabled \ -Dlibunwind=disabled \
build build
meson compile -C build meson compile -C build