pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-Image-Imlib2 Upgrade to Image-Imlib 1.03:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7543b39c55fb
branches:  trunk
changeset: 478515:7543b39c55fb
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Jul 25 04:23:36 2004 +0000

description:
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:

 graphics/p5-Image-Imlib2/Makefile         |  5 ++---
 graphics/p5-Image-Imlib2/distinfo         |  8 ++++----
 graphics/p5-Image-Imlib2/patches/patch-aa |  8 ++++----
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r 82e03712378e -r 7543b39c55fb graphics/p5-Image-Imlib2/Makefile
--- a/graphics/p5-Image-Imlib2/Makefile Sun Jul 25 04:19:59 2004 +0000
+++ b/graphics/p5-Image-Imlib2/Makefile Sun Jul 25 04:23:36 2004 +0000
@@ -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 -r 82e03712378e -r 7543b39c55fb graphics/p5-Image-Imlib2/distinfo
--- a/graphics/p5-Image-Imlib2/distinfo Sun Jul 25 04:19:59 2004 +0000
+++ b/graphics/p5-Image-Imlib2/distinfo Sun Jul 25 04:23:36 2004 +0000
@@ -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 -r 82e03712378e -r 7543b39c55fb graphics/p5-Image-Imlib2/patches/patch-aa
--- a/graphics/p5-Image-Imlib2/patches/patch-aa Sun Jul 25 04:19:59 2004 +0000
+++ b/graphics/p5-Image-Imlib2/patches/patch-aa Sun Jul 25 04:23:36 2004 +0000
@@ -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(



Home | Main Index | Thread Index | Old Index