[Bug 556346] Review Request: stage - A 2.5D multi-robot simulator

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 16 02:56:18 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=556346

--- Comment #30 from Rich Mattes <richmattes at gmail.com> 2010-03-15 22:56:14 EDT ---
I created the -doc subpackage because the guidelines mention that if you have a
large amount of documentation, you may want to consider splitting it all out. 
Stage generates about 5MB of documentation, which is large compared to the 300k
devel package, but it's also not like it's 100's of MB.  I'm not against the
idea of merging -doc with -devel.

The pkg-config Libs line is generated using FLTK.  FLTK doesn't come with a .pc
file, it comes with its own fltk-config program.  The build system runs
fltk-config with all of the necessary settings, and collects the libraries
necessary to link libstage.  It then passes these libraries to its pkg-config
generator script.  I took a look, I'll only be able to get rid of -lGL, -lGLU,
and -lpng by adding "Requires: glu libpng".  There's no pretty way to do this
though, I have to go in and delete each offending library individually, and
manually add "glu" and "libpng".  The resulting patch is not something I'd ever
submit upstream, as i think letting fltk-config handle things is a better
approach in this case, but it can be done.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list