Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (81e245b4ee8a5860b7dca53265953626d96224ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (81e245b4ee8a5860b7dca53265953626d96224ec)
  • Date: Thu, 1 Jan 2009 14:38:06 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/xulrunner/DEPENDS | 2 +-
http/xulrunner/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 81e245b4ee8a5860b7dca53265953626d96224ec
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xulrunner: Added sub depends on libpng for APNG

diff --git a/http/xulrunner/DEPENDS b/http/xulrunner/DEPENDS
index cbf9bd8..d3a2512 100755
--- a/http/xulrunner/DEPENDS
+++ b/http/xulrunner/DEPENDS
@@ -3,7 +3,7 @@ depends cairo &&
depends jpeg &&
depends libidl &&
depends libxft &&
-depends libpng &&
+depends -sub APNG libpng &&
depends sqlite &&
depends nspr &&
depends -sub "3.12.x" nss &&
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 8d2c87e..7a25bff 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,6 @@
+2009-01-01 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added sub depends for libpng on APNG
+
2008-12-30 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.9.0.5. SECURITY_PATCH++
Mozilla still hasn't provided so using 1.9.0.5 checkouted from scm.



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (81e245b4ee8a5860b7dca53265953626d96224ec), George Sherwood, 01/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page