mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
fix uninstalled pkgconfig files remove play and gconf from -libs
Original commit message from CVS: fix uninstalled pkgconfig files remove play and gconf from -libs
This commit is contained in:
parent
ac1bd0be65
commit
bdae5a68f8
5 changed files with 37 additions and 21 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
|
||||
* pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
|
||||
* pkgconfig/gstreamer-libs-uninstalled.pc.in:
|
||||
* pkgconfig/gstreamer-play-uninstalled.pc.in:
|
||||
reworked patch by David Lehn to fix libdir and includedir for
|
||||
uninstalled libraries
|
||||
removed play and gconf from gstreamer-libs since they have their
|
||||
own pkgconfig files
|
||||
|
||||
2004-02-04 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}
|
||||
includedir=${pcfiledir}
|
||||
libdir=${pcfiledir}/../gst-libs/gst/gconf
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
|
||||
Name: GStreamer GConf Library, uninstalled
|
||||
Description: Streaming media framework, GConf support library, not installed
|
||||
Requires: gstreamer >= @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@
|
||||
Version: @VERSION@
|
||||
|
||||
Libs: ${pcfiledir}/../gst-libs/gst/gconf/libgstgconf-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${pcfiledir}/../gst-libs
|
||||
Libs: ${libdir}/libgstgconf-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}
|
||||
includedir=${pcfiledir}
|
||||
libdir=${pcfiledir}/../gst-libs/gst
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
|
||||
Name: GStreamer Interfaces library, uninstalled
|
||||
Description: Streaming-media framework, interfaces library, not installed
|
||||
Requires: gstreamer >= @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@
|
||||
Version: @VERSION@
|
||||
|
||||
Libs: ${pcfiledir}/../gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${pcfiledir}/../gst-libs
|
||||
Libs: ${libdir}/libgstinterfaces-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
|
||||
Name: GStreamer Uninstalled Media-Specific Libraries
|
||||
Description: Streaming-media framework media-specific libraries, not installed
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer = @VERSION@
|
||||
Libs: -L${pcfiledir}/../gst-libs/gst/gconf \
|
||||
-L${pcfiledir}/../gst-libs/gst/audio \
|
||||
-L${pcfiledir}/../gst-libs/gst/video \
|
||||
-L${pcfiledir}/../gst-libs/gst/play
|
||||
Cflags: -I${pcfiledir}/../gst-libs
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||
|
||||
Libs: -L${libdir}/audio -L${libdir}/video
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}
|
||||
includedir=${pcfiledir}
|
||||
libdir=${pcfiledir}/../gst-libs/gst/play
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
|
||||
Name: GStreamer Play Library, uninstalled
|
||||
Description: Streaming-media framework, play libraries, not installed
|
||||
Requires: gstreamer >= @VERSION@ gstreamer-control >= @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ \
|
||||
gstreamer-control-@GST_MAJORMINOR@ >= @VERSION@
|
||||
Version: @VERSION@
|
||||
|
||||
Libs: ${pcfiledir}/../gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${pcfiledir}/../gst-libs
|
||||
Libs: ${libdir}/libgstplay-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue