foxtk-1.7.81.

This commit is contained in:
4fury-c3440d8
2022-12-29 08:10:14 +03:00
parent d498e3d2fb
commit f2cfea5147
2 changed files with 17 additions and 5 deletions
+7 -3
View File
@@ -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():
+10 -2
View File
@@ -13,14 +13,15 @@
<PartOf>desktop.toolkit.fox</PartOf>
<Summary>The FOX GUI Library.</Summary>
<Description>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!</Description>
<Archive sha1sum="f563e6b7127f7b3ddba5140b4c9d75fe17585f16" type="targz">
http://fox-toolkit.org/ftp/fox-1.7.79.tar.gz
<Archive sha1sum="b77ed4cca60c0ddee9fa02f039e350c7d236c945" type="targz">
http://fox-toolkit.org/ftp/fox-1.7.81.tar.gz
</Archive>
<BuildDependencies>
<Dependency>gcc</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>cups-devel</Dependency>
<Dependency>libXi-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libpng-devel</Dependency>
@@ -212,6 +213,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-12-29</Date>
<Version>1.7.81</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-04-14</Date>
<Version>1.7.79</Version>