Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / changelog
1 opencv (2.0.0-5) unstable; urgency=low
2
3   * Rebuild against python 2.5 so python-opencv works.
4
5  -- Oliver Hookins <ohookins@gmail.com>  Wed, 03 Aug 2011 21:57:52 +0200
6
7 opencv (2.0.0-4) unstable; urgency=low
8
9   * Update debian/control.
10     - Bumped standards-version to 3.8.4. No changes needed.
11   * Change install path of python-opencv. (Closes: #565121)  
12
13  -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Sun, 14 Mar 2010 13:19:00 +0900
14
15 opencv (2.0.0-3) unstable; urgency=low
16
17   * Remove libcv1, libhighgui1 and libcvaux1 from Conflicts and Replaces.
18     (Closes: #560283)
19   * Remove cvconfig.h from libcv-dev package. (Closes: #559857)
20     Update libcv-dev.install and backport r2242 of commit from upstream.
21     Thanks to Filippo Giunchedi.
22     debian/patches/110_backport_r2242.diff 
23   * Fix FTBFS with GCC 4.4. (Closes: #562742)
24     Backport r2255 of commit from upstream. Thanks to Filippo Giunchedi.
25     debian/patches/110_backport_r2255.diff
26
27  -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Thu, 07 Jan 2010 20:48:47 +0900
28
29 opencv (2.0.0-2) unstable; urgency=low
30
31   * Add cvconfig.h to libcv-dev. (Closes: #559857)
32
33  -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Tue, 08 Dec 2009 10:00:14 +0900
34
35 opencv (2.0.0-1) unstable; urgency=low
36
37   * New upstream release. (Closes: #507588, #549997, #492445)
38   * Update Standards-Version to 3.8.3
39   * Add debian/README.source
40   * Add libdc1394-22-dev to Build-Depends. (Closes: #507584, #516794)
41   * Remove libcvaux-dev and libhighgui-dev from Depends of libcv-dev.
42     (Closes: #525023)
43   * Remove all .la files.
44   * Update debian/watch file. (Closes: #557140)
45   * Update debian/rules file.
46     Add --disable-sse and --disable-optimization to configure.
47   * Remove bashism. (Closes: #530153)
48     500_remove_bashism.patch
49   * Update debian/patches
50     010_m4_syntax.diff
51     010_fix_optimisations.diff
52     010_makefile_syntax.diff
53     010_python_cspec.diff
54     020_python_linking.diff
55     100_static_inline.diff
56     100_amd64.diff
57     120_header_warnings.diff
58   * Remove debian/patches
59     - Merge to upstream
60       030_install_hook.diff      
61       100_ffmpeg_updates.diff
62       210_openmp_compilation.diff
63       300_fix_segfault_in_window_gtk.diff
64       400_ffmpeg_splitting_autofoo.diff
65       410_ffmpeg_use_swscale.diff
66       420_typedef_longint.diff
67       430_highgui_jpeg_camera.diff 
68     - Don't need new version
69       010_ffmpeg_linking.diff
70       050_rebootstrap.diff
71       200_documentation.diff
72       500_ftbfs_gcc44.diff
73
74  -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Tue, 01 Dec 2009 01:13:18 +0900
75
76 opencv (1.0.0-6.3) unstable; urgency=low
77
78   * Non-maintainer upload.
79   * Rebuild against new libraw1394 (Closes: #516646, #516920)
80   * Add libhighgui-dev dependency on libswscale-dev thanks Giel van Schijndel
81     (Closes: #547729)
82   * debian/patches/420_typedef_longint.diff: define int64/uint64 as int64_t
83     and uint64_t respectively, patch pulled from upstream r2163
84     (Closes: #543546)
85   * debian/patches/410_ffmpeg_use_swscale.diff: move
86     #define __STDC_CONSTANT_MACROS before #include <stdint.h> into
87     debian/patches/420_typedef_longint.diff
88   * debian/patches/500_ftbfs_gcc44.diff: fix FTBFS with gcc-4.4
89     thanks to Martin Michlmayr (Closes: #504831)
90   * debian/patches/430_highgui_jpeg_camera.diff: recognize JPEG cameras
91     (Closes: #536041)
92
93  -- Filippo Giunchedi <filippo@debian.org>  Sat, 14 Nov 2009 17:04:41 +0100
94
95 opencv (1.0.0-6.2) unstable; urgency=low
96
97   * Non-maintainer upload.
98   * Port to newer ffmpeg. Closes: #487638, #490700, #493915
99     Loosely based on patch Gijs Molenaar, thanks.
100
101  -- Thomas Viehmann <tv@beamnet.de>  Thu, 09 Jul 2009 21:43:02 +0200
102
103 opencv (1.0.0-6.1) unstable; urgency=low
104
105   * Non-maintainer upload.
106   * debian/control:
107     + Dropped build dependency on libdc1394-22-dev (Closes: #497689)
108     + Added ${misc:Depends} where missing
109
110  -- Raphael Geissert <atomo64@gmail.com>  Thu, 11 Sep 2008 14:36:06 -0500
111
112 opencv (1.0.0-6) unstable; urgency=low
113
114   * debian/patches/120_header_warnings.diff:
115     + Fix more warnings in shipped headers.
116
117  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 28 Aug 2008 22:53:43 +0000
118
119 opencv (1.0.0-5) unstable; urgency=high
120
121   [ Daniel Leidert ]
122
123   * debian/control: Added Homepage field.
124     (Vcs-Svn): Fixed.
125     (Depends, Build-Depends): Added libjasper-dev (closes: #428474).
126   * debian/dirs: Removed (useless). Avoids empty directories.
127   * debian/libcv-dev.install: Small cosmetic fix.
128   * debian/libcv-dev.manpages: Added for haartraining utilities.
129   * debian/opencv-createsamples.1: Initially added.
130   * debian/opencv-haartraining.1: Ditto.
131   * debian/opencv-performance.1: Ditto.
132   * debian/opencv-doc.install: Install Makefile.debian here.
133   * debian/rules (install, binary-arch, binary-indep): Removed most of the
134     unused debhelper calls. Let dh_install exclude files we don't want. Don't
135     install examples twice. Removed installation of opencv-config.1 (closes:
136     #407946).
137   * debian/watch: Added.
138   * debian/patches/300_fix_segfault_in_window_gtk.diff: Added. Merged from
139     Ubuntu.
140   * debian/patches/series: Adjusted.
141
142   [ Sam Hocevar ]
143
144   * High urgency to ease testing propagations.
145   * debian/patches/100_ffmpeg_updates.diff:
146     + Updated patch to latest ffmpeg version (Closes: #482217).
147   * debian/patches/020_python_linking.diff:
148     + Link python bindings with required libraries.
149   * debian/patches/030_install_hook.diff:
150     + Use install-exec-hook instead of install-hook.
151
152   * debian/control:
153     + Build-depend on more recent libavcodec-dev.
154
155  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 08 Jun 2008 15:01:18 +0000
156
157 opencv (1.0.0-4) unstable; urgency=low
158
159   * debian/rules:
160     + Support CONCURRENCY_LEVEL.
161     + Don't ignore make distclean errors.
162
163   * debian/control:
164     + Add ${shlibs:Depends} to -dev packages, to get a proper dependency
165       when these packages ship binaries.
166     + Use ${binary:Version} instead of ${Source-Version} (Closes: 430726).
167     + Set policy to 3.7.3.
168     + Use Vcs-Svn: instead of XS-Vcs-Svn: fields.
169
170   * debian/patches/100_ffmpeg_updates.diff:
171     + Updated patch. Getting and setting framerate in FFmpeg streams now
172       works properly again. Thanks to Eric Beets for half the fix.
173
174  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 10 Mar 2008 16:41:56 +0000
175
176 opencv (1.0.0-3) unstable; urgency=low
177
178   * debian/control:
179     + Set maintainer to the pkg-scicomp team.
180     + Updated Vcs fields.
181   * debian/compat:
182     + Set compat version to 5.
183
184  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun,  1 Apr 2007 15:19:15 +0200
185
186 opencv (1.0.0-2) unstable; urgency=low
187
188   * Upload to unstable.
189   * debian/patches/120_header_warnings.diff:
190     + New patch. Fix warnings in shipped headers.
191
192  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 28 Mar 2007 19:02:18 +0200
193
194 opencv (1.0.0-1) experimental; urgency=low
195
196   * New upstream release.
197   * debian/control:
198     + Depend on pkg-config now that opencv-config is deprecated.
199   * debian/rules:
200     + Do not remove haartraining files (Closes: #368568).
201
202   * debian/patches/010_python_cspec.diff:
203     + New patch. Add -fno-strict-aliasing because of numerous aliasing
204       issues in the code (Closes: #388129).
205
206   * debian/patches/110_dc1394.diff:
207     + Fix a few bugs in the dc1394 code.
208
209  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 14 Nov 2006 17:12:26 +0100
210
211 opencv (0.9.7-4) unstable; urgency=low
212
213   * Migrate package to the new python policy (Closes: #373469), thanks to
214     Pierre Habouzit.
215   * debian/control: add XS-Vcs-Svn information.
216
217  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 12 Oct 2006 09:21:14 +0200
218
219 opencv (0.9.7-3) unstable; urgency=low
220
221   * debian/patches/110_dereferencement.diff:
222     + Fix compilation warnings due to type-punned pointer dereferencement.
223
224  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 12 Jun 2006 12:14:44 +0200
225
226 opencv (0.9.7-2) unstable; urgency=low
227
228   * Switched patch system from dpatch to quilt.
229   * debian/control:
230     + Set policy to 3.7.2.
231     + Build-depend on newer versions of libavcodec-dev so that we can get
232       dynamically linked with it.
233     + Build-depend on quilt instead of dpatch.
234
235   * debian/patches/010_enable_static.diff:
236     + Old patch -- enable static libraries.
237
238   * debian/patches/010_ffmpeg_linking.diff:
239     + Old patch -- correct ffmpeg linking.
240
241   * debian/patches/010_fix_optimisations.diff:
242     + Old patch -- fix optimisation flags for GCC bug workarounds.
243
244   * debian/patches/010_m4_syntax.diff:
245     + Old patch -- fix m4 syntax.
246
247   * debian/patches/010_makefile_syntax.diff:
248     + Old patch -- fix Makefile.am syntax.
249
250   * debian/patches/010_proper_sonames.diff:
251     + Old patch -- fix library sonames.
252
253   * debian/patches/020_rebootstrap.diff:
254     + Old patch -- rebootstrap package.
255
256   * debian/patches/100_amd64.diff:
257     + Fix inclusion of <emmintrin.h> on AMD64 (Closes: #365752, #366105).
258
259   * debian/patches/100_ffmpeg_updates.diff:
260     + Old patch -- update ffmpeg code to get in sync with newer API.
261
262   * debian/patches/100_python_files.diff:
263     + Old patch -- remove shebang from non-executable python files.
264
265   * debian/patches/100_static_inline.diff:
266     + Old patch -- replace inline with static inline in public headers.
267
268   * debian/patches/200_documentation.diff:
269     + Old patch -- get documentation in sync with the API.
270
271   * debian/patches/200_examples_makefile.diff:
272     + Old patch -- add a Makefile to the examples directory.
273
274  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 14 May 2006 05:40:42 +0200
275
276 opencv (0.9.7-1) unstable; urgency=low
277
278   * New upstream release.
279   * Maintainer upload.
280   * Acknowledging previous NMU (Closes: #339240). Thanks to Steve Langasek.
281   * debian/control:
282     + Build-depend on swig because of the Python bindings.
283     + Renamed 0.9-0c2 packages to 0.9.7-0 due to API changes.
284     + Depend and build-depend on libavformat-dev.
285   * debian/rules:
286     + Activated Python wrappers.
287     + Build example apps.
288   * cxtypes.h highgui.h: Replace "static" with "static inline" for inline
289     functions declared in the public headers.
290
291  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 19 Apr 2006 09:37:55 +0200
292
293 opencv (0.9.6-4.1) unstable; urgency=medium
294
295   * Non-maintainer upload.
296   * Medium-urgency upload for RC bugfix.
297   * Rename libcvaux0.9-0c2 to libcvaux0.9-0c2a for the C++ mt allocator ABI
298     transition, and conflict/replace libcvaux0.9-0c2 accordingly
299     (closes: #339240).
300
301  -- Steve Langasek <vorlon@debian.org>  Sat,  3 Dec 2005 21:27:40 -0800
302
303 opencv (0.9.6-4) unstable; urgency=low
304
305   * tests/cv/src/asobel.cpp:
306     + Fixed an illegal int/void* cast.
307
308  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 26 Sep 2005 19:39:52 +0200
309
310 opencv (0.9.6-3) unstable; urgency=low
311
312   * debian/control:
313     + Build-depend on a newer libavcodec-dev.
314     + Make libhighgui-dev depend on all required -dev packages such as
315       libtheora-dev (Closes: #319018).
316   * debian/rules:
317     + Hint --build and --host to configure.
318   * configure.in:
319     + Use -O2 on m68k instead of -O3 to bypass gcc ICEs (Closes: #321106).
320   * tests/cv/src/apyramids.cpp: fixed 64 bits compilation (Closes: #318791).
321
322  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 16 Sep 2005 11:53:13 +0200
323
324 opencv (0.9.6-2) unstable; urgency=low
325
326   * The great g++ transition upload.
327   * debian/control:
328     + Renamed 0.9-0 packages to 0.9-0c2.
329     + Set policy to 3.6.2.1.
330     + Build-depend on a newer libavcodec-dev.
331   * docs/index.htm:
332     + Encoded invalid HTML characters.
333     + Fixed links to the reference manual (Closes: #306922).
334   * docs/ref/opencvref_cv.htm:
335     + Encoded invalid HTML characters.
336     + Fixed the definition of CvHistogram (Closes: #307269).
337   * otherlibs/highgui/cvcap.cpp:
338     + Hardcoded the capture framerate because ffmpeg no longer easily provides
339       the information.
340
341  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 14 Jul 2005 15:48:31 +0200
342
343 opencv (0.9.6-1) unstable; urgency=low
344
345   * New upstream release (Closes: #267825).
346   * Major upstream changes:
347     + This release merged most Debian-specific patches upstream.
348     + This version now uses pkg-config instead of opencv-config.
349     + This version uses GTK+ instead of Motif widgets.
350     + Example programs were fixed (Closes: #254150).
351   * debian/control:
352     + Build-depend on libdc1394 and libavcodec. As a result, build no longer
353       fails if libavcodec-dev is installed (Closes: #270345).
354   * debian/copyright:
355     + Fixed upstream URL (Closes: #270344).
356   * cvaux/src/cvvideo.cpp: the code portion causing an FTBFS on amd64 is no
357     longer there (Closes: #297625).
358
359  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri,  1 Apr 2005 19:30:58 +0200
360
361 opencv (0.9.5-10) unstable; urgency=high
362
363   * debian/patches/30_delete.dpatch:
364     + Fixed a crash at program exit (Closes: #269799).
365
366  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri,  3 Sep 2004 21:59:26 +0200
367
368 opencv (0.9.5-9) unstable; urgency=high
369
370   * debian/control:
371     + Build-depend on lesstif2-dev to take advantage of new Motif 2 features.
372     + libhighgui-dev depends on lesstif2-dev as well.
373   * debian/patches/20_old.dpatch:
374     + No longer patch/unpatch the Makefiles to avoid clock skew issues
375       (Closes: #266622).
376   * debian/patches/30_delete.dpatch:
377     + Fixed delete[] / delete mismatches.
378   * debian/patches/30_window_lnx.cpp.setTrackbarPos_crash.dpatch:
379     + Fix a crash in cvSetTrackbarPos() for closed windows, courtesy of
380       micha137 at users.sourceforge.net.
381   * debian/patches/40_linux_trackbar.dpatch
382     debian/patches/30_linux_mouse.dpatch:
383     + Add arrows to trackbars, courtesy of Filip Sadlo.
384     + Fixed position of mouse button events, courtesy of Filip Sadlo.
385   * debian/patches/30_render.dpatch:
386     + Fixed pointer casts, courtesy of buddha_pht at users.sourceforge.net.
387   * debian/patches/30_xshm.dpatch:
388     + Don't use XShm over network connections.
389
390  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 17 Aug 2004 18:01:23 +0200
391
392 opencv (0.9.5-8) unstable; urgency=low
393
394   * debian/control:
395     + Added missing build dependency on dpatch (Closes: #262209).
396   * debian/rules:
397     + Call unpatch before make clean.
398
399  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 30 Jul 2004 08:34:59 +0200
400
401 opencv (0.9.5-7) unstable; urgency=low
402
403   * Rebuilt against libtiff4 due to an ABI change.
404   * Fixed numerous compilation warning due to pointer/int size assumptions and
405     char signedness assumption.
406   * debian/control:
407     + Set policy to 3.6.1.1.
408     + Switched packaging method to dpatch.
409
410  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 25 Jul 2004 21:54:33 +0200
411
412 opencv (0.9.5-6) unstable; urgency=low
413
414   * cv/include/cvcompat.h cv/include/cvtypes.h:
415     + Fixed more C preprocessor warnings.
416
417  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 30 Jun 2004 14:04:12 +0200
418
419 opencv (0.9.5-5) unstable; urgency=low
420
421   * cv/include/cv.h:
422     + Fixed C preprocessor warnings.
423
424  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 30 Jun 2004 11:59:36 +0200
425
426 opencv (0.9.5-4) unstable; urgency=low
427
428   * debian/control:
429     + Added missing lesstif-dev build dependency to the libhighgui-dev
430       package (Closes: #252304).
431   * debian/README.Debian:
432     + Minor updates.
433
434  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed,  2 Jun 2004 13:27:07 -0300
435
436 opencv (0.9.5-3) unstable; urgency=low
437
438   * debian/rules:
439     + Enabled static libraries in the build (Closes: #249471).
440
441  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 19 May 2004 21:48:47 +0200
442
443 opencv (0.9.5-2) unstable; urgency=low
444
445   * debian/control:
446     + Added libxaw7-dev to the build dependencies.
447     + Added libxaw7-dev to the libcvcam-dev dependencies.
448   * debian/copyright:
449     + Removed a duplicate copyright entry.
450
451  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 28 Apr 2004 10:25:56 +0200
452
453 opencv (0.9.5-1) unstable; urgency=low
454
455   * Initial release.
456
457  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 22 Apr 2004 14:55:19 +0200
458