Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e887bb2473104da48d928e7025f4119d7c12ccd8)

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 master grimoire by Vlad Glagolev (e887bb2473104da48d928e7025f4119d7c12ccd8)
  • Date: Mon, 20 Jun 2011 10:41:36 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11-libs/cairo/DEPENDS | 2 +-
x11-libs/cairo/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e887bb2473104da48d928e7025f4119d7c12ccd8
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 ad9278f..ba839d6 100755
--- a/x11-libs/cairo/DEPENDS
+++ b/x11-libs/cairo/DEPENDS
@@ -2,7 +2,7 @@ depends freetype2 '--enable-ft' &&
depends fontconfig &&
depends pixman &&

-if spell_ok pixman && [[ $(installed_version pixman) < 0.12 ]]; then
+if spell_ok pixman && [[ $(installed_version pixman) < 0.18.4 ]]; then
force_depends pixman
fi &&

diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index 49e13b8..36cde1d 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,6 @@
+2011-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: bumped pixman version requirement
+
2011-03-22 George Sherwood <gsherwood AT sourcemage.org>
* CONFIGURE: Added option for tee surface backend feature
* BUILD: Added build to add option for TEE



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e887bb2473104da48d928e7025f4119d7c12ccd8), Vlad Glagolev, 06/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page