Skip to Content.
Sympa Menu

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

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 (24f81f302e9549283e0ef0eee773751cb3a63f30)
  • Date: Thu, 2 Feb 2023 04:21:23 +0000

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

x11-libs/cairo/DEPENDS | 11 ++++++-----
x11-libs/cairo/HISTORY | 3 +++
2 files changed, 9 insertions(+), 5 deletions(-)

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

x11-libs/cairo: no OPENGL in scm branch anymore

diff --git a/x11-libs/cairo/DEPENDS b/x11-libs/cairo/DEPENDS
index 46892ee..a891b93 100755
--- a/x11-libs/cairo/DEPENDS
+++ b/x11-libs/cairo/DEPENDS
@@ -71,11 +71,12 @@ optional_depends libpng \

optional_depends lzo "" "" "for LZO compression support" &&

-optional_depends OPENGL \
- "gl-backend=auto" \
- "gl-backend=disabled" \
- "for OpenGL accelerated graphics" &&
-
+if [[ "${CAIRO_BRANCH}" != "scm" ]]; then
+ optional_depends OPENGL \
+ "gl-backend=auto" \
+ "gl-backend=disabled" \
+ "for OpenGL accelerated graphics"
+fi &&

optional_depends gtk-doc \
"gtk_doc=true" \
diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index 5619ce0..4f5afbd 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,6 @@
+2023-02-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: OPENGL isn't for scm branch anymore
+
2022-09-17 Pavel Vinogradov <public AT sourcemage.org>
* cairo-1.10.0-buggy_gradients.patch: actually removed the patch




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (24f81f302e9549283e0ef0eee773751cb3a63f30), Pavel Vinogradov, 02/01/2023

Archive powered by MHonArc 2.6.24.

Top of Page