mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
pkgconfig: Fix include and library paths for the uninstalled pc files
This commit is contained in:
parent
197fe6d0d1
commit
7e75b71851
16 changed files with 93 additions and 77 deletions
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/app
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer Application Library, Uninstalled
|
||||
Description: Helper functions and base classes for application integration, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstapp-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/audio
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer Audio Library, Uninstalled
|
||||
Description: Audio helper functions and base classes, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstaudio-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/cdda
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer CDDA Library, Uninstalled
|
||||
Description: CDDA base classes, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-tag-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstcdda-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/fft
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer FFT Library, Uninstalled
|
||||
Description: FFT implementation, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstfft-@GST_MAJORMINOR@.la -lm
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/fft/libgstfft-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/floatcast
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer Floatcast Library, Uninstalled
|
||||
Description: Platform independent floating point macros, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: glib-2.0
|
||||
Libs: -lm
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @LIBM@
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ Name: GStreamer Floatcast Library
|
|||
Description: Platform independent floating point macros
|
||||
Requires: glib-2.0
|
||||
Version: @VERSION@
|
||||
Libs: @LIBM@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -lm
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/interfaces
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer Interfaces Library, Uninstalled
|
||||
Description: Interfaces for GStreamer elements, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstinterfaces-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/netbuffer
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer Network Buffer Library, Uninstalled
|
||||
Description: Network buffer for use in network sources/sinks, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstnetbuffer-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/netbuffer/libgstnetbuffer-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/pbutils
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer Base Utils Library, Uninstalled
|
||||
Description: General utility functions, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstpbutils-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
pluginsdir=${pcfiledir}/..
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
pluginsdir=@abs_top_builddir@
|
||||
|
||||
Name: GStreamer Base Plugins Libraries, Uninstalled
|
||||
Description: Streaming media framework, base plugins libraries, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
Libs: -L@abs_top_builddir@/gst-libs/gst/audio -L@abs_top_builddir@/gst-libs/gst/cdda -L@abs_top_builddir@/gst-libs/gst/fft -L@abs_top_builddir@/gst-libs/gst/floatcast -L@abs_top_builddir@/gst-libs/gst/interfaces -L@abs_top_builddir@/gst-libs/gst/netbuffer -L@abs_top_builddir@/gst-libs/gst/riff -L@abs_top_builddir@/gst-libs/gst/rtp -L@abs_top_builddir@/gst-libs/gst/rtsp -L@abs_top_builddir@/gst-libs/gst/sdp -L@abs_top_builddir@/gst-libs/gst/tag -L@abs_top_builddir@/gst-libs/gst/pbutils -L@abs_top_builddir@/gst-libs/gst/video -L@abs_top_builddir@/gst-libs/gst/app
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
Libs: -L${libdir}/audio -L${libdir}/cdda -L${libdir}/fft -L${libdir}/floatcast -L${libdir}/interfaces -L${libdir}/netbuffer -L${libdir}/riff -L${libdir}/rtp -L${libdir}/rtsp -L${libdir}/sdp -L${libdir}/tag -L${libdir}/pbutils -L${libdir}/video -L${libdir}/app
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
|
||||
libraries=audio cdda fft floatcast interfaces netbuffer riff tag pbutils video
|
||||
libraries=app audio cdda fft floatcast interfaces netbuffer riff rtp rtsp sdp tag pbutils video
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/riff
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer RIFF Library, Uninstalled
|
||||
Description: RIFF helper functions, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstriff-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/riff/libgstriff-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/rtp
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer RTP Library, Uninstalled
|
||||
Description: RTP base classes and helper functions, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstrtp-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/rtsp
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer RTSP Library, Uninstalled
|
||||
Description: RTSP base classes and helper functions, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstrtsp-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/rtsp/libgstrtsp-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/sdp
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer SDP Library, Uninstalled
|
||||
Description: SDP helper functions, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: glib-2.0
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstsdp-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/sdp/libgstsdp-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/tag
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer Tag Library, Uninstalled
|
||||
Description: Tag base classes and helper functions, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgsttag-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/video
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# includedir is builddir because it is used to find gstconfig.h in places
|
||||
includedir=@abs_top_builddir@/gst-libs
|
||||
|
||||
Name: GStreamer Video Library, Uninstalled
|
||||
Description: Video base classes and helper functions, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstvideo-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
||||
Libs: @abs_top_builddir@/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
Loading…
Reference in a new issue