Ravenports generated: 02 Oct 2022 02:46
[ravenports.git] / bucket_71 / libraw
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libraw
4 VERSION=                0.20.2
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]=            https://www.libraw.org/data/
13 DISTFILE[1]=            LibRaw-0.20.2.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 autoreconf fortran:primary libtool pkgconfig
27                         jpeg zlib
28
29 DISTNAME=               LibRaw-0.20.2
30
31 LICENSE=                LGPL21:primary CDDL:primary
32 LICENSE_TERMS=          primary:{{WRKSRC}}/COPYRIGHT
33 LICENSE_FILE=           LGPL21:{{WRKSRC}}/LICENSE.LGPL
34                         CDDL:{{WRKSRC}}/LICENSE.CDDL
35 LICENSE_SCHEME=         dual
36
37 FPC_EQUIVALENT=         graphics/libraw
38
39 MUST_CONFIGURE=         gnu
40 CONFIGURE_ARGS=         --disable-examples
41                         --enable-jasper
42                         --enable-jpeg
43                         --enable-lcms2
44
45 INSTALL_TARGET=         install-strip
46 SOVERSION=              20.0.0
47
48 post-install:
49         # Use "\*" instead of "." in COPYTREE_SHARE as "." has the
50         # undesired effect of copying ".deps" directory
51         ${MKDIR} ${STAGEDIR}${STD_DOCDIR}
52         cd ${WRKSRC}/doc && \
53                 ${COPYTREE_SHARE} \* ${STAGEDIR}${STD_DOCDIR}
54         ${MKDIR} ${STAGEDIR}${STD_EXAMPLESDIR}
55         cd ${WRKSRC}/samples && \
56                 ${COPYTREE_SHARE} \* ${STAGEDIR}${STD_EXAMPLESDIR}
57
58 [FILE:535:descriptions/desc.primary]
59 LibRaw is a library for reading RAW files obtained from digital photo
60 cameras (CRW/CR2, NEF, RAF, DNG, and others).
61
62 LibRaw is based on the source codes of the dcraw utility, where part of
63 drawbacks have already been eliminated and part will be fixed in future.
64 The users of the library are provided with API to be built into their
65 software programs.
66
67 LibRaw is intended to be used in any software that involves RAW file
68 processing for a variety of purposes: RAW converters, data analyzers,
69 panorama stitchers, noise suppressors, etc.
70
71
72 [FILE:99:distinfo]
73 dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6      1432141 LibRaw-0.20.2.tar.gz
74
75
76 [FILE:322:manifests/plist.primary]
77 include/libraw/
78  libraw.h
79  libraw_alloc.h
80  libraw_const.h
81  libraw_datastream.h
82  libraw_internal.h
83  libraw_types.h
84  libraw_version.h
85 lib/
86  libraw.a
87  libraw.so
88  libraw.so.%%SOMAJOR%%
89  libraw.so.%%SOVERSION%%
90  libraw_r.a
91  libraw_r.so
92  libraw_r.so.%%SOMAJOR%%
93  libraw_r.so.%%SOVERSION%%
94 lib/pkgconfig/
95  libraw.pc
96  libraw_r.pc
97
98
99 [FILE:171:manifests/plist.docs]
100 share/doc/libraw/
101  API-C.html
102  API-CXX.html
103  API-datastruct.html
104  API-notes.html
105  API-overview.html
106  Install-LibRaw.html
107  Samples-LibRaw.html
108  Why-LibRaw.html
109  index.html
110
111
112 [FILE:275:manifests/plist.examples]
113 share/examples/libraw/
114  4channels.cpp
115  Makefile
116  dcraw_emu.cpp
117  dcraw_half.c
118  half_mt.c
119  half_mt_win32.c
120  mem_image_sample.cpp
121  multirender_test.cpp
122  openbayer_sample.cpp
123  postprocessing_benchmark.cpp
124  raw-identify.cpp
125  rawtextdump.cpp
126  simple_dcraw.cpp
127  unprocessed_raw.cpp
128
129
130 [FILE:314:patches/patch-Makefile.am]
131 --- Makefile.am.orig    2020-10-15 05:06:07 UTC
132 +++ Makefile.am
133 @@ -15,10 +15,7 @@ nobase_include_HEADERS =     libraw/libraw.
134                                 libraw/libraw_version.h
135  
136  # Docs
137 -doc_DATA =     COPYRIGHT \
138 -                       LICENSE.CDDL \
139 -                       LICENSE.LGPL \
140 -                       Changelog.txt
141 +doc_DATA =
142  
143  # pkg-config .pc files
144  pkgconfigdir = $(libdir)/pkgconfig
145