From d83d55fef23adcae4b324c29cebdee167ed4374c Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 18 Nov 2005 16:24:56 +0000 Subject: [PATCH] Add net pkgconfig files. Original commit message from CVS: 2005-11-18 Andy Wingo * configure.ac: * pkgconfig/gstreamer-net.pc.in: * pkgconfig/gstreamer-net-uninstalled.pc.in: * pkgconfig/Makefile.am: Add net pkgconfig files. --- ChangeLog | 7 +++++++ configure.ac | 2 ++ pkgconfig/Makefile.am | 10 +++++++--- pkgconfig/gstreamer-net-uninstalled.pc.in | 13 +++++++++++++ pkgconfig/gstreamer-net.pc.in | 11 +++++++++++ 5 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 pkgconfig/gstreamer-net-uninstalled.pc.in create mode 100644 pkgconfig/gstreamer-net.pc.in diff --git a/ChangeLog b/ChangeLog index 59ef62ff4c..6789c6eb83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-18 Andy Wingo + + * 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 * gst/gstcaps.c: diff --git a/configure.ac b/configure.ac index d968fde5cd..a9bbbe9794 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 69631935bc..af8983ad32 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -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) diff --git a/pkgconfig/gstreamer-net-uninstalled.pc.in b/pkgconfig/gstreamer-net-uninstalled.pc.in new file mode 100644 index 0000000000..79de73edc2 --- /dev/null +++ b/pkgconfig/gstreamer-net-uninstalled.pc.in @@ -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} diff --git a/pkgconfig/gstreamer-net.pc.in b/pkgconfig/gstreamer-net.pc.in new file mode 100644 index 0000000000..69539b6f5e --- /dev/null +++ b/pkgconfig/gstreamer-net.pc.in @@ -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}