Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 548364

Summary: media-libs/libsfml - install pkg-config files
Product: Gentoo Linux Reporter: Palmer Dabbelt <palmer>
Component: Current packagesAssignee: Tim Harder <radhermit>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Enables pkg-config file installation

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.