# pdfmixtool/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ https://gitlab.com/scarpetta/pdfmixtool.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] compiler = clang license = See "license*.txt" in installed tree licfile = LICENSE setpaths = qt6 xorg #--------------------------------------------------------------------- [depends] actools brotli bzip2 cmake curl double-conversion expat fontconfig freetype2 fribidi gnutls3 graphite2 gtkcore imagemagick7 jpeg lcms2 libassuan libb2 libffi libflif libgmp libgpg-error libgpgme libicu libidn2 libpng libpsl libraqm librtmp libsasl libssh2 libunistring libwebp libxml2 libzip ncurses nettle3 nghttp2 nspr nss openjpeg openldap openssl openssl3 p11kit pcre2 pkgconf poppler poppler-qt qpdf qt6 sqlite3 tiff util-linux xorg xzutils zlib zstd #--------------------------------------------------------------------- [configure] mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] cd obj && smpmake && make install #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=pdfmixtool cd $BINDIR rm -fr ../xbin/ mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp -p $PKGDIR_SPECIAL/$PROGBASE.wrapper.in \ $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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_page = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 260503 Added package 260503 Started with e8ecd1e81 ("git" hash)