Bug 158408 - [PATCH] graphics/frei0r: put opencv and gavl plugins into leaf ports
Summary: [PATCH] graphics/frei0r: put opencv and gavl plugins into leaf ports
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 21:10 UTC by Martin Matuska
Modified: 2011-06-29 15:25 UTC (History)
1 user (show)

See Also:


Attachments
frei0r-1.3_1.patch (4.29 KB, patch)
2011-06-28 21:10 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2011-06-28 21:10:09 UTC
Put opencv and gavl plugins into leaf ports (frei0r-plugins-opencv, frei0r-plugins-gavl)
and so make frei0r dependency-free. This way we can include it in ffmpeg etc.

Always enable CPU optimization ond amd64, as all amd64 CPUs support mmx, sse and sse2.

Port maintainer (bsdkaffee@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-28 21:10:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-28 21:10:29 UTC
Maintainer of graphics/frei0r,

Please note that PR ports/158408 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158408

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-28 21:10:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-29 12:53:12 UTC
mm          2011-06-29 11:53:04 UTC

  FreeBSD ports repository

  Modified files:
    graphics/frei0r      Makefile pkg-plist 
  Log:
  Split opencv and gavl frei0r plugins into separate slave ports
  This enables integrating frei0r without circular dependencies.
  
  PR:     ports/158408
  
  Revision  Changes    Path
  1.14      +59 -13    ports/graphics/frei0r/Makefile
  1.5       +1 -6      ports/graphics/frei0r/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 5 Martin Matuska freebsd_committer freebsd_triage 2011-06-29 15:25:49 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!