# libplacebo/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 \ --checkout=v6.338.2 \ https://github.com/haasn/libplacebo.git #--------------------------------------------------------------------- 2. Presently, this package needs to set "nosyslinks = yes" or other packages (for example, "vlc") may break. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = LICENSE nosyslinks = yes dontfind = ffmpeg4 setpaths = ffmpeg5 libjxl libplacebo #--------------------------------------------------------------------- [depends] alsa brotli bzip2 cairo cmake dav1d expat ffmpeg fontconfig freetype2 fribidi gnutls3 graphite2 gtkcore jpeg lame lcms2 libaom libbluray libbsd libcroco libffi libgcrypt libgmp libgpg-error libgsm libicu libidn2 libjxl libogg libpng librtmp libsamplerate libsoxr libssh libunistring libva libvorbis libwebp libxml2 meson ncurses nettle3 ninja numactl openjpeg openssl opus p11kit pcre2 pkgconf sdl speex theora twolame util-linux x264 x265 xorg xvidcore xxhash xzutils zlib zstd #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr build mkdir build meson build \ -D prefix=$PP \ -D bindir=$PP/bin \ -D buildtype=release \ -D includedir=$PP/include \ -D libdir=$PP/lib \ -D mandir=$PP/man cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build #--------------------------------------------------------------------- [postbuild] rm -fr $PKGDIR_PROD/bin #--------------------------------------------------------------------- # 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 = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 240124 Added package. Started with 64c195457 ("git" hash).