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

Bug 564148

Summary: media-libs/gstreamer-1.6.0 does not install gstconfig.h in right path
Product: Gentoo Linux Reporter: Cyril <cyril.baletaud>
Component: [OLD] LibraryAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://launchpad.net/bugs/1479932
https://bugzilla.redhat.com/show_bug.cgi?id=1234152
Whiteboard:
Package list:
Runtime testing required: ---

Description Cyril 2015-10-26 09:04:57 UTC
include path for gstconfig.h is not in the same path as other headers

Reproducible: Always

Steps to Reproduce:
1. equery b gst.h
 * Searching for gst.h ... 
media-libs/gstreamer-1.6.0 (/usr/include/gstreamer-1.0/gst/gst.h)
2.equery b gstconfig.h
 * Searching for gstconfig.h ... 
media-libs/gstreamer-1.6.0 (/usr/lib64/gstreamer-1.0/include/gst/gstconfig.h)

Actual Results:  
Including gstelement.h in project cause fail.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-10-26 11:13:15 UTC
Looks like an intentional upstream change which is not
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-10-26 11:13:37 UTC
Looks like an intentional upstream change which is not a problem if you use pkgconfig to get include paths.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-10-26 11:17:34 UTC
If you don't have a problem with in-tree ebuilds, I will close this as invalid/wontfix.
Comment 4 Cyril 2015-10-26 11:50:46 UTC
I use a cmake module to obtain path, I'll look to modify it if it is intentional from gstreamer upstream.
Comment 5 Cyril 2015-10-26 11:58:06 UTC
Oki, mea culpa

building from an empty directory without cmake cache, include path is now correct. Sorry for that.
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-10-26 14:07:45 UTC
No problem, happy it works in the end. Thanks for your report.