aboutsummaryrefslogtreecommitdiff
path: root/graphics/libraw
Commit message (Collapse)AuthorAgeFilesLines
* Update from 0.13.4 to 0.13.5.Sergey A. Osokin2011-05-282-7/+7
| | | | | | | Notice from: miwi Notes: svn path=/head/; revision=274764
* Update from 0.13.2 to 0.13.4.Sergey A. Osokin2011-04-042-8/+7
| | | | Notes: svn path=/head/; revision=272197
* Remove needless extra patch.Sergey A. Osokin2011-03-123-33/+7
| | | | | | | | | | | | Remove unneeded defines for shared libs. Add installation of two .pc files for fix build third-party ports. (1) Bump PORTREVISION. Idea from PR: 155495 (1) Notes: svn path=/head/; revision=270755
* Update from 0.13.1 to 0.13.2.Sergey A. Osokin2011-03-123-23/+14
| | | | | | | Enable build shared libs by default. Notes: svn path=/head/; revision=270748
* Update from 0.12.3 to 0.13.1.Sergey A. Osokin2011-02-112-7/+7
| | | | Notes: svn path=/head/; revision=268922
* Update from 0.12.2 to 0.12.3.Sergey A. Osokin2011-01-092-7/+7
| | | | | | | Notice from: miwi Notes: svn path=/head/; revision=267550
* Update from 0.11.3 to 0.12.2.Sergey A. Osokin2011-01-085-49/+124
| | | | | | | | | o) change depend from graphics/lcms to graphics/lcms2; o) depend on graphics/lcms2 is optional, by default is on; o) add demosaic packs, licensed under GPLv2 and GPLv3. Notes: svn path=/head/; revision=267525
* Update from 0.11.2 to 0.11.3.Sergey A. Osokin2010-11-182-3/+3
| | | | | | | Notice from: miwi Notes: svn path=/head/; revision=264765
* Update from 0.10.0 to 0.11.2.Sergey A. Osokin2010-11-123-7/+7
| | | | | | | Disconnect binary examples from building phase for speed up library build. Notes: svn path=/head/; revision=264438
* Update from 0.9.1 to 0.10.0.Sergey A. Osokin2010-09-092-4/+7
| | | | | | | Add LICENSE. Notes: svn path=/head/; revision=260820
* Update from 0.9.0 to 0.9.1.Sergey A. Osokin2010-05-202-4/+4
| | | | | | | Notice from: miwi Notes: svn path=/head/; revision=254648
* Update from 0.8.3 to 0.9.0.Sergey A. Osokin2010-05-112-5/+4
| | | | Notes: svn path=/head/; revision=254163
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* Update from 0.8.2 to 0.8.3.Sergey A. Osokin2009-10-262-4/+4
| | | | Notes: svn path=/head/; revision=243346
* Update from 0.7.2 to 0.8.2.Sergey A. Osokin2009-09-142-7/+6
| | | | Notes: svn path=/head/; revision=241424
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Upgrade from 0.6.14 to 0.7.2.Sergey A. Osokin2009-04-083-7/+9
| | | | Notes: svn path=/head/; revision=231862
* Update from 0.6.11 to 0.6.14.Sergey A. Osokin2009-03-132-4/+4
| | | | | | | | | | Changelog: http://www.libraw.org/download#changelog Submitted by: bsam PR: 132599 Notes: svn path=/head/; revision=229984
* Update from 0.6.3 to latest version 0.6.11.Sergey A. Osokin2009-02-062-4/+4
| | | | Notes: svn path=/head/; revision=227712
* Update from 0.5.3 to 0.6.3.Sergey A. Osokin2008-12-164-113/+58
| | | | | | | | OPTIONify. NOTE: don't install shared libraries by default. Notes: svn path=/head/; revision=224301
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Add documentation and examples.Sergey A. Osokin2008-05-071-2/+35
| | | | | | | | | | Also, add compile optimization. [*] Bump PORTREVISION. Requested by: author [*] Notes: svn path=/head/; revision=212798
* Fix broken compile on amd64.Sergey A. Osokin2008-05-072-2/+3
| | | | | | | | | Bump PORTREVISION. Reported by: pointyhat via pav Notes: svn path=/head/; revision=212777
* Add missing dependences.Sergey A. Osokin2008-05-061-0/+3
| | | | Notes: svn path=/head/; revision=212702
* Add libraw a library for reading RAW files obtained from digital photoSergey A. Osokin2008-05-065-0/+169
cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. The users of the library are provided with API to be built into their software programs. WWW: http://www.libraw.org http://www.libraw.su Notes: svn path=/head/; revision=212701