Another possibility, if your are willing to become CMake-aware you could provide a package
configuration file:
http://www.cmake.org/Wiki/CMake/Tutorials/Packaging
even if you don't build with CMake. That would allow find_package to work even
without a find module.
Qt5 does this for example.
Search found 5 matches
- 2013-03-18T09:32:12-07:00
- Forum: Developers
- Topic: Using pkgconfig to find library
- Replies: 3
- Views: 10710
- 2013-03-18T09:03:37-07:00
- Forum: Developers
- Topic: Using pkgconfig to find library
- Replies: 3
- Views: 10710
Using pkgconfig to find library
Couple issues: - The new library naming scheme presents some difficulties for cmake in finding the library to link to as it does not just use pkgconfig (since it supports platforms without it). Perhaps the pkgconfig file could provide a libname variable that would contain the name? Not sure if there ...
- 2011-11-02T08:52:09-07:00
- Forum: Bugs
- Topic: Delegate mpg problem
- Replies: 3
- Views: 8126
Re: Delegate mpg problem
ffmpeg still takes the -pass argument, but it needs to be "1" or "2", not "1/2". Not sure it's necessary though.
- 2010-02-09T11:22:21-07:00
- Forum: Bugs
- Topic: Poor quality ps -> jpeg conversion with newer imagemagick
- Replies: 2
- Views: 6588
Re: Poor quality ps -> jpeg conversion with newer imagemagic
A reasonable work around I suppose, but still not sure why the behavior changed in the first place.
- 2010-02-09T10:42:33-07:00
- Forum: Bugs
- Topic: Poor quality ps -> jpeg conversion with newer imagemagick
- Replies: 2
- Views: 6588
Poor quality ps -> jpeg conversion with newer imagemagick
With IM 6.2.8.0 on Centos 5.4 I'm able to convert following ps file: http://www.cora.nwra.com/~orion/im/ke.ps to jpeg and get decent lines and text quality: http://www.cora.nwra.com/~orion/im/ke-6.2.8.0.jpeg Using a newer versions 6.5.1.2 and 6.5.8.10 on Fedora 11/12 I get lousy lines and text ...