diff --git a/desktop/toolkit/fox/fox/actions.py b/desktop/toolkit/fox/fox/actions.py index aa4da3fc77..3e322e91d5 100644 --- a/desktop/toolkit/fox/fox/actions.py +++ b/desktop/toolkit/fox/fox/actions.py @@ -7,15 +7,19 @@ from pisi.actionsapi import autotools, pisitools, get j = ''.join([ - ' --with-opengl', - ' --enable-jp2', - ' --enable-debug', ' --disable-native', + ' --enable-jp2', + ' --enable-cups', + ' --enable-release', + ' --with-opengl=yes', + ' --with-xft', ' --disable-static ' ]) def setup(): + pisitools.dosed("configure.ac", "-fno-stack-protector", "-fstack-protector-strong") pisitools.dosed("lib/FXRex.cpp", "#define\ TOPIC_REXDUMP", "// #define TOPIC_REXDUMP") + autotools.autoreconf() autotools.configure(j) def build(): diff --git a/desktop/toolkit/fox/fox/pspec.xml b/desktop/toolkit/fox/fox/pspec.xml index ff188e42dd..96f980ad75 100644 --- a/desktop/toolkit/fox/fox/pspec.xml +++ b/desktop/toolkit/fox/fox/pspec.xml @@ -13,14 +13,15 @@ desktop.toolkit.fox The FOX GUI Library. FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects! - - http://fox-toolkit.org/ftp/fox-1.7.79.tar.gz + + http://fox-toolkit.org/ftp/fox-1.7.81.tar.gz gcc zlib-devel mesa-devel tiff-devel + cups-devel libXi-devel libSM-devel libpng-devel @@ -212,6 +213,13 @@ + + 2022-12-29 + 1.7.81 + Version bump. + fury + uglyside@yandex.ru + 2022-04-14 1.7.79