mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Add net pkgconfig files.
Original commit message from CVS: 2005-11-18 Andy Wingo <wingo@pobox.com> * configure.ac: * pkgconfig/gstreamer-net.pc.in: * pkgconfig/gstreamer-net-uninstalled.pc.in: * pkgconfig/Makefile.am: Add net pkgconfig files.
This commit is contained in:
parent
dff771f1b7
commit
d83d55fef2
5 changed files with 40 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-11-18 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* configure.ac:
|
||||
* pkgconfig/gstreamer-net.pc.in:
|
||||
* pkgconfig/gstreamer-net-uninstalled.pc.in:
|
||||
* pkgconfig/Makefile.am: Add net pkgconfig files.
|
||||
|
||||
2005-11-18 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/gstcaps.c:
|
||||
|
|
|
@ -538,6 +538,8 @@ pkgconfig/gstreamer-controller.pc
|
|||
pkgconfig/gstreamer-controller-uninstalled.pc
|
||||
pkgconfig/gstreamer-dataprotocol.pc
|
||||
pkgconfig/gstreamer-dataprotocol-uninstalled.pc
|
||||
pkgconfig/gstreamer-net.pc
|
||||
pkgconfig/gstreamer-net-uninstalled.pc
|
||||
gstreamer.spec
|
||||
)
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -12,14 +12,16 @@ pcfiles = \
|
|||
gstreamer-base-@GST_MAJORMINOR@.pc \
|
||||
$(CHECK_PC_I) \
|
||||
gstreamer-controller-@GST_MAJORMINOR@.pc \
|
||||
gstreamer-dataprotocol-@GST_MAJORMINOR@.pc
|
||||
gstreamer-dataprotocol-@GST_MAJORMINOR@.pc \
|
||||
gstreamer-net-@GST_MAJORMINOR@.pc
|
||||
|
||||
pcfiles_uninstalled = \
|
||||
gstreamer-@GST_MAJORMINOR@-uninstalled.pc \
|
||||
gstreamer-base-@GST_MAJORMINOR@-uninstalled.pc \
|
||||
$(CHECK_PC_U) \
|
||||
gstreamer-controller-@GST_MAJORMINOR@-uninstalled.pc \
|
||||
gstreamer-dataprotocol-@GST_MAJORMINOR@-uninstalled.pc
|
||||
gstreamer-dataprotocol-@GST_MAJORMINOR@-uninstalled.pc \
|
||||
gstreamer-net-@GST_MAJORMINOR@-uninstalled.pc
|
||||
|
||||
all-local: $(pcfiles) $(pcfiles_uninstalled)
|
||||
|
||||
|
@ -42,6 +44,8 @@ EXTRA_DIST = \
|
|||
gstreamer-controller.pc.in \
|
||||
gstreamer-controller-uninstalled.pc.in \
|
||||
gstreamer-dataprotocol.pc.in \
|
||||
gstreamer-dataprotocol-uninstalled.pc.in
|
||||
gstreamer-dataprotocol-uninstalled.pc.in \
|
||||
gstreamer-net.pc.in \
|
||||
gstreamer-net-uninstalled.pc.in
|
||||
|
||||
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
|
||||
|
|
13
pkgconfig/gstreamer-net-uninstalled.pc.in
Normal file
13
pkgconfig/gstreamer-net-uninstalled.pc.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/..
|
||||
includedir=${pcfiledir}/..
|
||||
|
||||
Name: GStreamer networking library, uninstalled
|
||||
Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||
Version: @VERSION@
|
||||
|
||||
Libs: ${libdir}/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir}
|
11
pkgconfig/gstreamer-net.pc.in
Normal file
11
pkgconfig/gstreamer-net.pc.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Name: GStreamer networking library
|
||||
Description: Network-enabled GStreamer plug-ins and clocking
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstnet-tempname-@GST_MAJORMINOR@
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in a new issue