Skip to Content.
Sympa Menu

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

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 (ce910a9ccb727ef3ce6e0c816e136d5ba33b6fc0)
  • Date: Tue, 14 Oct 2008 05:50:01 -0500

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

x11-libs/cairo/HISTORY | 3 +++
x11-libs/cairo/REPAIR^all^SUB_DEPENDS | 10 ++++++++++
2 files changed, 13 insertions(+)

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

cairo: repairing the previous subdeps

diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index a39f36b..1f90f97 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * REPAIR^all^SUB_DEPENDS: added, for repairing the previous subdeps
+
2008-10-13 Vlad Glagolev <stealth AT sourcemage.org>
* [PRE_]SUB_DEPENDS: added ps subdep for new gtk+2
* REPAIR^all^PRE_SUB_DEPENDS: added, for repairing the previous
subdeps
diff --git a/x11-libs/cairo/REPAIR^all^SUB_DEPENDS
b/x11-libs/cairo/REPAIR^all^SUB_DEPENDS
new file mode 100755
index 0000000..10e6792
--- /dev/null
+++ b/x11-libs/cairo/REPAIR^all^SUB_DEPENDS
@@ -0,0 +1,10 @@
+case $THIS_SUB_DEPENDS in
+ PDF) message "Cairo with PDF support requested, forcing poppler
dependency" &&
+ depends poppler "--enable-pdf";;
+ XCB) message "Cairo with XCB support requested, forcing xcb-util
dependency" &&
+ depends xcb-util "--enable-xcb";;
+ PS) message "Cairo with PS support requested, forcing ghostscript
dependency" &&
+ depends ghostscript "--enable-ps";;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ce910a9ccb727ef3ce6e0c816e136d5ba33b6fc0), Vlad Glagolev, 10/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page