aboutsummaryrefslogtreecommitdiff
path: root/graphics/openjpeg
Commit message (Collapse)AuthorAgeFilesLines
* - MAKE_JOBS_UNSAFEDirk Meyer2009-03-271-0/+2
| | | | Notes: svn path=/head/; revision=231134
* - add LICENSE:Dirk Meyer2009-03-211-0/+2
| | | | Notes: svn path=/head/; revision=230585
* - update to 1.3Dirk Meyer2009-03-219-42/+257
| | | | Notes: svn path=/head/; revision=230584
* Pass maintainership to dinoex@.Edward Tomasz Napierala2009-03-181-1/+1
| | | | Notes: svn path=/head/; revision=230350
* - Don't strip librariesEdward Tomasz Napierala2007-07-304-5/+86
| | | | | | | | | | | - Build and install j2k utils PR: ports/114694 Submitted by: ahze Approved by: miwi (mentor) Notes: svn path=/head/; revision=196730
* Add ${MASTER_SITE_LOCAL}.Edward Tomasz Napierala2007-07-181-1/+3
| | | | | | | | Suggested by: pav Approved by: miwi (mentor) Notes: svn path=/head/; revision=195847
* - Remove unneeded part of a diff.Edward Tomasz Napierala2007-07-121-15/+0
| | | | | | | | Suggested by: sat Approved by: miwi (mentor) Notes: svn path=/head/; revision=195488
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* - Update to 1.2.Edward Tomasz Napierala2007-07-093-25/+27
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195325
* - Add required symlinks to the shared object, so that putting openjpegEdward Tomasz Napierala2007-04-302-9/+16
| | | | | | | | | | | into LIB_DEPENDS and linking with just '-lopenjpeg' actually work - Tidy the port a bit Submitted by: alepulver Approved by: miwi (mentor) Notes: svn path=/head/; revision=191191
* Change my email address to trasz@FreeBSD.org.Edward Tomasz Napierala2007-04-131-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=189901
* - Update to 1.1.1Martin Wilke2007-03-273-10/+15
| | | | | | | | PR: 110927 Submitted by: trasz (maintainer) Notes: svn path=/head/; revision=188583
* - Fix build with amd64Martin Wilke2007-01-191-0/+2
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=182787
* The OpenJPEG library is an open-source JPEG 2000 codec written inMartin Wilke2007-01-134-0/+69
C language. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG). In addition to the basic codec, various other features are under development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats, an indexing tool useful for the JPIP protocol, JPWL-tools for error-resilience, a Java-viewer for j2k-images, ... WWW: http://www.openjpeg.org/ PR: ports/107868 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182323