# cegui08/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This distro provides two incompatible copies of the CEGUI library: 0.7.X and 0.8.X. Both copies are disabled for "build" purposes by default. A higher- level package that requires either needs to add the appropriate CEGUI package name to its "cfg"-file "setpaths" list. For example: setpaths = cegui07 xorg or setpaths = cegui08 xorg #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] cppstd = gnu++11 license = See "license*.txt" in installed tree licfile = COPYING nosyslinks = yes tmpsize = 88M setpaths = \ cegui08 devil expat freeimage freetype2 \ fribidi libglew libxml2 minizip-ng pcre \ xorg libsilly xerces3 brotli #--------------------------------------------------------------------- [depends] brotli cmake devil expat freeimage freetype2 fribidi jasper jpeg lcms2 libbsd libglew libicu libpng libsilly libwebp libxml2 minizip-ng ncurses pcre tiff xerces3 xorg xzutils zlib zstd #--------------------------------------------------------------------- [configure] mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCEGUI_BUILD_IMAGECODEC_DEVIL=ON \ -DCEGUI_BUILD_RENDERER_OPENGL=ON \ .. #--------------------------------------------------------------------- [build] export LACPERMISSIVE=yes cd obj smpmake make install || make install #--------------------------------------------------------------------- [postbuild] cd obj/lib cp -avn *.so* $PKGDIR_PROD/lib/ #--------------------------------------------------------------------- # 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 = https://downloads.sourceforge.net/crayzedsgui/\ cegui-0.8.7.tar.bz2 #--------------------------------------------------------------------- [history] 211023 Added package. Started with 0.8.7.