After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344534 - Install a f-spot.pc file
Install a f-spot.pc file
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
CVS
Other Linux
: Normal major
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks: 345395
 
 
Reported: 2006-06-11 02:25 UTC by Kevin Kubasik
Modified: 2006-10-11 07:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Add and install f-spot.pc file (1.40 KB, patch)
2006-06-12 05:31 UTC, Thomas Van Machelen
accepted-commit_now Details | Review
with a Changelog entry (2.02 KB, patch)
2006-09-05 14:39 UTC, Stephane Delcroix
committed Details | Review

Description Kevin Kubasik 2006-06-11 02:25:11 UTC
At the moment, f-spot does not register itself with pkg-config, making it very difficult for other programs (such as beagle) to check if f-spot is installed.
Comment 1 Thomas Van Machelen 2006-06-12 05:31:33 UTC
Created attachment 67156 [details] [review]
Add and install f-spot.pc file

I am not a autotools expert at all, but this patch adds a f-spot.pc to the default installation containing version and libs information.
Comment 2 Kevin Kubasik 2006-06-12 20:37:08 UTC
Ok, I've used it with no problems, and would love for this to go out with the next release of f-spot so that the next release of beagle can check (accurately) at compile time if f-spot is installed. If Larry is ok with it, I can go ahead and commit this.

p.s. I changed the patch status to reflect that it works, not necessarily that it should be committed regardless.
Comment 3 Stephane Delcroix 2006-06-19 10:48:45 UTC
This patch is wotking fine, and is also very useful!

I'm working on an plugin architecture for f-spot and I can now compiling plugins with "-pkg:f-spot" option to mcs.

Is it possible to return more than just 'f-spot.exe' with pkg-config --libs ? My opinion is that it should return f-spot.exe plus all the dll required to compile f-spot.
Comment 4 Bengt Thuree 2006-08-13 12:04:43 UTC
Do this patch really block bug #345394 (plugin's)???
Comment 5 Bengt Thuree 2006-08-14 13:48:38 UTC
Have confirmed this f-spot.pc patch, in conjunction with #345394
Comment 6 Stephane Delcroix 2006-09-05 14:39:44 UTC
Created attachment 72251 [details] [review]
with a Changelog entry

I only added a Changelog entry in the patch (needed elsewhere).
Comment 7 Larry Ewing 2006-10-05 03:12:16 UTC
looks good
Comment 8 Adam Israel 2006-10-11 03:13:35 UTC
It looks like f-spot.pc.in is missing from cvs.  Makefile.am/Makefile.in reference it but autogen.sh fails 
Comment 9 Stephane Delcroix 2006-10-11 07:13:02 UTC
f-spot.pc.in is in CVS