Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564148 - media-libs/gstreamer-1.6.0 does not install gstconfig.h in right path
Summary: media-libs/gstreamer-1.6.0 does not install gstconfig.h in right path
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-26 09:04 UTC by Cyril
Modified: 2015-10-26 14:07 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.