Package Details: gnofract4d 4.3-4

Git Clone URL: https://aur.archlinux.org/gnofract4d.git (read-only, click to copy)
Package Base: gnofract4d
Description: Create beautiful fractal images
Upstream URL: https://github.com/fract4d/gnofract4d
Licenses: BSD
Submitter: xyproto
Maintainer: willemw
Last Packager: willemw
Votes: 17
Popularity: 0.000000
First Submitted: 2011-12-14 17:03 (UTC)
Last Updated: 2024-03-10 18:30 (UTC)

Latest Comments

« First ‹ Previous 1 2

willemw commented on 2013-07-23 06:39 (UTC)

Updated (man and help).

cfr42 commented on 2013-03-02 00:04 (UTC)

The following patch enables compilation of the latest version. However, I do not know how to get the help to work because I cannot figure out how to generate the documentation using createdocs.py. --- PKGBUILD 2013-01-21 16:41:10.000000000 +0000 +++ PKGBUILD 2013-03-01 23:55:30.185895713 +0000 @@ -4,8 +4,8 @@ # Contributor: Angelo Theodorou <encelo@users.sourceforge.net> pkgname=gnofract4d -pkgver=3.14 -pkgrel=2 +pkgver=3.14.1 +pkgrel=0 pkgdesc="A fractal browser with PyGTK gui" arch=(i686 x86_64) url=http://$pkgname.sourceforge.net @@ -13,9 +13,9 @@ depends=(desktop-file-utils libjpeg pygtk) options=(!strip) install=$pkgname.install -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('bdd8e950a98221054d52883d5303a435cbaa3d5d4239c36aff91598a6433d20a') -sha512sums=('cf3614f60a43f7ab20208fb1a62d3823495c84060d177d2926bad20a475e661d7ec45a7bc14e826229656027fe7c0f68aac093b6b0dc7912e84d8d8ec8ff81e5') +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) +sha256sums=('55e15dedb70d2c5f76664cd8a745bf425ebf2502f4de36c081517663f0b04164') +sha512sums=('47c94d9f297f08019b8f5f9a848d4071b9e81cc22ac07dde853d8833943fc23f22f0dc730db5f38c3c785e5283085e1364a0e2537d6adf89ee5970f77cd2268a') build() { cd "$srcdir"/$pkgname-$pkgver/ The error I get trying to compile the documentation directly within the source tree is: ./createdocs.py /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) /home/software/builds/gnofract4d/src/gnofract4d-3.14.1/fract4dgui/main_window.py:40: Warning: invalid (NULL) pointer instance self.window = gtk.Window() /home/software/builds/gnofract4d/src/gnofract4d-3.14.1/fract4dgui/main_window.py:40: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed self.window = gtk.Window() /home/software/builds/gnofract4d/src/gnofract4d-3.14.1/fract4dgui/utils.py:108: GtkWarning: IA__gdk_screen_list_visuals: assertion `GDK_IS_SCREEN (screen)' failed c = gtk.gdk.rgb_get_colormap() Segmentation fault (core dumped) As far as I can tell, it manages to create the first document it wants to create under doc/gnofract4d-manual/C/. This is stdlib.xml. However, something goes wrong when it tries to create the second. This is commands.xml and I end up with a file of size zero. So it never actually progresses to the conversion to html as it fails to generate everything it wants in .xml. I tried converting the manual which is provided in .xml format to .html by using the relevant command from createdocs.py. However, I'm probably missing something I need to install to make this work but couldn't figure out what exactly. Frustrating to be stymied by the documentation!

luolimao commented on 2013-01-21 16:43 (UTC)

Just updated to fix dependencies and such, but I really don't know how to fix the program itself. Orphaning.

cfr42 commented on 2012-05-05 13:49 (UTC)

This also crashes regularly here. I can't figure out a pattern and I don't get an error message. Just after a while, the application just seems to pop out of existence. I wish there was an autosave feature so that I could at least rely on not losing too much work!

cfr42 commented on 2012-04-27 02:05 (UTC)

There are some bugs in this. The most obvious is that the help does not work as it is looking for html rather than xml files. I'm confused because on their forums/bug reporting, it looks as if e.g. Debian compile looks for xml (and then there are errors in e.g. the French localisation) whereas on Arch, it doesn't seem to look for the right sort of file at all.

xyproto commented on 2011-12-14 17:24 (UTC)

Moved from [community] in connection with the Christmas Cleanup https://wiki.archlinux.org/index.php/Christmas_Cleanup.