Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79802 by Eric Sandall for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79802 by Eric Sandall for review
  • Date: Thu, 25 May 2006 14:50:03 +0100 (BST)

Change 79802 by eric_sandall@sandalle-moby on 2006/05/25 14:48:34

* DEPENDS: Depend on libxrender if xorg-server is providing
X11-LIBS

Affected files ...

... //sgl/grimoires/devel/graphics/imagemagick/DEPENDS#6 edit
... //sgl/grimoires/devel/graphics/imagemagick/HISTORY#44 edit

Differences ...

==== //sgl/grimoires/devel/graphics/imagemagick/DEPENDS#6 (xtext) ====

@@ -1,5 +1,5 @@
-depends libtool "--disable-ltdl-install" &&
-depends freetype2 &&
+depends libtool "--disable-ltdl-install" &&
+depends freetype2 &&

optional_depends graphviz \
"--with-gvc" \
@@ -16,6 +16,10 @@
"" \
"To support X display and auto some other dependecies" &&

+if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
+ depends libxrender
+fi &&
+
message "If you are going to install cups, choose espgs instead of
ghostscript." &&

optional_depends POSTSCRIPT-INTERPRETER \

==== //sgl/grimoires/devel/graphics/imagemagick/HISTORY#44 (text) ====

@@ -1,3 +1,6 @@
+2006-05-24 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Depend on libxrender if xorg-server is providing X11-LIBS
+
2006-05-20 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 6.2.7-7




  • [SM-Commit] PERFORCE change 79802 by Eric Sandall for review, Perforce Review Daemon, 05/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page