Bug 137805 - [patch] graphics/opencv - fix build against multimedia/ffmpeg-devel
Summary: [patch] graphics/opencv - fix build against multimedia/ffmpeg-devel
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-08-15 22:30 UTC by Alberto Villa
Modified: 2009-08-18 09:32 UTC (History)
0 users

See Also:


Attachments
file.diff (7.08 KB, patch)
2009-08-15 22:30 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-08-15 22:30:07 UTC
graphics/opencv fails to build against multimedia/ffmpeg-devel due to API changes

Fix: here's the recursive patch (PORTREVISION not bumped as written in the handbook)

deleted files:
- files/patch-otherlibs-highgui.cpp (merged with files/patch-otherlibs-highgui-cvcap_ffmpeg.cpp: they were patching the same file!)

Patch attached with submission follows:
How-To-Repeat: - install multimedia/ffmpeg-devel in place of multimedia/ffmpeg
- try to install graphics/opencv
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-08-17 17:13:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

mentee will deal with that.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-18 09:16:37 UTC
fluffy      2009-08-18 08:16:07 UTC

  FreeBSD ports repository

  Modified files:
    graphics/opencv      Makefile 
    graphics/opencv/files patch-otherlibs-highgui-cvcap_ffmpeg.cpp 
  Added files:
    graphics/opencv/files patch-interfaces-swig-python-Makefile.in 
  Removed files:
    graphics/opencv/files patch-otherlibs-highgui.cpp 
  Log:
  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)
  
  Revision  Changes    Path
  1.14      +24 -18    ports/graphics/opencv/Makefile
  1.1       +21 -0     ports/graphics/opencv/files/patch-interfaces-swig-python-Makefile.in (new)
  1.2       +110 -3    ports/graphics/opencv/files/patch-otherlibs-highgui-cvcap_ffmpeg.cpp
  1.2       +0 -85     ports/graphics/opencv/files/patch-otherlibs-highgui.cpp (dead)
_______________________________________________
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 2009-08-18 09:30:12 UTC
State Changed
From-To: open->closed

Commited, thanks!