Search found 467 matches

by broucaries
2013-06-18T07:16:36-07:00
Forum: Bugs
Topic: Breach of privacy
Replies: 10
Views: 10751

Breach of privacy

Hi, It seems that you still include some script from google. I use the following stuff to clean it: cat input.html | tidy -utf8 -asxml -q -f /dev/null | xmllint --noent --html --xmlout /dev/stdin | \ xsltproc --novalid removepageadds.xslt /dev/stdin | tidy -utf8 -asxml -q -f /dev/null > output.html ...
by broucaries
2013-06-18T01:54:29-07:00
Forum: Developers
Topic: Automating ImageMagick Visual Studio build
Replies: 1
Views: 4082

Re: Automating ImageMagick Visual Studio build

Newer version of autoconf allow to build using msvc.

See for instance
https://github.com/hropfork/gperf/blob/ ... ADME.woe32
by broucaries
2013-06-15T07:31:17-07:00
Forum: Bugs
Topic: Include arch dir
Replies: 1
Views: 1787

Include arch dir

Hi,

A patch as usual for correcting the lack of include arch dir in pkgconfig. See debian bug #710668

Bastien
by broucaries
2013-06-13T08:44:11-07:00
Forum: Bugs
Topic: Pleat slip test
Replies: 5
Views: 5167

Re: Pleat slip test

See http://www.harding.motd.ca/autossh/

I use it daily

Split in more than 3 tests will be better, but 3 is a good beginning

Bastien
by broucaries
2013-06-13T00:26:44-07:00
Forum: Bugs
Topic: Pleat slip test
Replies: 5
Views: 5167

Re: Pleat slip test

Slip it in 3 tests it will be sufficient for now

Split the format test will also help distribution for instance hurd faill to pass test :
see https://buildd.debian.org/status/fetch. ... 1369944988

But we do not know the test that fail
by broucaries
2013-06-12T15:20:50-07:00
Forum: Bugs
Topic: Pleat slip test
Replies: 5
Views: 5167

Pleat slip test

Hi,

Tests take too many time and trip some time limit on buildd

Could you split test suite in small tests in order to get regular display on the console and avoid to kill the build task

Bastien
by broucaries
2013-05-27T05:04:19-07:00
Forum: Bugs
Topic: Remove binaries link to /usr/lib/bin why?
Replies: 6
Views: 4840

Re: Remove binaries link to /usr/lib/bin why?

@anthony: We will have three version of imagemagick installed q8 q16 and hdri. Adding x/nox will go to 6 version and it is a no way. We wish to have X dependancy considered like a plugin and linked at demand. The first step I have proposed is to isolate the X dependencies to their own build time lib...
by broucaries
2013-05-27T04:58:06-07:00
Forum: Developers
Topic: patch as usual
Replies: 2
Views: 3872

Re: patch as usual

Another patches for supporting generation of documentation in builddir. We will use it in debian and it could allow you to regenerate easilly the doxygen documentation
by broucaries
2013-05-27T04:54:00-07:00
Forum: Developers
Topic: patch as usual
Replies: 2
Views: 3872

patch as usual

Hi,

I patch for fixing the generation of doxygen documentation in case of VPATH please apply

Thanks
by broucaries
2013-05-12T10:15:23-07:00
Forum: Bugs
Topic: Spurius symbols
Replies: 2
Views: 2479

Re: Spurius symbols

Idem for wpg plugin WPG1_Palette
by broucaries
2013-05-12T10:07:02-07:00
Forum: Bugs
Topic: Spurius symbols
Replies: 2
Views: 2479

Spurius symbols

For ipl plugin it seems that this symbols could be static
(optional)SetHeaderFromIPL@Base 8:6.8.5.5
(optional)increase@Base 8:6.8.5.5
by broucaries
2013-05-10T11:49:45-07:00
Forum: Bugs
Topic: Remove binaries link to /usr/lib/bin why?
Replies: 6
Views: 4840

Re: Remove binaries link to /usr/lib/bin why?

Will send to usual adress some patch:
- one for checking an user error (empty program suffix)
- another to change the bin target name
-the last one moving the binaries

In case of problem you could revert the last one.

BTW i see that you integrated part of my X slip patch. What is the status ?
by broucaries
2013-05-10T06:50:20-07:00
Forum: Bugs
Topic: error installing IM 6.8.4.9 Q16 Mac OSX Snow Leopard
Replies: 10
Views: 10871

Re: error installing IM 6.8.4.9 Q16 Mac OSX Snow Leopard

The problem is that program prefix is empty here. User error
by broucaries
2013-05-10T06:21:53-07:00
Forum: Bugs
Topic: Remove binaries link to /usr/lib/bin why?
Replies: 6
Views: 4840

Remove binaries link to /usr/lib/bin why?

Hi, It seems that you removed the move of binaries to /usr/lib and the symlink handling. By memory I have corrected all the bug of this code quickly. And they are no mention of this revert on changelog. Why do you do this ? Next time could you mention it to changelog ? We will carry a patch on the d...
by broucaries
2013-05-10T04:12:53-07:00
Forum: Bugs
Topic: can not "make" for PerlMagick
Replies: 4
Views: 5583

Re: can not "make" for PerlMagick

Yes, intrcution are not up to date.

You could not build perl before doing a configure step.

Magick could we imporve the doc ?