summaryrefslogtreecommitdiff
blob: 663d12803895b7630fe8596a569354a21893150c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# ChangeLog for media-libs/pdflib
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/ChangeLog,v 1.20 2003/09/24 23:55:59 azarah Exp $

  25 Sep 2003; Martin Schlemmer <azarah@gentoo.org> pdflib-4.0.3-r1.ebuild:
  Get python version dynamically.

  21 May 2003; Luca Barbato <lu_zero@gentoo.org> pdflib-4.0.3-r1.ebuild:
  Added ~ppc keyword

*pdflib-4.0.3-r1 (13 Jan 2003)

  31 Mar 2003; Christian Birchinger <joker@gentoo.org> pdflib-4.0.3-r1.ebuild:
  Added sparc keyword

  25 Mar 2003; Aron Griffis <agriffis@gentoo.org> pdflib-4.0.3-r1.ebuild:
  Add ~alpha to KEYWORDS

  20 Mar 2003; Guy Martin <gmsoft@gentoo.org> pdflib-4.0.3-r1.ebuild :
  Added hppa to KEYWORDS.

  16 Jan 2003; Nick Hadaway <raker@gentoo.org> pdflib-4.0.3-r1.ebuild :
  Marked stable.

  13 Jan 2003; Nick Hadaway <raker@gentoo.org> pdflib-4.0.3-r1.ebuild,
  files/digest-pdflib-4.0.3-r1 :
  Reworked ebuild so python is detected if enabled in use.  Had to limit
  compatible pythons to the 2.2 series.  No longer building against
  system png, tiff, and jpeg libs as all language bindings are disabled
  if linking against them.

*pdflib-4.0.3 (09 Nov 2002)

  16 Dec 2002; Seemant Kulleen <seemant@gentoo.org> pdflib-4.0.3.ebuild :

  Moved to stable, as the previous version caused to much havoc with mod_php
  and friends.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  10 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
  Links libpng against zlib and libstdc++ to fix #10517

  09 Nov 2002; Ryan Phillips <rphillips@gentoo.org> pdflib-4.0.3.ebuild :
  New version.

*pdflib-4.0.1-r3 (3 Apr 2002)

  28 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
  Links libpng against zlib and libstdc++ to fix #9793

  7 Sep 2002; Owen Stampflee <owen@gentoo.org> :
  Added PPC to KEYWORDS.

  14 Aug 2002; Seemant Kulleen <seemant@genoo.org> pdflib-4.0.1-r1.ebuild :
  Added libpng as a dependency.  Closes bug #6480 by bar4ka@bol.com.br
  (bar4ka)

  08 Aug 2002; Seemant Kulleen <seemant@gentoo.org> pdflib-4.0.1-r3.ebuild :
  Added "--with-zlib" configure flag.  Closes bug #6205 by sponge80@msn.com
  (Nicholas)

  7 Aug 2002; Ryan Phillips <rphillips@gentoo.org> : 
  Changed package to use system libpng. PHP doesn't like being
  linked to two separate places.
  
  Edward Roper states, "php.net indicates it's a conflict of 
  pdflib's png support and libpng... if pdflib is compiled to use 
  system libpng and not internal libpng it will supposedly work..."

  Which he then verified.

  3 Apr 2002; Daniel Robbins <drobbins@gentoo.org> : New revision -- we dodir
  /usr/bin (required for make install), closing bug 1498.  Also, now some
  installation steps requiring java are conditional on the java USE variable
  being set.

*pdflib-4.0.1-r2 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.