[Lunar-commits] <moonbase> libpng: adding a patch to fix a png.h error inkscape has during its make.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Mar 5 16:55:48 CET 2009
commit 60a10d96ab9ed4660ef0b297d560cb148e6e5800
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Mar 5 10:55:48 2009 -0500
libpng: adding a patch to fix a png.h error inkscape has during its make.
---
graphics/libpng/BUILD | 7 +++++++
graphics/libpng/DETAILS | 5 ++++-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/graphics/libpng/BUILD b/graphics/libpng/BUILD
new file mode 100644
index 0000000..728cc12
--- /dev/null
+++ b/graphics/libpng/BUILD
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 $$
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/libpng/DETAILS b/graphics/libpng/DETAILS
index 1083fa4..41d1604 100644
--- a/graphics/libpng/DETAILS
+++ b/graphics/libpng/DETAILS
@@ -1,8 +1,11 @@
MODULE=libpng
VERSION=1.2.35
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=libpng-1.2.35-png.h.patch
SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCHJ_URL
SOURCE_VFY=sha1:aad4faf21a1fc5853a55a2ff51351707bde3f6ac
+ SOURCE2_VFY=sha1:3832fb70a4bd9c092292693d4242ca2779b42dab
WEB_SITE=http://www.libpng.org/pub/png/libpng.html
ENTERED=20010922
UPDATED=20090219
@@ -10,7 +13,7 @@
cat << EOF
The PNG library is a collection of routines used to create and
-manipulate PNG format graphics files. The PNG format was designed
+manipulate PNG format graphics files. The PNG format was designed
as a replacement for GIF and, to a lesser extent, TIFF, with many
improvements and extensions.
EOF
More information about the Lunar-commits
mailing list