From b571b92db0423cc97e98534b2f633d0e3d19bd2a Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Mon, 25 Oct 2010 06:49:24 -0500 Subject: graphics/exact-image: Updated for version 0.8.3. Signed-off-by: Erik Hanson --- graphics/exact-image/exact-image.SlackBuild | 4 ++-- graphics/exact-image/exact-image.info | 6 +++--- graphics/exact-image/fixup-perl_paths.diff | 6 +++--- graphics/exact-image/png.cc-libpng14.diff | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/graphics/exact-image/exact-image.SlackBuild b/graphics/exact-image/exact-image.SlackBuild index af5bcabc21..03abc3b3cf 100644 --- a/graphics/exact-image/exact-image.SlackBuild +++ b/graphics/exact-image/exact-image.SlackBuild @@ -3,7 +3,7 @@ # Written by Benjamin Trigona-Harany PRGNAM=exact-image -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ patch -p1 --verbose < $CWD/png.cc-libpng14.diff # Patch to fix perl path eval $(perl -V:vendorlib) -sed "s,@vendorlib@,$vendorlib,g" $CWD/fixup-perl_paths.diff | patch -p1 +sed "s,@vendorlib@,$vendorlib,g" $CWD/fixup-perl_paths.diff | patch -p1 --verbose ./configure \ --bindir=/usr/bin \ diff --git a/graphics/exact-image/exact-image.info b/graphics/exact-image/exact-image.info index f7165783cf..4c1b873d88 100644 --- a/graphics/exact-image/exact-image.info +++ b/graphics/exact-image/exact-image.info @@ -1,8 +1,8 @@ PRGNAM="exact-image" -VERSION="0.8.2" +VERSION="0.8.3" HOMEPAGE="http://www.exactcode.de/site/open_source/exactimage/" -DOWNLOAD="http://dl.exactcode.de/oss/exact-image/exact-image-0.8.2.tar.bz2" -MD5SUM="57df19be487307df1579b1f370c28e83" +DOWNLOAD="http://dl.exactcode.de/oss/exact-image/exact-image-0.8.3.tar.bz2" +MD5SUM="f8abbb3562adfb400e5a66c37ca51e29" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Benjamin Trigona-Harany" diff --git a/graphics/exact-image/fixup-perl_paths.diff b/graphics/exact-image/fixup-perl_paths.diff index 9f463c6e97..475e417462 100644 --- a/graphics/exact-image/fixup-perl_paths.diff +++ b/graphics/exact-image/fixup-perl_paths.diff @@ -1,6 +1,6 @@ -diff -Nur exact-image-0.8.2.orig//api/perl/Makefile exact-image-0.8.2/api/perl/Makefile ---- exact-image-0.8.2.orig//api/perl/Makefile 2008-12-09 03:42:19.000000000 -0600 -+++ exact-image-0.8.2/api/perl/Makefile 2010-06-23 08:57:13.015010261 -0500 +diff -Nur exact-image-0.8.3.orig//api/perl/Makefile exact-image-0.8.3/api/perl/Makefile +--- exact-image-0.8.3.orig//api/perl/Makefile ++++ exact-image-0.8.3/api/perl/Makefile @@ -20,5 +20,6 @@ all:: $($(X_MODULE)_BINARY) install:: $($(X_MODULE)_BINARY) diff --git a/graphics/exact-image/png.cc-libpng14.diff b/graphics/exact-image/png.cc-libpng14.diff index 5084f4fce6..2f59c43b96 100644 --- a/graphics/exact-image/png.cc-libpng14.diff +++ b/graphics/exact-image/png.cc-libpng14.diff @@ -1,6 +1,6 @@ -diff -Naur exact-image-0.8.2-old/codecs/png.cc exact-image-0.8.2/codecs/png.cc ---- exact-image-0.8.2-old/codecs/png.cc 2010-06-16 02:46:40.349543689 +0300 -+++ exact-image-0.8.2/codecs/png.cc 2010-06-16 02:57:50.156542917 +0300 +diff -Naur exact-image-0.8.3-old/codecs/png.cc exact-image-0.8.3/codecs/png.cc +--- exact-image-0.8.3-old/codecs/png.cc ++++ exact-image-0.8.3/codecs/png.cc @@ -71,7 +71,7 @@ /* Allocate/initialize the memory for image information. REQUIRED. */ info_ptr = png_create_info_struct(png_ptr); -- cgit v1.2.3