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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
|
# ChangeLog for media-libs/openjpeg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/ChangeLog,v 1.94 2014/03/19 13:55:20 ago Exp $
19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> openjpeg-2.0.0.ebuild:
Stable for alpha, wrt bug #482788
16 Mar 2014; Agostino Sarubbo <ago@gentoo.org> openjpeg-2.0.0.ebuild:
Stable for ppc64, wrt bug #482788
16 Mar 2014; Agostino Sarubbo <ago@gentoo.org> openjpeg-2.0.0.ebuild:
Stable for ppc, wrt bug #482788
10 Mar 2014; Johannes Huber <johu@gentoo.org> openjpeg-2.0.0.ebuild:
x86 stable, bug #482788
22 Feb 2014; Markus Meier <maekke@gentoo.org> openjpeg-2.0.0.ebuild:
arm stable, bug #482788
20 Feb 2014; Akinori Hattori <hattya@gentoo.org> openjpeg-2.0.0.ebuild:
ia64 stable wrt bug #482788
17 Feb 2014; Richard Freeman <rich0@gentoo.org> openjpeg-2.0.0.ebuild:
amd64 stable - 482788
12 Feb 2014; Jeroen Roovers <jer@gentoo.org> openjpeg-2.0.0.ebuild:
Stable for HPPA (bug #500988).
*openjpeg-1.5.1-r1 (11 Aug 2013)
11 Aug 2013; Alexis Ballier <aballier@gentoo.org> +openjpeg-1.5.1-r1.ebuild:
Convert to multilib. Do not build executables for the static libs build, drop
the static-libs useflag propagation since the libs do not need it and we do
not build the executables anymore.
06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for s390, wrt bug #472536
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for ia64, wrt bug #472536
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for sparc, wrt bug #472536
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for ppc64, wrt bug #472536
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for ppc, wrt bug #472536
15 Jul 2013; Jeroen Roovers <jer@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for HPPA (bug #472536).
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for arm, wrt bug #472536
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for alpha, wrt bug #472536
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for x86, wrt bug #472536
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild:
Stable for amd64, wrt bug #472536
08 Jun 2013; Michael Weber <xmw@gentoo.org> files/openjpeg-1.5.1-build.patch,
openjpeg-1.5.1.ebuild:
Add USE=static-libs
06 Jun 2013; Michael Weber <xmw@gentoo.org> +files/openjpeg-9999-mupdf.patch,
openjpeg-9999.ebuild:
Add mupdf patches (USE vanilla)
*openjpeg-9999 (06 Jun 2013)
06 Jun 2013; Michael Weber <xmw@gentoo.org> +files/openjpeg-9999-build.patch,
+openjpeg-9999.ebuild:
Add live ebuild as requested by tman as bug 374137
06 Jun 2013; Michael Weber <xmw@gentoo.org>
files/openjpeg-2.0.0-pkgconfig.patch, openjpeg-2.0.0.ebuild:
Fix patch file and whitespace
*openjpeg-2.0.0 (06 Jun 2013)
06 Jun 2013; Michael Weber <xmw@gentoo.org> +files/openjpeg-2.0.0-build.patch,
+files/openjpeg-2.0.0-pkgconfig.patch, +openjpeg-2.0.0.ebuild:
Version bump, set SLOT to 2, backport pkg-config patch as pointed out by Rafał
Mużyło (bug 440086), non-maint commit.
*openjpeg-1.5.1 (06 Jun 2013)
06 Jun 2013; Michael Weber <xmw@gentoo.org> +files/openjpeg-1.5.1-build.patch,
+openjpeg-1.5.1.ebuild:
Version bump (bug 440086), non-maint commit
06 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> openjpeg-1.5.0.ebuild:
Use subslotting for lcms, libpng, tiff and zlib dependencies.
22 Feb 2013; Zac Medico <zmedico@gentoo.org> openjpeg-1.5.0.ebuild:
Add ~arm-linux keyword.
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> openjpeg-1.5.0.ebuild:
keyword ~amd64-fbsd
21 Apr 2012; Raúl Porcel <armin76@gentoo.org> openjpeg-1.5.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #409203
11 Apr 2012; Jeremy Olexa <darkside@gentoo.org> openjpeg-1.5.0.ebuild:
add prefix support (KEYWORDS only), as tested in the overlay. bug 411519
31 Mar 2012; Markus Meier <maekke@gentoo.org> openjpeg-1.5.0.ebuild:
arm stable, bug #409203
25 Mar 2012; Brent Baude <ranger@gentoo.org> openjpeg-1.5.0.ebuild:
Marking openjpeg-1.5.0 ppc for bug 409203
25 Mar 2012; Brent Baude <ranger@gentoo.org> openjpeg-1.5.0.ebuild:
Marking openjpeg-1.5.0 ppc64 for bug 409203
24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> openjpeg-1.5.0.ebuild:
x86 stable wrt bug #409203
23 Mar 2012; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.0.ebuild:
Stable for amd64, wrt bug #409203
22 Mar 2012; Jeroen Roovers <jer@gentoo.org> openjpeg-1.5.0.ebuild:
Stable for HPPA (bug #409203).
22 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> openjpeg-1.5.0.ebuild:
RESTRICT testsuite temporarily wrt #409263. Thanks to Jeroen Roovers for
reporting.
*openjpeg-1.5.0 (21 Mar 2012)
21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> +openjpeg-1.5.0.ebuild,
+files/openjpeg-1.5.0-build.patch:
Version bump wrt #409203 by Agostino Sarubbo
13 Nov 2011; Justin Lecher <jlec@gentoo.org> openjpeg-1.4-r1.ebuild:
Corrected Slotting of media-libs/tiff and media-libs/libpng
23 Oct 2011; Tim Harder <radhermit@gentoo.org>
-files/openjpeg-1.1.1-Makefile.patch, -files/openjpeg-1.2-Makefile.patch,
-openjpeg-1.3-r3.ebuild, -files/openjpeg-1.3-Makefile.patch,
-files/openjpeg-1.3-codec-Makefile, -files/openjpeg-1.3-darwin.patch,
-files/openjpeg-1.3-freebsd.patch, -files/openjpeg-1.3-r3-codec-Makefile,
metadata.xml:
Remove old.
23 Oct 2011; Raúl Porcel <armin76@gentoo.org> openjpeg-1.4-r1.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #373499
11 Oct 2011; Jeroen Roovers <jer@gentoo.org> openjpeg-1.4-r1.ebuild:
Stable for HPPA (bug #373499).
04 Oct 2011; Joseph Jezak <josejx@gentoo.org> openjpeg-1.4-r1.ebuild:
Marked ppc/ppc64 stable for bug #373499.
04 Oct 2011; Tony Vroon <chainsaw@gentoo.org> openjpeg-1.4-r1.ebuild:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
"idella4" Delaney in bug #373499.
04 Oct 2011; Andreas Schuerch <nativemad@gentoo.org> openjpeg-1.4-r1.ebuild:
x86 stable, bug 373499
03 Oct 2011; Markus Meier <maekke@gentoo.org> openjpeg-1.4-r1.ebuild:
arm stable, bug #373499
13 Jun 2011; Matt Turner <mattst88@gentoo.org> openjpeg-1.4-r1.ebuild:
Added ~mips, bug 342513
10 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> -openjpeg-1.3.ebuild,
-openjpeg-1.3-r2.ebuild:
remove old
10 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> openjpeg-1.4-r1.ebuild,
+files/openjpeg-1.4-cmake-stdbool.patch:
Add stdbool patch. Thanks to JoseJX (Joseph Jezak) for the patch.
05 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> openjpeg-1.4-r1.ebuild,
+files/openjpeg-1.4-libpng15.patch:
Fix building with libpng-1.5. Fixes bug #361319.
*openjpeg-1.4-r1 (30 Mar 2011)
30 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> -openjpeg-1.4.ebuild,
+openjpeg-1.4-r1.ebuild, +files/openjpeg-1.4-pkgconfig.patch:
Revision bump. Install pkg-config file.
*openjpeg-1.4 (30 Mar 2011)
30 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> +openjpeg-1.4.ebuild,
+files/openjpeg-1.4-linking.patch:
Version bump. Move to cmake build system and make sure we link to lm.
25 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> openjpeg-1.3-r3.ebuild:
ppc64 stable wrt #356857
20 Mar 2011; Raúl Porcel <armin76@gentoo.org> openjpeg-1.3-r3.ebuild:
ia64/s390/sh stable wrt #356857
19 Mar 2011; Thomas Kahle <tomka@gentoo.org> openjpeg-1.3-r3.ebuild:
x86 stable per bug 356857
12 Mar 2011; Tobias Klausmann <klausman@gentoo.org> openjpeg-1.3-r3.ebuild:
Stable on alpha, bug #356857
08 Mar 2011; Jeroen Roovers <jer@gentoo.org> openjpeg-1.3-r3.ebuild:
Stable for HPPA (bug #356857).
06 Mar 2011; Michael Weber <xmw@gentoo.org> openjpeg-1.3-r3.ebuild:
ppc/sparc stable (bug 356857)
05 Mar 2011; Brent Baude <ranger@gentoo.org> openjpeg-1.3-r3.ebuild:
stable ppc, bug 356857
02 Mar 2011; Markos Chandras <hwoarang@gentoo.org> openjpeg-1.3-r3.ebuild:
Stable on amd64 wrt bug #356857
*openjpeg-1.3-r3 (20 Mar 2010)
20 Mar 2010; Mike Frysinger <vapier@gentoo.org> +openjpeg-1.3-r3.ebuild,
+files/openjpeg-1.3-r3-codec-Makefile:
Fix stdbool.h/ppc+altivec issues #305333 by Leo Souza and clean up the
build system in general.
19 Oct 2009; Alexis Ballier <aballier@gentoo.org> openjpeg-1.3-r2.ebuild:
keyword ~sparc-fbsd
30 Jun 2009; Raúl Porcel <armin76@gentoo.org> openjpeg-1.3-r2.ebuild:
arm/ia64/s390/sh/sparc stable
11 Jun 2009; Jeroen Roovers <jer@gentoo.org> openjpeg-1.3-r2.ebuild:
Stable for HPPA (bug #272980).
05 Jun 2009; Peter Alfredsen <loki_val@gentoo.org> -openjpeg-1.1.1.ebuild,
-openjpeg-1.2.ebuild, -openjpeg-1.3-r1.ebuild, metadata.xml:
Retiring, bug 220219. Re-assigning maintainership to graphics herd as the
logical choice.
21 May 2009; Brent Baude <ranger@gentoo.org> openjpeg-1.3-r2.ebuild:
Marking openjpeg-1.3-r2 ppc64 stable for bug 266986
21 May 2009; Brent Baude <ranger@gentoo.org> openjpeg-1.3-r2.ebuild:
Marking openjpeg-1.3-r2 ppc stable for bug 266986
14 May 2009; Markus Meier <maekke@gentoo.org> openjpeg-1.3-r2.ebuild:
amd64 stable, bug #266986
12 May 2009; Christian Faulhammer <fauli@gentoo.org>
openjpeg-1.3-r2.ebuild:
stable x86, bug 266986
03 May 2009; Tobias Klausmann <klausman@gentoo.org>
openjpeg-1.3-r2.ebuild:
Stable on alpha, bug #266986
26 Apr 2009; Fabian Groffen <grobian@gentoo.org>
+files/openjpeg-1.3-darwin.patch, +files/openjpeg-1.3-freebsd.patch,
openjpeg-1.3-r2.ebuild:
Add compilation patches for FreeBSD and Darwin, fix bug #253012, thanks Dan
Coats for the initial patch for FreeBSD
13 Apr 2009; Peter Alfredsen <loki_val@gentoo.org> metadata.xml:
Drizzt retired, I'll take this.
27 Feb 2009; Raúl Porcel <armin76@gentoo.org> openjpeg-1.3.ebuild:
arm/ia64/s390/sh stable wrt #260266
26 Feb 2009; Jeroen Roovers <jer@gentoo.org> openjpeg-1.3.ebuild:
Stable for HPPA (bug #260266).
*openjpeg-1.3-r2 (10 Feb 2009)
10 Feb 2009; Timothy Redaelli <drizzt@gentoo.org>
+files/openjpeg-1.3-Makefile.patch, +openjpeg-1.3-r2.ebuild:
Fix library naming wrt bug #258373 Thanks to Peter Alfredsen for reporting
and thanks to Diego Pettenò for bug #258360
*openjpeg-1.3-r1 (03 Feb 2009)
03 Feb 2009; <drizzt@gentoo.org> openjpeg-1.3.ebuild,
+openjpeg-1.3-r1.ebuild:
Link with libm wrt bug #246727
07 Dec 2008; Mike Frysinger <vapier@gentoo.org> openjpeg-1.3.ebuild:
Add arm/s390/sh love #240520.
25 Oct 2008; Raúl Porcel <armin76@gentoo.org> openjpeg-1.3.ebuild:
Add ~ia64 wrt #240520
13 Oct 2008; Jeroen Roovers <jer@gentoo.org> openjpeg-1.3.ebuild:
Marked ~hppa (bug #240520).
02 Oct 2008; Brent Baude <ranger@gentoo.org> openjpeg-1.3.ebuild:
stable ppc, bug 237418
01 Oct 2008; Brent Baude <ranger@gentoo.org> openjpeg-1.3.ebuild:
stable ppc64, bug 237418
28 Sep 2008; Raúl Porcel <armin76@gentoo.org> openjpeg-1.3.ebuild:
alpha/sparc/x86 stable wrt #237418
20 Sep 2008; Steve Dibb <beandog@gentoo.org> openjpeg-1.3.ebuild:
amd64 stable, bug 237418
15 Sep 2008; Brent Baude <ranger@gentoo.org> openjpeg-1.2.ebuild:
Marking openjpeg-1.2 ppc for bug 237032
12 May 2008; Markus Rothe <corsair@gentoo.org> openjpeg-1.2.ebuild:
Stable on ppc64
01 Mar 2008; Timothy Redaelli <drizzt@gentoo.org>
+files/openjpeg-1.3-codec-Makefile,
-files/openjpeg-1.3-codec-Makefile.patch, openjpeg-1.3.ebuild:
Fix wrt bug #211999.
Thanks to Jakub Moc for reporting.
*openjpeg-1.3 (01 Mar 2008)
01 Mar 2008; Timothy Redaelli <drizzt@gentoo.org>
+files/openjpeg-1.3-codec-Makefile.patch, +openjpeg-1.3.ebuild:
Version bump and install image_to_j2k and j2k_to_image tools
Thanks to Alexander Grahn wrt bug #211704
21 Feb 2008; Raúl Porcel <armin76@gentoo.org> openjpeg-1.2.ebuild:
alpha/sparc stable
30 Jan 2008; Raúl Porcel <armin76@gentoo.org> openjpeg-1.2.ebuild:
Add ~sparc wrt #206759
24 Sep 2007; Raúl Porcel <armin76@gentoo.org> openjpeg-1.2.ebuild:
Add ~alpha wrt #189692
09 Sep 2007; Joseph Jezak <josejx@gentoo.org> openjpeg-1.1.1.ebuild,
openjpeg-1.2.ebuild:
Added ~ppc/~ppc64 for bug #189692.
23 Aug 2007; Roy Marples <uberlord@gentoo.org>
files/openjpeg-1.2-Makefile.patch, openjpeg-1.2.ebuild:
Redo the Makefile patch so it doesn't specify install user/group and it
doesn't strip by default. Keyworded ~x86-fbsd, #189692.
*openjpeg-1.2 (30 Jun 2007)
30 Jun 2007; Timothy Redaelli <drizzt@gentoo.org>
+files/openjpeg-1.2-Makefile.patch, +openjpeg-1.2.ebuild:
Version bump.
Thanks to Matsuu Takuto for reporting wrt bug #183698.
*openjpeg-1.1.1 (06 Mar 2007)
06 Mar 2007; Timothy Redaelli <drizzt@gentoo.org>
+files/openjpeg-1.1.1-Makefile.patch, +metadata.xml,
+openjpeg-1.1.1.ebuild:
New ebuild, thanks to Guido wrt bug #127026
|