Bug 136648 - [PATCH]graphics/exact-image: update to 0.7.4
Summary: [PATCH]graphics/exact-image: update to 0.7.4
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-10 23:30 UTC by bf
Modified: 2009-07-11 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (8.98 KB, patch)
2009-07-10 23:30 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2009-07-10 23:30:00 UTC
It's been a while since the last update.  I placed priority on medium because of a user request for the new version, which has added features like a bar code reader, etc.  I re-enabled evas opengl support, although it remains buggy.  (Hopefully we'll fix this at some point.)  The new version has a python interface via swig (which also has it's problems ...), which I added.  There is not much of a cost to this, as x11 now requires python by default, anyway.

Fix: Patch attached with submission follows:
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2009-07-11 00:25:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-11 11:04:29 UTC
dhn         2009-07-11 10:04:20 UTC

  FreeBSD ports repository

  Modified files:
    graphics/exact-image Makefile distinfo 
  Added files:
    graphics/exact-image/files patch-codecs__bmp.cc 
                               patch-codecs__gif.cc 
                               patch-codecs__jpeg.cc 
                               patch-codecs__xpm.cc 
                               patch-lib__ContourMatching.cc 
                               patch-lib__ContourUtility.cc 
                               patch-utility__Timer.cc 
  Log:
  - Update to 0.7.4
  
  PR:             ports/136648
  Submitted by:   bf <bf1783@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.11      +30 -20    ports/graphics/exact-image/Makefile
  1.2       +3 -3      ports/graphics/exact-image/distinfo
  1.1       +15 -0     ports/graphics/exact-image/files/patch-codecs__bmp.cc (new)
  1.1       +11 -0     ports/graphics/exact-image/files/patch-codecs__gif.cc (new)
  1.1       +11 -0     ports/graphics/exact-image/files/patch-codecs__jpeg.cc (new)
  1.1       +19 -0     ports/graphics/exact-image/files/patch-codecs__xpm.cc (new)
  1.1       +10 -0     ports/graphics/exact-image/files/patch-lib__ContourMatching.cc (new)
  1.1       +13 -0     ports/graphics/exact-image/files/patch-lib__ContourUtility.cc (new)
  1.1       +11 -0     ports/graphics/exact-image/files/patch-utility__Timer.cc (new)
_______________________________________________
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 Dennis Herrmann freebsd_committer freebsd_triage 2009-07-11 11:04:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!