New commits:
commit c806e0cdec4946d686516c39bf92478291e99f96
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
graphics-libs/mesa: made xvmc option stable only, added git for scm branch
# strip any leading spaces from the driver lists
diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index a741280..8b81f73 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -40,8 +40,14 @@ if list_find "$MESA_EGL" wayland;then
depends wayland-protocols
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' &&
-optional_depends libxvmc 'gallium-xvmc=enabled' 'gallium-xvmc=disabled'
'gallium xvmc state tracker(obsolete)' &&
optional_depends libva 'gallium-va=enabled' 'gallium-va=disabled'
'gallium va state tracker' &&
if is_depends_enabled "${SPELL}" libva; then
. $GRIMOIRE/config_query_multi.function &&
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index c33a507..4279ad4 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-10-03 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS: made xvmc option stable only, added git for scm
branch
+
2022-09-30 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: fixed llvm optional flags
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c806e0cdec4946d686516c39bf92478291e99f96),
Pavel Vinogradov, 10/03/2022