1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Dmitry Marakasov
e1d35c638e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-23 23:14:41 +00:00
Raphael Kubo da Costa
7c72067efc - Update libraw to 0.15.4.
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)
2014-01-26 21:20:03 +00:00
Raphael Kubo da Costa
6910426773 Properly set license when using the demosaic packs.
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)
2014-01-21 20:15:23 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Baptiste Daroussin
862df8e779 Fix build without libstdc++ 2013-09-02 20:31:38 +00:00
Baptiste Daroussin
591aba0faa Add an explicit dependency on pkgconf 2013-09-02 15:26:23 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
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)
2013-08-17 16:27:24 +00:00
Sergey A. Osokin
ed3dd5858f Update from 0.14.6 to 0.14.7. 2012-07-16 16:06:57 +00:00
Alexey Dokuchaev
12da6446c8 - Reindent and improve OPENMP option description
- Reformat port description text

Approved by:	maintainer (implicit as uncommitted parts of r1.31)
2012-06-28 18:13:11 +00:00
Sergey A. Osokin
46e90cd1e4 Update from 0.14.5 to 0.14.6.
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				(*)
2012-06-06 17:58:05 +00:00
Sergey A. Osokin
c7e99f44da OptionsNGfy. 2012-05-29 22:53:29 +00:00
Alexey Dokuchaev
3412f4deef - Fix broken shared library symlink [1]
- 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)
2012-05-22 07:50:14 +00:00
David Thiel
52122e8692 Add shotwell patches to work with the new libraw. Disable jasper support in
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.
2012-02-16 01:55:20 +00:00
Sergey A. Osokin
78f6ccbea3 Remove unused variable USE_PKGCONFIG.
E-mailed by:	eadler
Found by:	Alex Kozlov
Tested at:	Redports
2012-02-15 16:44:08 +00:00
Sergey A. Osokin
1ea8d9b97c Update from 0.13.7 to 0.14.5.
Fix whitespaces.
Use bsd.port.options.mk.
Bump PORTREVISION for dependent port.
2012-02-09 16:29:36 +00:00
Sergey A. Osokin
1a37f4f666 Update from 0.13.6 to 0.13.7. 2011-07-26 12:09:49 +00:00
Sergey A. Osokin
e39ee18e82 Update from 0.13.5 to 0.13.6. 2011-07-15 12:46:57 +00:00
Sergey A. Osokin
82e6e6a0f2 Update from 0.13.4 to 0.13.5.
Notice from:	miwi
2011-05-28 16:31:37 +00:00
Sergey A. Osokin
68746bd9af Update from 0.13.2 to 0.13.4. 2011-04-04 11:34:08 +00:00
Sergey A. Osokin
60a8c3f411 Remove needless extra patch.
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)
2011-03-12 18:39:04 +00:00
Sergey A. Osokin
71a70a6abc Update from 0.13.1 to 0.13.2.
Enable build shared libs by default.
2011-03-12 18:07:09 +00:00
Sergey A. Osokin
00870203ff Update from 0.12.3 to 0.13.1. 2011-02-11 08:36:35 +00:00
Sergey A. Osokin
130ddf5d95 Update from 0.12.2 to 0.12.3.
Notice from:	miwi
2011-01-09 19:46:11 +00:00
Sergey A. Osokin
e12888447a Update from 0.11.3 to 0.12.2.
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.
2011-01-08 18:50:46 +00:00
Sergey A. Osokin
0d738cffd6 Update from 0.11.2 to 0.11.3.
Notice from:	miwi
2010-11-18 13:39:04 +00:00
Sergey A. Osokin
0505f3bfcd Update from 0.10.0 to 0.11.2.
Disconnect binary examples from building phase for speed up library build.
2010-11-12 08:22:30 +00:00
Sergey A. Osokin
831d177f9b Update from 0.9.1 to 0.10.0.
Add LICENSE.
2010-09-09 05:44:32 +00:00
Sergey A. Osokin
a4a7d7abfe Update from 0.9.0 to 0.9.1.
Notice from:	miwi
2010-05-20 14:24:37 +00:00
Sergey A. Osokin
8d29a8d4d6 Update from 0.8.3 to 0.9.0. 2010-05-11 17:36:25 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Sergey A. Osokin
51d50c8aa2 Update from 0.8.2 to 0.8.3. 2009-10-26 16:12:06 +00:00
Sergey A. Osokin
2bcbc91825 Update from 0.7.2 to 0.8.2. 2009-09-14 21:35:00 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Sergey A. Osokin
c46a242a24 Upgrade from 0.6.14 to 0.7.2. 2009-04-08 07:24:41 +00:00
Sergey A. Osokin
9f21194423 Update from 0.6.11 to 0.6.14.
Changelog:	http://www.libraw.org/download#changelog

Submitted by:	bsam
PR:		132599
2009-03-13 09:39:21 +00:00
Sergey A. Osokin
8302f43920 Update from 0.6.3 to latest version 0.6.11. 2009-02-06 08:32:02 +00:00
Sergey A. Osokin
f715c716c4 Update from 0.5.3 to 0.6.3.
OPTIONify.
NOTE: don't install shared libraries by default.
2008-12-16 10:22:27 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Sergey A. Osokin
5837619617 Add documentation and examples.
Also, add compile optimization. [*]
Bump PORTREVISION.

Requested by:	author [*]
2008-05-07 13:06:11 +00:00
Sergey A. Osokin
369cd5f393 Fix broken compile on amd64.
Bump PORTREVISION.

Reported by:	pointyhat via pav
2008-05-07 06:44:16 +00:00
Sergey A. Osokin
279e600461 Add missing dependences. 2008-05-06 05:12:42 +00:00
Sergey A. Osokin
273a36732d Add libraw a library for reading RAW files obtained from digital photo
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
2008-05-06 05:03:26 +00:00