Bug#634797: opencv 2.3 transition

2012-01-30 Thread Julien Cristau
On Mon, Jan 30, 2012 at 13:27:09 +0900, Nobuhiro Iwamatsu wrote:

 About #653157, gnome-mousetrap does not operate in curent code,
 becasue API of OpenCV was changed  a lot.
 For example, LoadHaarClassifierCascade stops using python and becomes
 the following codes.
 
 ---
 import cv
 import cv2
 c = cv2.CascadeClassifier('haarcascade.xml')
 ---
 
 This problem needs to fix by upstream of gnome-mousetrap.
 
Alright, closing that bug then.  The gnome-mousetrap issues are tracked
in #655930.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#634797: opencv 2.3 transition

2012-01-26 Thread Julien Cristau
On Wed, Jul 20, 2011 at 08:39:41 +0900, Nobuhiro Iwamatsu wrote:

 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: transition
 
 Hi,
 
 I plan to up-load opencv 2.3 to unstable.
 Because soname changes, a re-build is needed in the depending package.
 
The migration of opencv to testing is currently blocked by #654220 and
#653157.  What's the status of those bugs?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2012-01-10 Thread Julien Cristau
On Tue, Dec 20, 2011 at 17:42:04 +0100, Bernd Zeimetz wrote:

 Hi,
 
  I just upload.
  Sorry, reply was late.
 
 I'm just wondering if you've tried to build the
 build-reverse-dependencies against the new library and/or if you've
 notified the maintainers of these packages (if so I've missed the mail
 and I can't find a mail on appropriate lists...). Most packages I know
 want to link -lcv, which is gone. Installing (the old!?) libcv-dev
 package depends on a lot of new opencv_* library-packages, byt the only
 pkg-config file I was able to find is in libopencv-core-dev and says
 
 Libs: -L${libdir} -lopencv_core -lopencv_imgproc -lopencv_highgui
 -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d
 -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann
 
 which sounds like all libraries are necessary anyway and could have been
 packaged together
 
 Please provide a proper migration guide (I would have expected some
 pointers in libcv-dev at least) and next time inform people earlier
 about transitions.
 
So apparently this is still not resolved (or not completely?).  What's
going on here?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#634797: opencv 2.3 transition

2012-01-10 Thread Bernd Zeimetz
On 01/10/2012 08:40 PM, Julien Cristau wrote:
 On Tue, Dec 20, 2011 at 17:42:04 +0100, Bernd Zeimetz wrote:
 
 Hi,

 I just upload.
 Sorry, reply was late.

 I'm just wondering if you've tried to build the
 build-reverse-dependencies against the new library and/or if you've
 notified the maintainers of these packages (if so I've missed the mail
 and I can't find a mail on appropriate lists...). Most packages I know
 want to link -lcv, which is gone. Installing (the old!?) libcv-dev
 package depends on a lot of new opencv_* library-packages, byt the only
 pkg-config file I was able to find is in libopencv-core-dev and says

 Libs: -L${libdir} -lopencv_core -lopencv_imgproc -lopencv_highgui
 -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d
 -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann

 which sounds like all libraries are necessary anyway and could have been
 packaged together

 Please provide a proper migration guide (I would have expected some
 pointers in libcv-dev at least) and next time inform people earlier
 about transitions.

 So apparently this is still not resolved (or not completely?).  What's
 going on here?

Solved for gmic on Sunday - it doesn't use much from OpenCV luckily. Still
wondering why there is no sane migration way, though...

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2012-01-10 Thread Nobuhiro Iwamatsu
Hi, all.

2012/1/11 Bernd Zeimetz b...@debian.org:
 On 01/10/2012 08:40 PM, Julien Cristau wrote:
 On Tue, Dec 20, 2011 at 17:42:04 +0100, Bernd Zeimetz wrote:

 Hi,

 I just upload.
 Sorry, reply was late.

 I'm just wondering if you've tried to build the
 build-reverse-dependencies against the new library and/or if you've
 notified the maintainers of these packages (if so I've missed the mail
 and I can't find a mail on appropriate lists...). Most packages I know
 want to link -lcv, which is gone. Installing (the old!?) libcv-dev
 package depends on a lot of new opencv_* library-packages, byt the only
 pkg-config file I was able to find is in libopencv-core-dev and says

 Libs: -L${libdir} -lopencv_core -lopencv_imgproc -lopencv_highgui
 -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d
 -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann

 which sounds like all libraries are necessary anyway and could have been
 packaged together

 Please provide a proper migration guide (I would have expected some
 pointers in libcv-dev at least) and next time inform people earlier
 about transitions.

 So apparently this is still not resolved (or not completely?).  What's
 going on here?

 Solved for gmic on Sunday - it doesn't use much from OpenCV luckily. Still
 wondering why there is no sane migration way, though...


Sorry about this.

Opencv is divided into some libraries.
These libraries are divided for every function.
However, the pkg-config file of opencv has a form depending on all the
libraries,
and developer and user may demand a library without necessity.
Therefore, Debian, package is divided for every library and the dependency
of a library is held according to the dependency of package.
Although this is already reported to upstream with the patch, it does
not apply yet[0].

It is necessary to put libopencv-dev into build dependency to use
opencv by pkg-config.
Moreover, each library can be specified when not using pkg-config.
Although I had described this information to README.Debian, since
information was old, I updated.

Best regards,
  Nobuhiro

[0]: https://code.ros.org/trac/opencv/ticket/332

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-12-20 Thread Bernd Zeimetz
Hi,

 I just upload.
 Sorry, reply was late.

I'm just wondering if you've tried to build the
build-reverse-dependencies against the new library and/or if you've
notified the maintainers of these packages (if so I've missed the mail
and I can't find a mail on appropriate lists...). Most packages I know
want to link -lcv, which is gone. Installing (the old!?) libcv-dev
package depends on a lot of new opencv_* library-packages, byt the only
pkg-config file I was able to find is in libopencv-core-dev and says

Libs: -L${libdir} -lopencv_core -lopencv_imgproc -lopencv_highgui
-lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d
-lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann

which sounds like all libraries are necessary anyway and could have been
packaged together

Please provide a proper migration guide (I would have expected some
pointers in libcv-dev at least) and next time inform people earlier
about transitions.

Cheers,

Bernd


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-12-11 Thread Nobuhiro Iwamatsu
Hi,

I just upload.
Sorry, reply was late.

Best regards,
  Nobuhiro

2011/12/5 Julien Cristau jcris...@debian.org:
 On Tue, Nov 22, 2011 at 00:18:45 +0100, Julien Cristau wrote:

 On Wed, Jul 20, 2011 at 08:39:41 +0900, Nobuhiro Iwamatsu wrote:

  Please let me know when I can start the transition of opencv 2.3.
 
 Sorry for the delay.  Please go ahead.

 Ping?

 Cheers,
 Julien



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-12-04 Thread Julien Cristau
On Tue, Nov 22, 2011 at 00:18:45 +0100, Julien Cristau wrote:

 On Wed, Jul 20, 2011 at 08:39:41 +0900, Nobuhiro Iwamatsu wrote:
 
  Please let me know when I can start the transition of opencv 2.3.
  
 Sorry for the delay.  Please go ahead.
 
Ping?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-11-21 Thread Julien Cristau
On Wed, Jul 20, 2011 at 08:39:41 +0900, Nobuhiro Iwamatsu wrote:

 Please let me know when I can start the transition of opencv 2.3.
 
Sorry for the delay.  Please go ahead.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-08-18 Thread Philipp Kern
On Thu, Aug 18, 2011 at 10:57:23PM +0900, Nobuhiro Iwamatsu wrote:
 ping

We don't forget open bugs, be assured of that.  We try to process them FIFO,
but might tackle little ones in-between, if they don't conflict.  Somebody will
eventually tend to it.

I'm sorry about the delay, it's a man-power problem and one of other
maintainers not following the rules, for which you should not be punished
neither.

So we are talking about packages build-depending on either one of
(libcv-dev|libcvaux-dev|libhighgui-dev) which need to move from *2.1 to *2.3?

Can you re-collect the current state?  You only need to consider packages that
are currently in testing from our PoV, maybe that reduces your list of buggy
packages.

Kind regards and thanks,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Stable Release Manager
`. `'   xmpp:p...@0x539.de Wanna-Build Admin
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


Bug#634797: opencv 2.3 transition

2011-08-04 Thread Nobuhiro Iwamatsu
Hi, debian release team.

Is there any progress about this?

Best regards,
  Nobuhiro

2011/7/29 Nobuhiro Iwamatsu iwama...@nigauri.org:
 Hi,

 I update status of opencv2.3 transition.

 On Wed, Jul 20, 2011 at 08:39:41AM +0900, Nobuhiro Iwamatsu wrote:
 - freecad / Build OK
 - freej / FTBFS:  #631822
 - frei0r /FTBFS but this problem is corrected in the package up-loaded
 to mentor.debian.net.
 - gmic
   libjpeg8-dev: Conflicts: libjpeg62-dev but 6b1-2 is to be installed.
   blocked #629966
 - kipi-plugins / Build OK
 - lush / Build OK
 - mrpt / FTBFS #625075
        Fix FTBFS and support building with opencv 2.3.
        Thanks for Jose Luis Blanco!

 - player / Build OK
 - sikuli / Build OK
 - sivp /  FTBFS with opencv 2.3. #634796


 Best regards,
  Nobuhiro




-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-07-29 Thread Nobuhiro Iwamatsu
Hi,

I update status of opencv2.3 transition.

On Wed, Jul 20, 2011 at 08:39:41AM +0900, Nobuhiro Iwamatsu wrote:
 - freecad / Build OK
 - freej / FTBFS:  #631822
 - frei0r /FTBFS but this problem is corrected in the package up-loaded
 to mentor.debian.net.
 - gmic
   libjpeg8-dev: Conflicts: libjpeg62-dev but 6b1-2 is to be installed.
   blocked #629966
 - kipi-plugins / Build OK
 - lush / Build OK
 - mrpt / FTBFS #625075
Fix FTBFS and support building with opencv 2.3.
Thanks for Jose Luis Blanco!

 - player / Build OK
 - sikuli / Build OK
 - sivp /  FTBFS with opencv 2.3. #634796
 

Best regards,
  Nobuhiro



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-07-28 Thread Nobuhiro Iwamatsu
Hi,

I uploaded opencv 2.3 with your provided patch to experimental.

Best regards,
  Nobuhiro


2011/7/21 Nobuhiro Iwamatsu iwama...@nigauri.org:
 Hi,

 2011/7/20 Reinhard Tartler siret...@debian.org:
 On Wed, Jul 20, 2011 at 01:39:41 (CEST), Nobuhiro Iwamatsu wrote:

 I plan to up-load opencv 2.3 to unstable.

 I'm not a release manager, but the Libav maintainer in Debian. Still,
 could you please consider including the patch from #634818 before
 uploading to unstable? I'm confident that the #ifdef version checks are
 a bit too strict and that the patch should also work with some minor
 adjustments with Libav 0.6 currently in wheezy.

 Let me know if you experience any trouble.


 OK, I will see this BTS and upload.
 Thank you!

 Best regards,
  Nobuhiro

 --
 Nobuhiro Iwamatsu
    iwamatsu at {nigauri.org / debian.org}
    GPG ID: 40AD1FA6




-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-07-20 Thread Nobuhiro Iwamatsu
Hi,

2011/7/20 Reinhard Tartler siret...@debian.org:
 On Wed, Jul 20, 2011 at 01:39:41 (CEST), Nobuhiro Iwamatsu wrote:

 I plan to up-load opencv 2.3 to unstable.

 I'm not a release manager, but the Libav maintainer in Debian. Still,
 could you please consider including the patch from #634818 before
 uploading to unstable? I'm confident that the #ifdef version checks are
 a bit too strict and that the patch should also work with some minor
 adjustments with Libav 0.6 currently in wheezy.

 Let me know if you experience any trouble.


OK, I will see this BTS and upload.
Thank you!

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-07-19 Thread Nobuhiro Iwamatsu
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Hi,

I plan to up-load opencv 2.3 to unstable.
Because soname changes, a re-build is needed in the depending package.

The following packages depend on opencv.
Some packages can not build with opencv 2.3. I have already sent the
bug report and the patch to correct it.

- auto-multiple-choice / FTBFS with opencv 2.3.#634795
- freecad / Build OK
- freej / FTBFS:  #631822
- frei0r /FTBFS but this problem is corrected in the package up-loaded
to mentor.debian.net.
- gmic
  libjpeg8-dev: Conflicts: libjpeg62-dev but 6b1-2 is to be installed.
  blocked #629966
- kipi-plugins / Build OK
- lush / Build OK
- mrpt / FTBFS #625075
- player / Build OK
- sikuli / Build OK
- sivp /  FTBFS with opencv 2.3. #634796

Please let me know when I can start the transition of opencv 2.3.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634797: opencv 2.3 transition

2011-07-19 Thread Reinhard Tartler
On Wed, Jul 20, 2011 at 01:39:41 (CEST), Nobuhiro Iwamatsu wrote:

 I plan to up-load opencv 2.3 to unstable.

I'm not a release manager, but the Libav maintainer in Debian. Still,
could you please consider including the patch from #634818 before
uploading to unstable? I'm confident that the #ifdef version checks are
a bit too strict and that the patch should also work with some minor
adjustments with Libav 0.6 currently in wheezy.

Let me know if you experience any trouble.

Cheers,

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org