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