# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libraw VERSION= 0.21.4 KEYWORDS= graphics VARIANTS= std SDESC[std]= Library for handling RAW digicam images HOMEPAGE= https://www.libraw.org/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://www.libraw.org/data/ DISTFILE[1]= LibRaw-0.21.4.tar.gz:main DF_INDEX= 1 SPKGS[std]= set primary dev docs examples OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= lcms2:dev:std jasper:dev:std BUILDRUN_DEPENDS= jasper:primary:std lcms2:primary:std EXRUN[dev]= jasper:dev:std lcms2:dev:std jpeg-turbo:dev:std USES= cpe autoreconf fortran:primary libtool pkgconfig jpeg zlib DISTNAME= LibRaw-0.21.4 LICENSE= LGPL21:primary CDDL:primary LICENSE_TERMS= primary:{{WRKSRC}}/COPYRIGHT LICENSE_FILE= LGPL21:{{WRKSRC}}/LICENSE.LGPL CDDL:{{WRKSRC}}/LICENSE.CDDL LICENSE_SCHEME= dual FPC_EQUIVALENT= graphics/libraw MUST_CONFIGURE= gnu CONFIGURE_ARGS= --disable-examples --enable-jasper --enable-jpeg --enable-lcms2 INSTALL_TARGET= install-strip SOVERSION= 23.0.0 post-install: # Use "\*" instead of "." in COPYTREE_SHARE as "." has the # undesired effect of copying ".deps" directory ${MKDIR} ${STAGEDIR}${STD_DOCDIR} cd ${WRKSRC}/doc && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${STD_DOCDIR} ${MKDIR} ${STAGEDIR}${STD_EXAMPLESDIR} cd ${WRKSRC}/samples && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${STD_EXAMPLESDIR} [FILE:535:descriptions/desc.primary] LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. The users of the library are provided with API to be built into their software programs. LibRaw is intended to be used in any software that involves RAW file processing for a variety of purposes: RAW converters, data analyzers, panorama stitchers, noise suppressors, etc. [FILE:99:distinfo] 6be43f19397e43214ff56aab056bf3ff4925ca14012ce5a1538a172406a09e63 1383350 LibRaw-0.21.4.tar.gz [FILE:105:manifests/plist.primary] lib/ libraw.so.%%SOMAJOR%% libraw.so.%%SOVERSION%% libraw_r.so.%%SOMAJOR%% libraw_r.so.%%SOVERSION%% [FILE:222:manifests/plist.dev] include/libraw/ libraw.h libraw_alloc.h libraw_const.h libraw_datastream.h libraw_internal.h libraw_types.h libraw_version.h lib/ libraw.a libraw.so libraw_r.a libraw_r.so lib/pkgconfig/ libraw.pc libraw_r.pc [FILE:171:manifests/plist.docs] share/doc/libraw/ API-C.html API-CXX.html API-datastruct.html API-notes.html API-overview.html Install-LibRaw.html Samples-LibRaw.html Why-LibRaw.html index.html [FILE:275:manifests/plist.examples] share/examples/libraw/ 4channels.cpp Makefile dcraw_emu.cpp dcraw_half.c half_mt.c half_mt_win32.c mem_image_sample.cpp multirender_test.cpp openbayer_sample.cpp postprocessing_benchmark.cpp raw-identify.cpp rawtextdump.cpp simple_dcraw.cpp unprocessed_raw.cpp [FILE:314:patches/patch-Makefile.am] --- Makefile.am.orig 2025-04-13 12:58:07 UTC +++ Makefile.am @@ -15,10 +15,7 @@ nobase_include_HEADERS = libraw/libraw. libraw/libraw_version.h # Docs -doc_DATA = COPYRIGHT \ - LICENSE.CDDL \ - LICENSE.LGPL \ - Changelog.txt +doc_DATA = # pkg-config .pc files pkgconfigdir = $(libdir)/pkgconfig