Opened 16 years ago

Closed 16 years ago

#33 closed task (fixed)

config.in: cairo and ffmpeg checks

Reported by: hamish Owned by: glynn
Priority: minor Milestone: 6.4.0
Component: Default Version: svn-trunk
Keywords: Cc: grass-dev@…
CPU: Unspecified Platform: Unspecified

Description

Hi,

we should finish adding Cairo support by building it into the ./configure script.

the attached patch also adds an extra test needed for ffmpeg.

I do not know much about autoconf and ./configure scripts so I don't claim that the attached patch will work, but it should be a good starting point.

Hamish

Attachments (2)

config.in_cairo_ffmpeg.diff (1.5 KB ) - added by hamish 16 years ago.
patch adding cairo support and more ffmpeg checks to ./configure.in
cairo.diff (3.2 KB ) - added by glynn 16 years ago.
FFMPEG and Cairo changes

Download all attachments as: .zip

Change History (5)

by hamish, 16 years ago

Attachment: config.in_cairo_ffmpeg.diff added

patch adding cairo support and more ffmpeg checks to ./configure.in

by glynn, 16 years ago

Attachment: cairo.diff added

FFMPEG and Cairo changes

comment:1 by glynn, 16 years ago

Owner: changed from grass-dev@… to glynn

I have committed the changes in cairo.diff (plus the updated configure script, omitted from the diff for clarity).

That version uses pkg-config for the compiler and linker flags rather than --with-cairo-{includes,libs}, as that's the normal way to obtain that information, and adds the corresponding changes to Platform.make.in and the cairo-related Makefiles.

comment:2 by neteler, 16 years ago

Cc: grass-dev@… added

comment:3 by hamish, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.