Ravenports generated: 02 Apr 2020 23:06
[ravenports.git] / bucket_71 / libraw
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libraw
4 VERSION=                0.19.5
5 KEYWORDS=               graphics
6 VARIANTS=               standard
7 SDESC[standard]=        Library for handling RAW digicam images
8 HOMEPAGE=               https://www.libraw.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://www.libraw.org/data/
13 DISTFILE[1]=            LibRaw-0.19.5.tar.gz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18                         examples
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 BUILDRUN_DEPENDS=       jasper:primary:standard
24                         lcms2:primary:standard
25
26 USES=                   cpe libtool pkgconfig jpeg
27
28 DISTNAME=               LibRaw-0.19.5
29
30 LICENSE=                LGPL21:primary CDDL:primary
31 LICENSE_TERMS=          primary:{{WRKSRC}}/COPYRIGHT
32 LICENSE_FILE=           LGPL21:{{WRKSRC}}/LICENSE.LGPL
33                         CDDL:{{WRKSRC}}/LICENSE.CDDL
34 LICENSE_SCHEME=         dual
35
36 FPC_EQUIVALENT=         graphics/libraw
37
38 MUST_CONFIGURE=         gnu
39 CONFIGURE_ARGS=         --disable-examples
40                         --enable-jasper
41                         --enable-jpeg
42                         --enable-lcms2
43
44 INSTALL_TARGET=         install-strip
45 SOVERSION=              19.0.2
46
47 post-install:
48         # Use "\*" instead of "." in COPYTREE_SHARE as "." has the
49         # undesired effect of copying ".deps" directory
50         ${MKDIR} ${STAGEDIR}${STD_DOCDIR}
51         cd ${WRKSRC}/doc && \
52                 ${COPYTREE_SHARE} \* ${STAGEDIR}${STD_DOCDIR}
53         ${MKDIR} ${STAGEDIR}${STD_EXAMPLESDIR}
54         cd ${WRKSRC}/samples && \
55                 ${COPYTREE_SHARE} \* ${STAGEDIR}${STD_EXAMPLESDIR}
56
57 [FILE:535:descriptions/desc.primary]
58 LibRaw is a library for reading RAW files obtained from digital photo
59 cameras (CRW/CR2, NEF, RAF, DNG, and others).
60
61 LibRaw is based on the source codes of the dcraw utility, where part of
62 drawbacks have already been eliminated and part will be fixed in future.
63 The users of the library are provided with API to be built into their
64 software programs.
65
66 LibRaw is intended to be used in any software that involves RAW file
67 processing for a variety of purposes: RAW converters, data analyzers,
68 panorama stitchers, noise suppressors, etc.
69
70
71 [FILE:99:distinfo]
72 40a262d7cc71702711a0faec106118ee004f86c86cc228281d12d16da03e02f5      1303806 LibRaw-0.19.5.tar.gz
73
74
75 [FILE:322:manifests/plist.primary]
76 include/libraw/
77  libraw.h
78  libraw_alloc.h
79  libraw_const.h
80  libraw_datastream.h
81  libraw_internal.h
82  libraw_types.h
83  libraw_version.h
84 lib/
85  libraw.a
86  libraw.so
87  libraw.so.%%SOMAJOR%%
88  libraw.so.%%SOVERSION%%
89  libraw_r.a
90  libraw_r.so
91  libraw_r.so.%%SOMAJOR%%
92  libraw_r.so.%%SOVERSION%%
93 lib/pkgconfig/
94  libraw.pc
95  libraw_r.pc
96
97
98 [FILE:171:manifests/plist.docs]
99 share/doc/libraw/
100  API-C.html
101  API-CXX.html
102  API-datastruct.html
103  API-notes.html
104  API-overview.html
105  Install-LibRaw.html
106  Samples-LibRaw.html
107  Why-LibRaw.html
108  index.html
109
110
111 [FILE:251:manifests/plist.examples]
112 share/examples/libraw/
113  4channels.cpp
114  Makefile
115  dcraw_emu.cpp
116  dcraw_half.c
117  half_mt.c
118  half_mt_win32.c
119  mem_image.cpp
120  multirender_test.cpp
121  openbayer_sample.cpp
122  postprocessing_benchmark.cpp
123  raw-identify.cpp
124  simple_dcraw.cpp
125  unprocessed_raw.cpp
126
127
128 [FILE:256:patches/patch-Makefile.in]
129 --- Makefile.in.orig    2019-08-20 17:35:44 UTC
130 +++ Makefile.in
131 @@ -474,10 +474,7 @@ nobase_include_HEADERS = libraw/libraw.h
132  
133  
134  # Docs
135 -doc_DATA = COPYRIGHT \
136 -                       LICENSE.CDDL \
137 -                       LICENSE.LGPL \
138 -                       Changelog.txt
139 +doc_DATA = 
140  
141  
142  # pkg-config .pc files
143
144
145 [FILE:349:patches/patch-configure]
146 --- configure.orig      2019-08-20 17:35:43 UTC
147 +++ configure
148 @@ -2759,7 +2759,7 @@ fi
149  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
150  $as_echo "$MKDIR_P" >&6; }
151  
152 -for ac_prog in gawk mawk nawk awk
153 +for ac_prog in awk
154  do
155    # Extract the first word of "$ac_prog", so it can be a program name with args.
156  set dummy $ac_prog; ac_word=$2
157