Package Details: mdz 0.1.1-2

Package Base: mdz
Description: Mandelbrot Deep Zoom, Mandelbrot Set explorer and image renderer
Upstream URL: http://jwm-art.net/mdz/
Category: science
Licenses: GPL
Submitter: hollunder
Maintainer: jwm-art
Last Packager: None
Votes: 0
First Submitted: 2010-12-04 01:06
Last Updated: 2014-01-20 02:11

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by u8sand

2014-01-20 02:13

New patch to fix compilation, appended -lm to the LIBS and fixed the package generation. It was failing saying '/usr/bin no such file or directory,' so in the Makefile i put 'mkdir -p $(BINDIR)' in the install recipe. This fixed that issue.

Comment by hollunder

2010-12-05 15:04

You're right, it's nicer this way. Fixed without version change since functionality is the same.
I still have my problems with using patch, but in this case it seems rather straight-forward.

Anonymous comment

2010-12-05 13:37

I think it would be better to replace

patch Makefile ../../mdz.patch

with

patch Makefile ${srcdir}/mdz.patch

but maybe that's just cosmetics... See this as a suggestion only, because your line works as well

Comment by hollunder

2010-12-05 12:25

You're right, sorry for the inconvenience.

Anonymous comment

2010-12-04 13:33

Seems like you forgot to include this patch