Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (198d719bc8f50fbc9ab8cecbe548c980e098246e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (198d719bc8f50fbc9ab8cecbe548c980e098246e)
  • Date: Sat, 14 Apr 2012 06:17:36 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

x11-libs/cairo/DEPENDS | 14 +++++++-------
x11-libs/cairo/HISTORY | 4 ++++
2 files changed, 11 insertions(+), 7 deletions(-)

New commits:
commit 198d719bc8f50fbc9ab8cecbe548c980e098246e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: fixed build when drm support is enabled

commit e34f5d3578a9ae06b4d3eb7525d74d71928fffad
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: bumped pixman version requirement

diff --git a/x11-libs/cairo/DEPENDS b/x11-libs/cairo/DEPENDS
index aed7b62..2dcc968 100755
--- a/x11-libs/cairo/DEPENDS
+++ b/x11-libs/cairo/DEPENDS
@@ -4,7 +4,7 @@ depends freetype2 '--enable-ft' &&
depends fontconfig &&
depends pixman &&

-if spell_ok pixman && is_version_less $(installed_version pixman) 0.18.4;
then
+if spell_ok pixman && is_version_less $(installed_version pixman) 0.22.0;
then
force_depends pixman
fi &&

@@ -34,12 +34,12 @@ if is_depends_enabled $SPELL libx11; then
"--disable-xlib-xcb"
fi &&

-optional_depends udev \
- "--enable-drm" \
- "--disable-drm" \
- "for drm support" &&
-
-# these options are bogus
+# these DRM options are bogus
+#optional_depends udev \
+# "--enable-drm" \
+# "--disable-drm" \
+# "for drm support" &&
+#
#if is_depends_enabled $SPELL udev; then
# config_query_option CAIRO_OPTS "Enable XCB drm functions feature?" n \
# "--enable-xcb-drm" \
diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index 0f95d8e..12b35a4 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,7 @@
+2012-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: bumped pixman version requirement; removed DRM options
+ to fix compilation cause of some missing functions
+
2012-04-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.12.0




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (198d719bc8f50fbc9ab8cecbe548c980e098246e), Vlad Glagolev, 04/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page