Skip to Content.
Sympa Menu

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

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 (17e0bc45c457e782af10516e5d2386da099b124f)
  • Date: Sat, 14 Apr 2012 06:17:37 -0500

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

x11-libs/cairo/DEPENDS | 14 +++++++-------
x11-libs/cairo/HISTORY | 4 ++++
xorg-lib/pixman/DETAILS | 4 ++--
xorg-lib/pixman/HISTORY | 6 ++++++
4 files changed, 19 insertions(+), 9 deletions(-)

New commits:
commit 17e0bc45c457e782af10516e5d2386da099b124f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: fixed build when drm support is enabled
(cherry picked from commit 198d719bc8f50fbc9ab8cecbe548c980e098246e)

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

cairo: bumped pixman version requirement
(cherry picked from commit e34f5d3578a9ae06b4d3eb7525d74d71928fffad)

commit 78f78c8a56c6d2b4d4b976752b6c665127b211e3
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pixman 0.22.2
(cherry picked from commit 3b2b886e243caebc18201b0ca5371e387bd89a07)

commit e69485b9e17c975971e191d833954cb420473f21
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pixman: => 0.22.0
(cherry picked from commit 57d3783bd8ac81cae712979f7637b688bbdb030a)

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

diff --git a/xorg-lib/pixman/DETAILS b/xorg-lib/pixman/DETAILS
index ae6ab8a..bb00206 100755
--- a/xorg-lib/pixman/DETAILS
+++ b/xorg-lib/pixman/DETAILS
@@ -1,6 +1,6 @@
SPELL=pixman
- VERSION=0.20.2
-
SOURCE_HASH=sha512:507dc4738df6ee49298e296dd3a95030dda7da27f60d9fa5ba025e299c864db6f4fd3041c7c347e4dfe677ec11c2ae6180622aff37bc0923f839dedfde606688
+ VERSION=0.22.2
+
SOURCE_HASH=sha512:6702ee59cfcc79f12d7e433e6acd7e6b8beacde07decc5762367eaff29bd88b35470611aff7ddc8675002218052c197899b1227854ca36ab9ff687acd889523b
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
SOURCE_URL[1]=http://xorg.freedesktop.org/releases/individual/lib/$SOURCE
diff --git a/xorg-lib/pixman/HISTORY b/xorg-lib/pixman/HISTORY
index 56114c9..3baca6d 100644
--- a/xorg-lib/pixman/HISTORY
+++ b/xorg-lib/pixman/HISTORY
@@ -1,3 +1,9 @@
+2011-07-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.22.2
+
+2011-05-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.22.0
+
2011-01-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.20.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (17e0bc45c457e782af10516e5d2386da099b124f), Vlad Glagolev, 04/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page