Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce4e05956d442043d535f74f76af5ecbbbd8e38f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce4e05956d442043d535f74f76af5ecbbbd8e38f)
  • Date: Fri, 2 Dec 2022 08:49:29 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/CONFIGURE | 32 +++++++++++---------------------
graphics-libs/mesa/DEPENDS | 3 ---
graphics-libs/mesa/HISTORY | 3 +++
3 files changed, 14 insertions(+), 24 deletions(-)

New commits:
commit ce4e05956d442043d535f74f76af5ecbbbd8e38f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: removed xvmc option completely
(tools and libxvmc optional dependency)

diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 200b918..8397407 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -7,6 +7,7 @@ persistent_remove MESA_OSMESA
persistent_remove MESA_DRI &&
persistent_remove MESA_ARCH &&
list_remove MESA_GLX "gallium-xlib" &&
+list_remove MESA_TOOLS "xvmc" &&

# adjust some flags
MESA_GLES1=${MESA_GLES1/true/enabled}
@@ -61,27 +62,16 @@ if list_find "$MESA_VULKAN" all; then
fi &&
config_query_option MESA_GLES1 "support GLES1 - embedded systems" n
gles1=enabled gles1=disabled &&
config_query_option MESA_GLES2 "support GLES2/3 - embedded systems" n
gles2=enabled gles2=disabled &&
-if [[ "${MESA_BRANCH}" == "scm" ]]; then
- config_query_multi MESA_TOOLS "which tools to build" \
- etnaviv \
- freedreno \
- glsl \
- intel \
- intel-ui \
- nir \
- nouveau &&
- list_remove MESA_TOOLS "xvmc"
-else
- config_query_multi MESA_TOOLS "which tools to build" \
- etnaviv \
- freedreno \
- glsl \
- intel \
- intel-ui \
- nir \
- nouveau \
- xvmc
-fi &&
+
+config_query_multi MESA_TOOLS "which tools to build" \
+ etnaviv \
+ freedreno \
+ glsl \
+ intel \
+ intel-ui \
+ nir \
+ nouveau &&
+
config_query_multi MESA_OMX "OMax support" auto disabled tizonia bellagio

# strip any leading spaces from the driver lists
diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index 8197b57..74edd05 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -42,9 +42,6 @@ fi &&

if [[ "${MESA_BRANCH}" == "scm" ]]; then
depends git
-else
- optional_depends libxvmc 'gallium-xvmc=enabled' 'gallium-xvmc=disabled' \
- 'gallium xvmc state tracker(obsolete)'
fi &&

optional_depends libvdpau 'gallium-vdpau=enabled' 'gallium-vdpau=disabled'
'gallium vdpau state tracker' &&
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 4043c08..36926e3 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-12-02 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS: removed xvmc option completely
+
2022-11-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 22.3.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce4e05956d442043d535f74f76af5ecbbbd8e38f), Pavel Vinogradov, 12/02/2022

Archive powered by MHonArc 2.6.24.

Top of Page