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 579129 - pkgconfig: appsrc/appsink can not be linked to uninstalled
pkgconfig: appsrc/appsink can not be linked to uninstalled
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-16 09:00 UTC by Wim Taymans
Modified: 2009-04-16 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the problem (1.02 KB, patch)
2009-04-16 09:02 UTC, Wim Taymans
committed Details | Review

Description Wim Taymans 2009-04-16 09:00:54 UTC
In the uninstalled pkgconfig file in -base, the directory for appsrc/appsink is not added to Libs. This makes it impossible for the build to find gstapp.so.

Patch follows.
Comment 1 Wim Taymans 2009-04-16 09:02:37 UTC
Created attachment 132744 [details] [review]
patch to fix the problem

patch to add the app directory to Libs.
Comment 2 Wim Taymans 2009-04-16 10:08:52 UTC
commit 03d6509f7fb00b6e518150b30a9970efe0c8c232
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu Apr 16 12:09:49 2009 +0200

    pkgconfig: add the app/ directory to Libs
    
    Add the appsrc/appsink directory to the Libs in the uninstalled
    pkgconfig file so that one can build against it.
    
    Fixes #579129