Compare commits
6
Commits
f847896db0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4cba24473
|
||
|
|
83b7db8dc5
|
||
|
|
66ec3bfa5c
|
||
|
|
752db04719
|
||
|
|
5aa0a0d891
|
||
|
|
ba844ec70b
|
+10
-2
@@ -1,6 +1,6 @@
|
||||
name: mesa
|
||||
description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more
|
||||
version: 26.1.2
|
||||
version: 26.2.1
|
||||
revision: 1
|
||||
url: https://www.mesa3d.org/
|
||||
license: MIT and BSD-3-Clause and SGI-B-2.0
|
||||
@@ -50,8 +50,16 @@ make_depends:
|
||||
- xorgproto
|
||||
provides:
|
||||
- opencl-driver
|
||||
- opengl-driver
|
||||
flags:
|
||||
- name: video-codecs
|
||||
default_value: all_free
|
||||
built_value: ""
|
||||
accepted_values:
|
||||
- value: all_free
|
||||
- value: all
|
||||
downloads:
|
||||
- url: https://archive.mesa3d.org/mesa-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: bac2bca9121897a2b8162e79636b50ac998fca799c8e6cf914edd85962babdf0
|
||||
checksum: c47e81bddc4760360a41ac3c5acec38acb81f9d750ecef47e7f3adc7021a4442
|
||||
@@ -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 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 \
|
||||
-Dglvnd=enabled \
|
||||
-Dvalgrind=enabled \
|
||||
-Dvideo-codecs="$BPM_PKG_FLAG_VIDEO_CODECS" \
|
||||
-Dlibunwind=disabled \
|
||||
build
|
||||
meson compile -C build
|
||||
Reference in New Issue
Block a user