Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (af8ce40a5771388234e973615181a6f7f25c87eb)
  • Date: Sat, 30 Nov 2024 20:39:38 +0000

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

video-libs/libplacebo/HISTORY | 3 +++
video-libs/libplacebo/PRE_BUILD | 7 +++++++
2 files changed, 10 insertions(+)

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

video-libs/libplacebo: added fix from BLFS to build with glslang 15.0.0

diff --git a/video-libs/libplacebo/HISTORY b/video-libs/libplacebo/HISTORY
index 6310a3b..86cf478 100644
--- a/video-libs/libplacebo/HISTORY
+++ b/video-libs/libplacebo/HISTORY
@@ -1,3 +1,6 @@
+2024-11-30 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added fix from BLFS to build with glslang 15.0.0
+
2024-07-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 7.349.0

diff --git a/video-libs/libplacebo/PRE_BUILD b/video-libs/libplacebo/PRE_BUILD
new file mode 100755
index 0000000..9bae5ca
--- /dev/null
+++ b/video-libs/libplacebo/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+# for glslang 15.0.0
+sed -e "20s/$/,/" \
+ -e "21i cxx.find_library('glslang', required: false)" \
+ -i src/glsl/meson.build


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (af8ce40a5771388234e973615181a6f7f25c87eb), Pavel Vinogradov, 11/30/2024

Archive powered by MHonArc 2.6.24.

Top of Page