summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2
diff options
context:
space:
mode:
authorkim <kim>2004-07-25 04:23:36 +0000
committerkim <kim>2004-07-25 04:23:36 +0000
commit1fcd2082cc53046898f037c7b8873a7f3ec53806 (patch)
treeb2f8e1480153c9566e7e10b8f09ee5f5c6ff0511 /graphics/p5-Image-Imlib2
parent187e83ec22c82e258715412396332adcf44a1a39 (diff)
downloadpkgsrc-1fcd2082cc53046898f037c7b8873a7f3ec53806.tar.gz
Upgrade to Image-Imlib 1.03:
1.03 Tue Jul 13 11:30:47 IST 2004 * fixed minor POD tyop * new flip_horizontal, flip_vertical, flip_diagonal (thanks to Tuomas Jormola) 1.02 Tue May 25 22:18:32 BST 2004 * renamed Changes to CHANGES * new set_quality function (thanks to Andreas Plesner) 1.01 Mon Nov 3 19:18:14 GMT 2003 * document get_width and get_height methods (thanks to Andreas Plesner) * added NINJA support 1.00 Sun Sep 14 09:47:42 BST 2003 * applied patch to make the module work under threaded perls (thanks to Mathieu Jondet, Andreas Plesner Jacobsen, zak3) * applied patch to make the module work without X (spotted by Mike Castle, Jens Gassmann) * applied patch to pass the correct compiler flags (thanks to Christian Laursen)
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r--graphics/p5-Image-Imlib2/Makefile5
-rw-r--r--graphics/p5-Image-Imlib2/distinfo8
-rw-r--r--graphics/p5-Image-Imlib2/patches/patch-aa8
3 files changed, 10 insertions, 11 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile
index 7f9461e0009..192aa681739 100644
--- a/graphics/p5-Image-Imlib2/Makefile
+++ b/graphics/p5-Image-Imlib2/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/02/11 22:56:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/25 04:23:36 kim Exp $
#
-DISTNAME= Image-Imlib2-0.12
+DISTNAME= Image-Imlib2-1.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
SVR4_PKGNAME= p5im2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
diff --git a/graphics/p5-Image-Imlib2/distinfo b/graphics/p5-Image-Imlib2/distinfo
index e73f3532edf..a5f426c26df 100644
--- a/graphics/p5-Image-Imlib2/distinfo
+++ b/graphics/p5-Image-Imlib2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/21 16:17:42 kim Exp $
+$NetBSD: distinfo,v 1.2 2004/07/25 04:23:36 kim Exp $
-SHA1 (Image-Imlib2-0.12.tar.gz) = 68e1ab0cf4f879cac7a33bd58fd866c8cbc28c9d
-Size (Image-Imlib2-0.12.tar.gz) = 14786 bytes
-SHA1 (patch-aa) = 41fea1d94cf4011dacb6345f709f9a2f3ecbcef7
+SHA1 (Image-Imlib2-1.03.tar.gz) = 6c8647fb9c77c8efd952c872ee0d9b6d174a4170
+Size (Image-Imlib2-1.03.tar.gz) = 16420 bytes
+SHA1 (patch-aa) = d296df4af5e66b498bbc9c7f85d54439c600247f
diff --git a/graphics/p5-Image-Imlib2/patches/patch-aa b/graphics/p5-Image-Imlib2/patches/patch-aa
index 404e8ea10c3..a97599fae78 100644
--- a/graphics/p5-Image-Imlib2/patches/patch-aa
+++ b/graphics/p5-Image-Imlib2/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/21 16:17:42 kim Exp $
+$NetBSD: patch-aa,v 1.2 2004/07/25 04:23:36 kim Exp $
Ugly trick to get rid of multiple X libraries that won't be found.
---- Build.PL.orig Sun Aug 31 11:15:33 2003
-+++ Build.PL Sun Sep 21 10:27:12 2003
+--- Build.PL.orig 2004-07-13 06:32:25.000000000 -0400
++++ Build.PL 2004-07-25 00:16:24.000000000 -0400
@@ -19,7 +19,7 @@
print "Found imlib2 $version";
}
-my $libs = `$CONFIG --libs`;
+my $libs = `@IMLIB2LIBS@`;
- my $cflags = `$CONFIG --cflags`;
+ my $cflags = "-DX_DISPLAY_MISSING " . `$CONFIG --cflags`;
my $build = Module::Build->new(