summaryrefslogtreecommitdiff
blob: 95a40ae15ef6d37e3778b53e356445d29aac339c (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
# ChangeLog for x11-libs/gdk-pixbuf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.75 2012/10/06 21:21:49 blueness Exp $

  06 Oct 2012; Anthony G. Basile <blueness@gentoo.org> gdk-pixbuf-2.26.4.ebuild:
  stable ppc ppc64, bug #427544

  06 Oct 2012; Markus Meier <maekke@gentoo.org> gdk-pixbuf-2.26.4.ebuild:
  arm stable, bug #427544

  04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> gdk-pixbuf-2.26.4.ebuild:
  Stable for amd64, wrt bug #427544

  03 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  gdk-pixbuf-2.26.4.ebuild:
  x86 stable wrt bug #427544

  02 Oct 2012; Jeroen Roovers <jer@gentoo.org> gdk-pixbuf-2.26.4.ebuild:
  Stable for HPPA (bug #427544).

  27 Sep 2012; Matt Turner <mattst88@gentoo.org> gdk-pixbuf-2.26.4.ebuild:
  Stable on alpha, bug 427544.

*gdk-pixbuf-2.26.4 (18 Sep 2012)

  18 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  gdk-pixbuf-2.24.0-r1.ebuild, gdk-pixbuf-2.24.1.ebuild,
  gdk-pixbuf-2.24.1-r1.ebuild, -gdk-pixbuf-2.26.1.ebuild,
  gdk-pixbuf-2.26.3.ebuild, +gdk-pixbuf-2.26.4.ebuild:
  Version bump with color profile support in jpg files. Drop old. Use a more
  portable mktemp call, thanks to Mart Raudsepp.

*gdk-pixbuf-2.26.3 (02 Sep 2012)

  02 Sep 2012; Nirbheek Chauhan <nirbheek@gentoo.org> +gdk-pixbuf-2.26.3.ebuild:
  Bump to 2.26.3

  15 Jul 2012; Raúl Porcel <armin76@gentoo.org> gdk-pixbuf-2.24.1.ebuild:
  alpha/ia64/sh/sparc stable wrt #410611

  24 May 2012; Samuli Suominen <ssuominen@gentoo.org> gdk-pixbuf-2.24.1.ebuild:
  ppc stable wrt #410611

  21 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  gdk-pixbuf-2.24.0-r1.ebuild:
  Need eutils for epatch.

  13 May 2012; Mark Loeser <halcy0n@gentoo.org> gdk-pixbuf-2.24.1-r1.ebuild:
  Stable for ppc64; bug #412033

  05 May 2012; Jeff Horelick <jdhore@gentoo.org> gdk-pixbuf-2.24.0-r1.ebuild,
  gdk-pixbuf-2.24.1.ebuild, gdk-pixbuf-2.24.1-r1.ebuild,
  gdk-pixbuf-2.26.1.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  29 Apr 2012; Markus Meier <maekke@gentoo.org> gdk-pixbuf-2.24.1.ebuild:
  x86 stable, bug #410611

  29 Apr 2012; Fabian Groffen <grobian@gentoo.org> gdk-pixbuf-2.26.1.ebuild:
  Run elibtoolize to fix gdk-pixbuf-loader not finding its own loaders on Darwin

  28 Apr 2012; Alexis Ballier <aballier@gentoo.org> gdk-pixbuf-2.26.1.ebuild:
  keyword ~amd64-fbsd

  25 Apr 2012; Markus Meier <maekke@gentoo.org> gdk-pixbuf-2.24.1.ebuild:
  arm stable, bug #410611

  24 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  gdk-pixbuf-2.24.0-r1.ebuild, gdk-pixbuf-2.24.1.ebuild,
  gdk-pixbuf-2.24.1-r1.ebuild, gdk-pixbuf-2.26.1.ebuild:
  Change "mktemp --suffix" to "mktemp -t" and drop coreutils dep to fix
  building on bsd (bug #413287, thanks to Alexis Ballier).

  21 Apr 2012; Raúl Porcel <armin76@gentoo.org> gdk-pixbuf-2.24.1-r1.ebuild:
  alpha/ia64/sh/sparc stable wrt #412033

  19 Apr 2012; Brent Baude <ranger@gentoo.org> gdk-pixbuf-2.24.1.ebuild:
  Marking gdk-pixbuf-2.24.1 ppc64 stable for bug 410611

  18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> gdk-pixbuf-2.24.1.ebuild:
  Stable for AMD64, wrt bug #410611

  18 Apr 2012; Markus Meier <maekke@gentoo.org> gdk-pixbuf-2.24.1-r1.ebuild:
  arm stable, bug #412033

  16 Apr 2012; Brent Baude <ranger@gentoo.org> gdk-pixbuf-2.24.1-r1.ebuild:
  Marking gdk-pixbuf-2.24.1-r1 ppc for bug 412033

  16 Apr 2012; Jeroen Roovers <jer@gentoo.org> gdk-pixbuf-2.24.1-r1.ebuild:
  Stable for HPPA (bug #412033).

  15 Apr 2012; Jeff Horelick <jdhore@gentoo.org> gdk-pixbuf-2.24.1-r1.ebuild:
  marked x86 per bug 412033

  15 Apr 2012; Agostino Sarubbo <ago@gentoo.org> gdk-pixbuf-2.24.1-r1.ebuild:
  Stable for amd64, wrt bug #412033

*gdk-pixbuf-2.26.1 (14 Apr 2012)
*gdk-pixbuf-2.24.1-r1 (14 Apr 2012)

  14 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  +gdk-pixbuf-2.24.1-r1.ebuild, +files/gdk-pixbuf-2.24.1-xbm-overflow.patch,
  -gdk-pixbuf-2.26.0.ebuild, +gdk-pixbuf-2.26.1.ebuild:
  Fix integer overflow in xbm loader (bug #412033).

  12 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  gdk-pixbuf-2.26.0.ebuild:
  autotools eclass not needed.

  30 Mar 2012; Nirbheek Chauhan <nirbheek@gentoo.org> gdk-pixbuf-2.26.0.ebuild:
  Avoid eautoreconf

*gdk-pixbuf-2.26.0 (27 Mar 2012)

  27 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  +gdk-pixbuf-2.26.0.ebuild:
  Version bump with various bugfixes.

  04 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  gdk-pixbuf-2.24.0-r1.ebuild:
  Drop superfluous elibtoolize call (bug #401983, thanks to Julian W.)

*gdk-pixbuf-2.24.1 (31 Dec 2011)

  31 Dec 2011; Pacho Ramos <pacho@gentoo.org> +gdk-pixbuf-2.24.1.ebuild,
  -files/gdk-pixbuf-2.22.1-CVE-2011-2485.patch,
  -files/gdk-pixbuf-2.22.1-fix-libpng15.patch, -gdk-pixbuf-2.22.1-r2.ebuild:
  Version bump, add missing DEPEND on proper coreutils version (bug #395103 by
  arnaud), remove old.

  13 Nov 2011; Justin Lecher <jlec@gentoo.org> gdk-pixbuf-2.22.1-r2.ebuild,
  gdk-pixbuf-2.24.0-r1.ebuild:
  Corrected Slotting of media-libs/tiff

  30 Oct 2011; Raúl Porcel <armin76@gentoo.org> gdk-pixbuf-2.24.0-r1.ebuild:
  alpha/ia64/sh/sparc stable wrt #385699

  28 Oct 2011; Markus Meier <maekke@gentoo.org> gdk-pixbuf-2.24.0-r1.ebuild:
  arm stable, bug #385699

  21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  gdk-pixbuf-2.24.0-r1.ebuild:
  x86 stable wrt bug #385699

  18 Oct 2011; Jeroen Roovers <jer@gentoo.org> gdk-pixbuf-2.24.0-r1.ebuild:
  Stable for HPPA (bug #385699).

  16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
  gdk-pixbuf-2.24.0-r1.ebuild:
  ppc/ppc64 stable wrt #385699

  14 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
  -gdk-pixbuf-2.23.5.ebuild, -gdk-pixbuf-2.24.0.ebuild:
  old

  14 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
  gdk-pixbuf-2.24.0-r1.ebuild:
  amd64 stable wrt #385699

  09 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> gdk-pixbuf-2.22.1-r2.ebuild,
  gdk-pixbuf-2.23.5.ebuild, gdk-pixbuf-2.24.0.ebuild,
  gdk-pixbuf-2.24.0-r1.ebuild:
  add ewarn in case of gdk-pixbuf-query-loaders failure

  03 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> gdk-pixbuf-2.22.1-r2.ebuild,
  gdk-pixbuf-2.23.5.ebuild, gdk-pixbuf-2.24.0.ebuild,
  gdk-pixbuf-2.24.0-r1.ebuild:
  make gdk-pixbuf-query-loaders more atomic, fix segfault due to
  __GL_NO_DSO_FINALIZER=1 in environment

*gdk-pixbuf-2.24.0-r1 (15 Sep 2011)

  15 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
  +gdk-pixbuf-2.24.0-r1.ebuild:
  Use libpng.pc instead of versioned pkg-config file to generate
  Requires.private: libpng instead of versioned one. This will avoid some
  problems with libpng14 to libpng15 upgrade wrt #383655

*gdk-pixbuf-2.24.0 (28 Aug 2011)

  28 Aug 2011; Pacho Ramos <pacho@gentoo.org> +gdk-pixbuf-2.24.0.ebuild:
  Version bump: Clean up dependencies in the .pc file, translation updates.

  28 Aug 2011; Fabian Groffen <grobian@gentoo.org> gdk-pixbuf-2.23.5.ebuild:
  Marked ~x64-macos

*gdk-pixbuf-2.23.5 (16 Aug 2011)

  16 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
  -gdk-pixbuf-2.22.1.ebuild, -gdk-pixbuf-2.22.1-r1.ebuild,
  +gdk-pixbuf-2.23.5.ebuild:
  Bump to 2.23.5, from gnome overlay for GNOME 3, remove old

  11 Jul 2011; Matt Turner <mattst88@gentoo.org> gdk-pixbuf-2.22.1-r2.ebuild:
  Added ~mips, bug 364693

  09 Jul 2011; Raúl Porcel <armin76@gentoo.org> gdk-pixbuf-2.22.1-r2.ebuild:
  alpha/arm/ia64/sh/sparc stable wrt #371320

  09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
  gdk-pixbuf-2.22.1-r2.ebuild:
  ppc/ppc64 stable wrt #373999

  06 Jul 2011; Mark Loeser <halcy0n@gentoo.org> gdk-pixbuf-2.22.1-r1.ebuild:
  Stable for ppc64; bug #371320

  05 Jul 2011; Thomas Kahle <tomka@gentoo.org> gdk-pixbuf-2.22.1-r2.ebuild:
  x86 stable per bug 373999

  05 Jul 2011; Jeroen Roovers <jer@gentoo.org> gdk-pixbuf-2.22.1-r2.ebuild:
  Stable for HPPA (bug #373999).

  04 Jul 2011; Pacho Ramos <pacho@gentoo.org> gdk-pixbuf-2.22.1-r2.ebuild:
  amd64 stable, security bug #373999

*gdk-pixbuf-2.22.1-r2 (04 Jul 2011)

  04 Jul 2011; Pacho Ramos <pacho@gentoo.org> +gdk-pixbuf-2.22.1-r2.ebuild,
  +files/gdk-pixbuf-2.22.1-CVE-2011-2485.patch:
  GIF: Don't return a partially initialized pixbuf structure, fix security bug
  #373999 by Tim Sammut.

  29 Jun 2011; Christoph Mende <angelos@gentoo.org>
  gdk-pixbuf-2.22.1-r1.ebuild:
  Stable on amd64 wrt bug #371320

  29 Jun 2011; Jeroen Roovers <jer@gentoo.org> gdk-pixbuf-2.22.1-r1.ebuild:
  Stable for HPPA (bug #371320).

  28 Jun 2011; Brent Baude <ranger@gentoo.org> gdk-pixbuf-2.22.1-r1.ebuild:
  Marking gdk-pixbuf-2.22.1-r1 ppc stable for bug 371320

  25 Jun 2011; Pacho Ramos <pacho@gentoo.org> gdk-pixbuf-2.22.1-r1.ebuild:
  PDEPEND on gnome-base/librsvg conditionally (bug #373001 by Lev Babiev).

  22 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  gdk-pixbuf-2.22.1-r1.ebuild:
  x86 stable wrt security bug #371320

  05 Jun 2011; Pacho Ramos <pacho@gentoo.org> -gdk-pixbuf-2.22.0.ebuild,
  gdk-pixbuf-2.22.1-r1.ebuild:
  PDEPEND on gnome-base/librsvg as reported in bug #363715 by Cedric. Remove
  old.

  29 Apr 2011; Jeroen Roovers <jer@gentoo.org> gdk-pixbuf-2.22.1-r1.ebuild:
  Marked ~hppa (bug #364693).

*gdk-pixbuf-2.22.1-r1 (24 Apr 2011)

  24 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
  +gdk-pixbuf-2.22.1-r1.ebuild:
  Drop keywords on hppa/mips w.r.t. KEYWORDREQ bug 364693

  15 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> gdk-pixbuf-2.22.1.ebuild:
  Remove unrequired libtool files.

  04 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
  gdk-pixbuf-2.22.1.ebuild, +files/gdk-pixbuf-2.22.1-fix-libpng15.patch:
  Fix building with libpng-1.5, bug 354557

  22 Mar 2011; Brent Baude <ranger@gentoo.org> gdk-pixbuf-2.22.1.ebuild:
  Marking gdk-pixbuf-2.22.1 ppc stable for bug 353436

  21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> gdk-pixbuf-2.22.1.ebuild:
  ppc64 stable wrt #353436

  12 Mar 2011; Raúl Porcel <armin76@gentoo.org> gdk-pixbuf-2.22.1.ebuild:
  alpha/arm/ia64/sh/sparc stable wrt #353436

  07 Mar 2011; Jeroen Roovers <jer@gentoo.org> gdk-pixbuf-2.22.1.ebuild:
  Stable for HPPA (bug #353436).

  24 Feb 2011; Thomas Kahle <tomka@gentoo.org> gdk-pixbuf-2.22.1.ebuild:
  x86 stable per bug 353436

  23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gdk-pixbuf-2.22.1.ebuild:
  Stable on amd64 wrt bug #353436

*gdk-pixbuf-2.22.1 (09 Nov 2010)

  09 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org>
  +gdk-pixbuf-2.22.1.ebuild:
  Version bump. Implement GIcon interface, fix loader.cache detection on
  windows, translation updates.

  07 Nov 2010; Jory A. Pratt <anarchy@gentoo.org> gdk-pixbuf-2.22.0.ebuild:
  Convert media-libs/jpeg to virtual/jpeg

  24 Sep 2010; <nirbheek@gentoo.org> gdk-pixbuf-2.22.0.ebuild:
  Remove .la files too

*gdk-pixbuf-2.22.0 (24 Sep 2010)

  24 Sep 2010; <nirbheek@gentoo.org>
  +files/gdk-pixbuf-2.21.4-fix-automagic-x11.patch,
  +gdk-pixbuf-2.22.0.ebuild, +metadata.xml:
  Add gdk-pixbuf, split off gtk+ so it can be shared b/w gtk+:2 and gtk+:3.
  Inherits gtk's keywords.