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