aboutsummaryrefslogtreecommitdiff
path: root/graphics/libraw
Commit message (Collapse)AuthorAgeFilesLines
* - Update libraw to 0.15.4.Raphael Kubo da Costa2014-01-265-115/+55
| | | | | | | | | | | | | | | | | | This update is needed for further KDE updates. - Use the new OPTIONS syntax. - Use the new LIB_DEPENDS syntax. - Stop redefining do-install; the port has its own `make install' that does the same thing provided we use USES=pathfix and tune Makefile.in. - Support staging. Bump PORTREVISION in ports that depend on libraw. PR: ports/185118 Submitted by: rakuco@ Approved by: maintainer timeout (35 days) Notes: svn path=/head/; revision=341289
* Properly set license when using the demosaic packs.Raphael Kubo da Costa2014-01-211-2/+4
| | | | | | | | | | | | | | | | | According to the port's README.demosaic-packs, when the demosaic packs are used the software must be licensed under either the GPLv2 or the GPLv3, depending on the packs being used (if both packs are used, the GPLv3 should take precedence). This patch changes the way LICENSE is set when those options are set: the new licenses are exclusive with the others. PR: ports/185119 Submitted by: rakuco@ Approved by: maintainer timeout (29 days) Notes: svn path=/head/; revision=340649
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Fix build without libstdc++Baptiste Daroussin2013-09-021-0/+3
| | | | Notes: svn path=/head/; revision=326082
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326011
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* Update from 0.14.6 to 0.14.7.Sergey A. Osokin2012-07-162-7/+7
| | | | Notes: svn path=/head/; revision=300954
* - Reindent and improve OPENMP option descriptionAlexey Dokuchaev2012-06-282-7/+6
| | | | | | | | | - Reformat port description text Approved by: maintainer (implicit as uncommitted parts of r1.31) Notes: svn path=/head/; revision=300174
* Update from 0.14.5 to 0.14.6.Sergey A. Osokin2012-06-062-11/+18
| | | | | | | | | | | For fix usage -fopenmp flag (with USE_GCC=4.6+) add OPENMP knob. (*) Fix usage of DEMOSAIC_PACK_GPL3 knob. Spotted by: Hannes <h2+fbsdports@fsfe.org> (*) Thanks to: danfe (*) Notes: svn path=/head/; revision=298621
* OptionsNGfy.Sergey A. Osokin2012-05-291-8/+10
| | | | Notes: svn path=/head/; revision=297716
* - Fix broken shared library symlink [1]Alexey Dokuchaev2012-05-221-19/+22
| | | | | | | | | | | | | | - Unmute installation commands - Switch from HAS_CONFIGURE to more appropriate GNU_CONFIGURE - Rephrase OPTIONS descriptions for better grammar and readability - Add missing USE_LDCONFIG knob - Bump port revision due to [1] - Reformat the Makefile while here Approved by: maintainer (osa) Notes: svn path=/head/; revision=297169
* Add shotwell patches to work with the new libraw. Disable jasper support inDavid Thiel2012-02-161-1/+2
| | | | | | | | libraw, as a) no dependency is defined for jasper to begin with, and b) it fails to link when jasper support is enabled. Bump libraw portrevision. Notes: svn path=/head/; revision=291498
* Remove unused variable USE_PKGCONFIG.Sergey A. Osokin2012-02-151-1/+0
| | | | | | | | | E-mailed by: eadler Found by: Alex Kozlov Tested at: Redports Notes: svn path=/head/; revision=291467
* Update from 0.13.7 to 0.14.5.Sergey A. Osokin2012-02-093-18/+20
| | | | | | | | | Fix whitespaces. Use bsd.port.options.mk. Bump PORTREVISION for dependent port. Notes: svn path=/head/; revision=290795
* Update from 0.13.6 to 0.13.7.Sergey A. Osokin2011-07-262-12/+8
| | | | Notes: svn path=/head/; revision=278356
* Update from 0.13.5 to 0.13.6.Sergey A. Osokin2011-07-152-7/+7
| | | | Notes: svn path=/head/; revision=277749
* 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