Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548364 - media-libs/libsfml - install pkg-config files
Summary: media-libs/libsfml - install pkg-config files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-05-01 22:34 UTC by Palmer Dabbelt
Modified: 2015-06-04 20:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Enables pkg-config file installation (patch,341 bytes, patch)
2015-05-01 22:35 UTC, Palmer Dabbelt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Palmer Dabbelt 2015-05-01 22:34:06 UTC
media-libs/libsfml has pkg-config files upstream, but they aren't installed by default.  It is necessary to pass "-DSFML_INSTALL_PKGCONFIG_FILES=true" to cmake in order to get them to install.

Reproducible: Always

Steps to Reproduce:
1. install media-libs/libsfml-2.2
2. pkg-config sfml-all --libs

Actual Results:  
pkg-config doesn't find a sfml-all pkg-config file

Expected Results:  
pkg-config does find a sfml-all pkg-config file

I'll attach a patch that unconditionally installs the pkg-config files.
Comment 1 Palmer Dabbelt 2015-05-01 22:35:21 UTC
Created attachment 402408 [details, diff]
Enables pkg-config file installation

I'm not sure if this is the right format for mycmakeargs, but this does end up installing the pkg-config files for me.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2015-06-04 20:40:25 UTC
in portage.  thanks for the bug report and patch.