summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2009-05-03 10:33:07 +0200
committerTreeve Jelbert2009-05-03 10:33:07 +0200
commitdd87c30bacc9b01c3100a8c5e235b4dc91a1c2ae (patch)
tree3229affb23db94c5605677d99adf770acd067d84
parentdc853e5ef9dcba1c4664a0c1199e4b10b29c16f3 (diff)
photoprint: => 0.4.0
-rwxr-xr-xprinter/photoprint/DETAILS4
-rw-r--r--printer/photoprint/HISTORY4
-rwxr-xr-xprinter/photoprint/PRE_BUILD8
3 files changed, 14 insertions, 2 deletions
diff --git a/printer/photoprint/DETAILS b/printer/photoprint/DETAILS
index bbc2758fa6..749dfc6e3d 100755
--- a/printer/photoprint/DETAILS
+++ b/printer/photoprint/DETAILS
@@ -1,6 +1,6 @@
SPELL=photoprint
- VERSION=0.4.0-pre5
- SOURCE_HASH=sha512:9d816527fec06ee3e114ea3dd90fa74905a359a8887d02c74e30f09da7f72d9e5f0c4fc7746f39b4608c9b3ddd635e3be44a5628cb5cfbe20f76189638729184
+ VERSION=0.4.0
+ SOURCE_HASH=sha512:4f07ac7426645bb3c9a6a52829004583b854a322be795d1e85af23586fad080a278f9bdc349fc6d67af06ef8f160e99e17e52e517e22d15cbbd1601c64e2d3d5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://blackfiveimaging.co.uk/
diff --git a/printer/photoprint/HISTORY b/printer/photoprint/HISTORY
index f8baa3861b..305c2d7048 100644
--- a/printer/photoprint/HISTORY
+++ b/printer/photoprint/HISTORY
@@ -1,3 +1,7 @@
+2009-05-02 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.4.0
+ * PRE_BUILD: added, fix for gcc-4.4, add <cstdio>
+
2009-01-12 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.4.0-pre5
diff --git a/printer/photoprint/PRE_BUILD b/printer/photoprint/PRE_BUILD
new file mode 100755
index 0000000000..b63db5e350
--- /dev/null
+++ b/printer/photoprint/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# fix for gcc-4.4
+sed -i '1 i\
+#include <cstdio>\
+' support/layoutrectangle.cpp support/signature.cpp support/circlemontage.cpp \
+ support/pathsupport.cpp support/searchpath.cpp support/tempfile.cpp \
+ layout_poster.cpp