New commits:
commit 435984b7841a7f2b2e22986b93aab802faf88232
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
graphics-libs/mesa: dropped stable branch patches
diff --git a/graphics-libs/mesa/BUILD b/graphics-libs/mesa/BUILD
index 905ca51..4206e6c 100755
--- a/graphics-libs/mesa/BUILD
+++ b/graphics-libs/mesa/BUILD
@@ -20,9 +20,6 @@ case "$HOST" in
MESA_TOOLS="${MESA_TOOLS% }"
;;
esac &&
-if [[ "${MESA_BRANCH}" == "stable" ]]; then
- OPTS+=" use-elf-tls=false"
-fi &&
if is_depends_enabled "${SPELL}" libva &&
! list_find "${MESA_VA_CODECS}" "none"; then
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index cfa4580..6c3f1a3 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,6 +1,8 @@
2022-09-28 Pavel Vinogradov <public AT sourcemage.org>
- * BUILD, DEPENDS: added option so build some patented codecs for video
+ * BUILD, DEPENDS: added option to build some patented codecs for video
acceleration
+ * BUILD, PRE_BUILD, patches-stable/*: removed stable patches, merged
into
+ upstream
2022-09-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 22.2.0
diff --git a/graphics-libs/mesa/PRE_BUILD b/graphics-libs/mesa/PRE_BUILD
index 9a8f363..387dbfb 100755
--- a/graphics-libs/mesa/PRE_BUILD
+++ b/graphics-libs/mesa/PRE_BUILD
@@ -2,7 +2,6 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&