# ufraw/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run https://github.com/sergiomb2/ufraw.git #--------------------------------------------------------------------- 2. The upstream "ufraw" project used is a fork. Laclin uses it because the old version of "ufraw" can't be built. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.58 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.85 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.08 hours (or 005.08 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default cppstd = gnu++98 exepack = yes license = See "license*.txt" in installed tree licfile = COPYING mblenmax = yes nls = disabled nowerror = true setpaths = jpeg, lcms2 tmpsize = 30M #--------------------------------------------------------------------- [depends] actools brotli bzip2 exiv2 gawk grep gtkcore jpeg lcms2 libpng sed tiff zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE autoreconf -fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-openmp \ --mandir=$MANBASE \ --with-gimp=no \ --with-gtk=no #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = http://ufraw.sourceforge.net/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170704 Updated from 0.21 to 0.22 180714 Fixed a FTBFS 190531 Switched to Sérgio M. Basto fork 190531 Started with a91fbaffc ("git" hash) 210207 Updated to b2523a289