Bug 140860 - [maintainer update] Update port: graphics/opencv 1.0.0 -> 2.0.0
Summary: [maintainer update] Update port: graphics/opencv 1.0.0 -> 2.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 12:10 UTC by Alberto Villa
Modified: 2010-01-18 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (28.81 KB, patch)
2009-11-25 12:10 UTC, Alberto Villa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa 2009-11-25 12:10:03 UTC
This is OpenCV 2.0,
the source package for Linux, MacOSX and every other Unix-like OS.

The major features:
===================

* the brand-new C++ interface,
  in addition to the existing OpenCV 1.x C API.

* a lot of new functionality, especially in the area
  of feature detectors and descriptors

* SSE2 optimization of many functions

* the revised directory structure and
  the completely new CMake-based build system

* completely new documentation, available
  offline as PDF (included) and online:
  http://opencv.willowgarage.com/documentation/index.html

and a lot more; please, see the ChangeLog.

Fix: library soversion changed, needs updating of ports depending on it

added files:
files/patch-samples-CMakeLists.txt
files/patch-src-highgui-cvcap_ffmpeg.cpp
files/patch-src-highgui-cvcap_v4l.cpp

deleted files:
files/patch-Makefile.in
files/patch-configure
files/patch-interfaces-swig-python-Makefile.in
files/patch-otherlibs-highgui-cvcap_ffmpeg.cpp
files/patch-otherlibs-highgui-cvcap_v4l.cpp

Patch attached with submission follows:
Comment 1 Dima Panov freebsd_committer freebsd_triage 2009-11-28 12:02:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-18 13:16:03 UTC
fluffy      2010-01-18 13:15:53 UTC

  FreeBSD ports repository

  Modified files:
    graphics/opencv      Makefile distinfo pkg-descr pkg-plist 
  Added files:
    graphics/opencv/files patch-samples-CMakeLists.txt 
                          patch-src-highgui-cvcap_ffmpeg.cpp 
                          patch-src-highgui-cvcap_v4l.cpp 
  Removed files:
    graphics/opencv/files patch-Makefile.in patch-configure 
                          patch-interfaces-swig-python-Makefile.in 
                          patch-otherlibs-highgui-cvcap_ffmpeg.cpp 
                          patch-otherlibs-highgui-cvcap_v4l.cpp 
  Log:
  - Update port: graphics/opencv 1.0.0 -> 2.0.0
  
  PR:             140860
  Submitted by:   Alberto Villa (maintainer)
  Approved by:    miwi, tabthorpe (mentors implicit)
  
  Revision  Changes    Path
  1.16      +118 -91   ports/graphics/opencv/Makefile
  1.3       +3 -3      ports/graphics/opencv/distinfo
  1.3       +0 -11     ports/graphics/opencv/files/patch-Makefile.in (dead)
  1.3       +0 -30     ports/graphics/opencv/files/patch-configure (dead)
  1.2       +0 -21     ports/graphics/opencv/files/patch-interfaces-swig-python-Makefile.in (dead)
  1.3       +0 -121    ports/graphics/opencv/files/patch-otherlibs-highgui-cvcap_ffmpeg.cpp (dead)
  1.2       +0 -10     ports/graphics/opencv/files/patch-otherlibs-highgui-cvcap_v4l.cpp (dead)
  1.1       +12 -0     ports/graphics/opencv/files/patch-samples-CMakeLists.txt (new)
  1.1       +12 -0     ports/graphics/opencv/files/patch-src-highgui-cvcap_ffmpeg.cpp (new)
  1.1       +10 -0     ports/graphics/opencv/files/patch-src-highgui-cvcap_v4l.cpp (new)
  1.2       +1 -5      ports/graphics/opencv/pkg-descr
  1.4       +35 -178   ports/graphics/opencv/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dima Panov freebsd_committer freebsd_triage 2010-01-18 13:16:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!