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