FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 6:25 AM BST
Port details
opencv 2.3.1_3 graphics on this many watch lists=5 search for ports that depend on this port
Open Source Computer Vision library from Intel
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Dec 2005 03:39:21
License: BSD


The Open Computer Vision Library is a collection of algorithms and sample
code for various computer vision problems. The library is compatible with
IPL and utilizes Intel Integrated Performance Primitives for better
performance.

WWW: http://opencv.willowgarage.com
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
graphics/opencv-core
graphics/py-opencv

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: math/eigen2, multimedia/v4l_compat, devel/pkg-config, devel/cmake
Required To Run: devel/pkg-config
Required Libraries: graphics/opencv-core, graphics/jasper, graphics/jpeg, graphics/png, graphics/tiff, multimedia/libv4l

Required by:
for Libraries

To install the port: cd /usr/ports/graphics/opencv/ && make install clean
To add the package: pkg_add -r opencv


Configuration Options
===> The following configuration options are available for opencv-2.3.1_3:
     EIGEN2=on (default) "Include Eigen 2 support"
     FFMPEG=off (default) "Include FFmpeg support"
     GSTREAMER=off (default) "Include Gstreamer support"
     GTK=off (default) "Include GTK+ support"
     JASPER=on (default) "Include JPEG 2000 support"
     JPEG=on (default) "Include JPEG support"
     OPENEXR=off (default) "Include OpenEXR support"
     PNG=on (default) "Include PNG support"
     QT4=off (default) "Build with Qt backend support"
     TBB=off (default) "Include TBB support"
     TIFF=on (default) "Include TIFF support"
     V4L=on (default) "Include Video4Linux support"
     XINE=off (default) "Include XINE support"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://sunet.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://iweb.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://switch.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://surfnet.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://kent.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://freefr.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://voxel.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://jaist.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://osdn.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://nchc.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://ncu.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://transact.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://softlayer.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://internode.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://ufpr.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
http://waix.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-08-22
    Affects: users of graphics/opencv
    Author: mm@FreeBSD.org
    Reason: 
      OpenCV python module was moved to own port: graphics/py-opencv
    
    

  • 2011-06-29
    Affects: users of graphics/opencv
    Author: mm@FreeBSD.org
    Reason: 
      OpenCV was updated to version 2.3.0rc and to avoid circular dependencies
      split into two ports: graphics/opencv-core and graphics/opencv
    
      Before updating please uninstall the graphics/opencv port first because
      the new dependency graphics/opencv-core contains conflicting files with
      the old port graphics/opencv.
    
    

Number of commits found: 41

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Feb 2012 15:22:37
Original commit files touched by this commit  2.3.1_3
nox search for other commits by this committer
- Update multimedia/libxine to 1.2.1 with a commit merged from hg
  to fix DVB support.  (which still is broken for tuners using
  hardware pid filtering, like when running webcamd with
  "-m dvb-usb-init.force_pid_filter_usage=1".)

- Add patches to fix build of ports depending on libxine to:
  audio/amarok,
  graphics/gimageview [1], graphics/pornview [1],
  graphics/osg [2], graphics/osg-devel [2],
  multimedia/emotion,
  x11/kdelibs4 [3],
  multimedia/kmplayer,
  multimedia/konverter,
  multimedia/qdvdauthor [4],
  multimedia/vdr-plugin-xineliboutput,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
16 Jan 2012 09:46:55
Original commit files touched by this commit  2.3.1_3
martymac search for other commits by this committer
- Update devel/tbb to 4.0.0
- Bump dependent ports' revisions
17 Dec 2011 11:42:05
Original commit files touched by this commit  2.3.1_2
mm search for other commits by this committer
Add fix from upstream for bug #1432 (Clang compilation fixes)
https://code.ros.org/trac/opencv/ticket/1432

Reported by:    Roman Divacky <rdivacky@FreeBSD.org>
Obtained from:  OpenCV (revision 6881)
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.3.1_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20 Sep 2011 15:48:12
Original commit files touched by this commit  2.3.1_1
mm search for other commits by this committer
Fix portversion going backwards

Reported by:    erwin
18 Sep 2011 10:17:57
Original commit files touched by this commit  2.3.1.a
mm search for other commits by this committer
Update OpenCV to 2.3.1a

PR:             ports/160719
22 Aug 2011 21:16:42
Original commit files touched by this commit  2.3.1
mm search for other commits by this committer
Change capital letter in COMMENT for python module
22 Aug 2011 21:10:22
Original commit files touched by this commit  2.3.1
mm search for other commits by this committer
Update to 2.3.1
Prepare moving of python module to own port
21 Jul 2011 20:02:41
Original commit files touched by this commit  2.3.0
mm search for other commits by this committer
Rename pkg-plist.core to pkg-plist.oc to prevent accidential deletion
by crontab scripts

Reported by:    Thomas Abthorpe <tabthorpe@FreeBSD.org>
11 Jul 2011 08:28:12
Original commit files touched by this commit  2.3.0
mm search for other commits by this committer
Update opencv to 2.3.0
29 Jun 2011 14:59:19
Original commit files touched by this commit  2.3.0.r
mm search for other commits by this committer
Remove opencv2/video from pkg-plist (it is part of opencv-core)
29 Jun 2011 13:15:26
Original commit files touched by this commit  2.3.0.r
mm search for other commits by this committer
Remove conditions with USE_GCC (not needed anymore)
29 Jun 2011 11:46:01
Original commit files touched by this commit  2.3.0.r
mm search for other commits by this committer
Update OpenCV to 2.3.0-rc
24 Jun 2011 22:39:03
Original commit files touched by this commit  2.1.0_2
mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
24 Mar 2011 08:20:12
Original commit files touched by this commit  2.1.0_1
martymac search for other commits by this committer
- Update devel/tbb to 3.0.5 and add a LOCAL mirror
- Bump PORTREVISIONs for dependent ports

Approved by:    ehaupt (mentor)
27 Aug 2010 18:16:16
Original commit files touched by this commit  2.1.0
avilla search for other commits by this committer
- Upgrade to 2.1.0.
- Fix build on 6.X.
- Fix build with GCC 4.5. [1]
- Fix dependency on Video4Linux. [1]
- Add LICENSE.
- Use bsd.port.options.mk.

PR:             ports/148955 [1]
Submitted by:   swell.k@gmail.com [1]
Approved by:    tabthorpe (mentor)
24 Jul 2010 16:38:20
Original commit files touched by this commit  2.0.0_3
mm search for other commits by this committer
- Update ffmpeg to 0.6
19 Apr 2010 01:37:38
Original commit files touched by this commit  2.0.0_2
fluffy search for other commits by this committer
- Really unbroke with fresh v4l support

Approved by:    avilla (maintaner via irc)
30 Mar 2010 03:14:29
Original commit files touched by this commit  2.0.0_2
dinoex search for other commits by this committer
- fix build for png-1.4.1
PR:             145122
Submitted by:   Andrei V. Lavreniyuk
28 Mar 2010 06:47:48
Original commit files touched by this commit  2.0.0_2
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  2.0.0_1
dinoex search for other commits by this committer
- update to jpeg-8
29 Jan 2010 23:03:23
Original commit files touched by this commit  2.0.0
avilla search for other commits by this committer
- Mark as broken on sparc64.
- Set correct OSVERSION for the BROKEN flag.

Approved by:    tabthorpe (mentor)
28 Jan 2010 22:50:40
Original commit files touched by this commit  2.0.0
pav search for other commits by this committer
- Mark BROKEN on 6.X

Reported by:    pointyhat
26 Jan 2010 22:53:08
Original commit files touched by this commit  2.0.0
avilla search for other commits by this committer
- Update my e-mail address in the ports I maintain.

Approved by:    miwi (mentor)
18 Jan 2010 13:15:53
Original commit files touched by this commit  2.0.0
fluffy search for other commits by this committer
- Update port: graphics/opencv 1.0.0 -> 2.0.0

PR:             140860
Submitted by:   Alberto Villa (maintainer)
Approved by:    miwi, tabthorpe (mentors implicit)
22 Aug 2009 00:23:13
Original commit files touched by this commit  1.0.0_5
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
18 Aug 2009 08:16:07
Original commit files touched by this commit  1.0.0_5
fluffy search for other commits by this committer
Fix build with current FFMpeg.
Fix python support in highgui module.

Bump PORTREVISION

Pass maintainership to submitter.

PR:             137805, 137871
Submitted by:   Alberto Villa <villa.alberto AT gmail DOT com>
Approved by:    miwi (mentor)
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.0.0_4
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
25 Jul 2009 14:14:35
Original commit files touched by this commit  1.0.0_4
arved search for other commits by this committer
Fix build
Set maintainer to ports

PR:             136390
Submitted by:   Joerg Ruppe-Tanner
Approved by:    old maintainer
18 Jul 2009 11:11:29
Original commit files touched by this commit  1.0.0_4
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.0.0_3
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
02 May 2008 11:40:06
Original commit files touched by this commit  1.0.0_3
miwi search for other commits by this committer
- Fix build with newer ffmpeg

PR:             117173
Submitted by:   soralx@cydem.org
Patched by:     miwi
Tested by:      nox
Reviewed by:    nox
Approved by:    maintainer timeout
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.0.0_3
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
01 Feb 2008 12:04:04
Original commit files touched by this commit  1.0.0_2
linimon search for other commits by this committer
Mark broken on sparc64: does not compile.
22 Dec 2007 15:16:31
Original commit files touched by this commit  1.0.0_2
nork search for other commits by this committer
Enable V4L (Video for Linux) compatible to use USB Camera.

Approved by:    maintainer timeout (1 week)
07 Oct 2007 17:46:16
Original commit files touched by this commit  1.0.0_1
nork search for other commits by this committer
Chase OpenEXR library version bumped.
05 Apr 2007 08:29:25
Original commit files touched by this commit  1.0.0
stefan search for other commits by this committer
Update to 1.0.0.

PR:             110057
Submitted by:   Tz-Huan Huang <tzhuan@csie.org>
Approved by:    maintainer timeout (4 weeks)
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.9.6_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
02 Jan 2006 09:39:50
Original commit files touched by this commit  0.9.6_1
edwin search for other commits by this committer
Fix build in 4.x
Noticed by: YAPHR
02 Jan 2006 06:34:55
Original commit files touched by this commit  0.9.6
edwin search for other commits by this committer
Change maintainer to submitter since the specified maintainer is a
closed mailinglist.

Noticed by: YAPHR
29 Dec 2005 03:38:29
Original commit files touched by this commit  0.9.6
edwin search for other commits by this committer
New port: graphics/opencv (Open Source Computer Vision Library from Intel)

        The Open Computer Vision Library is a collection of algorithms
        and sample code for various computer vision problems. The
        library is compatible with IPL and utilizes Intel Integrated
        Performance Primitives for better performance.

        WWW: http://sourceforge.net/projects/opencvlibrary/
             http://www.intel.com/research/mrl/research/opencv/

PR:             ports/78473
Submitted by:   Marc Abramowitz <msabramo@yahoo.com>

Number of commits found: 41

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.809 seconds.