mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- Reindent and improve OPENMP option description
- Reformat port description text Approved by: maintainer (implicit as uncommitted parts of r1.31)
This commit is contained in:
parent
fc20563ac8
commit
12da6446c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300174
@ -31,7 +31,7 @@ OPTIONS_DEFAULT= LCMS2
|
||||
DEMOSAIC_PACK_GPL2_DESC= Enable GPLv2 demosaic pack
|
||||
DEMOSAIC_PACK_GPL3_DESC= Enable GPLv3 demosaic pack
|
||||
OPTIMIZED_CFLAGS_DESC= Enable optimizations (on x86)
|
||||
OPENMP_DESC= Enable openmp
|
||||
OPENMP_DESC= Enable OpenMP (implies GCC 4.6+)
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -42,8 +42,8 @@ CFLAGS+= -O3
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENMP}
|
||||
CONFIGURE_ARGS+=--enable-openmp
|
||||
USE_GCC= 4.6+
|
||||
CONFIGURE_ARGS+=--enable-openmp
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-openmp
|
||||
.endif
|
||||
|
@ -1,14 +1,13 @@
|
||||
LibRaw is 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.
|
||||
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.
|
||||
|
||||
LibRaw is intended to be used in any software that involves RAW file
|
||||
processing for a variety of purposes: RAW converters, data analyzers,
|
||||
panorama stitchers, noise suppressors, etc.
|
||||
|
||||
WWW: http://www.libraw.org/
|
||||
http://www.libraw.su/
|
||||
|
Loading…
Reference in New Issue
Block a user