Compare commits
4
Commits
5aa0a0d891
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4cba24473
|
||
|
|
83b7db8dc5
|
||
|
|
66ec3bfa5c
|
||
|
|
752db04719
|
@@ -1,7 +1,7 @@
|
|||||||
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: 3
|
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
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -51,8 +51,15 @@ make_depends:
|
|||||||
provides:
|
provides:
|
||||||
- opencl-driver
|
- opencl-driver
|
||||||
- opengl-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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user