Rename gstnet-tempname to gstnet. Fixes #322257.
authorAndy Wingo <wingo@pobox.com>
Tue, 29 Nov 2005 17:47:06 +0000 (17:47 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 29 Nov 2005 17:47:06 +0000 (17:47 +0000)
Original commit message from CVS:
2005-11-29  Andy Wingo  <wingo@pobox.com>

* check/Makefile.am:
* pkgconfig/gstreamer-net-uninstalled.pc.in:
* pkgconfig/gstreamer-net.pc.in:
* gst/net/Makefile.am: Rename gstnet-tempname to gstnet. Fixes
#322257.

ChangeLog
check/Makefile.am
gst/net/Makefile.am
libs/gst/net/Makefile.am
pkgconfig/gstreamer-net-uninstalled.pc.in
pkgconfig/gstreamer-net.pc.in
tests/check/Makefile.am

index d13a73d..fcdfe31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-29  Andy Wingo  <wingo@pobox.com>
+
+       * check/Makefile.am:
+       * pkgconfig/gstreamer-net-uninstalled.pc.in:
+       * pkgconfig/gstreamer-net.pc.in:
+       * gst/net/Makefile.am: Rename gstnet-tempname to gstnet. Fixes
+       #322257.
+
 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * tools/Makefile.am:
index 50b6691..e563c69 100644 (file)
@@ -86,10 +86,10 @@ gst_libs_controller_LDADD = \
        $(LDADD)
 
 net_gstnetclientclock_LDADD = \
-       $(top_builddir)/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst/net/libgstnet-@GST_MAJORMINOR@.la \
        $(LDADD)
 net_gstnettimeprovider_LDADD = \
-       $(top_builddir)/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst/net/libgstnet-@GST_MAJORMINOR@.la \
        $(LDADD)
 
 # valgrind testing
index 55137e8..e3ef286 100644 (file)
@@ -1,20 +1,18 @@
-# tempname needs to be removed as soon as the old gstnet is renamed to
-# nethelper or something
-lib_LTLIBRARIES = libgstnet-tempname-@GST_MAJORMINOR@.la
+lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
 
-libgstnet_tempname_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
-libgstnet_tempname_@GST_MAJORMINOR@_include_HEADERS = \
+libgstnet_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
+libgstnet_@GST_MAJORMINOR@_include_HEADERS = \
     gstnet.h \
     gstnetclientclock.h \
     gstnettimepacket.h \
     gstnettimeprovider.h
 
-libgstnet_tempname_@GST_MAJORMINOR@_la_SOURCES = \
+libgstnet_@GST_MAJORMINOR@_la_SOURCES = \
     gstnetclientclock.c \
     gstnettimepacket.c \
     gstnettimeprovider.c
 
-libgstnet_tempname_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
-libgstnet_tempname_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
-libgstnet_tempname_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
+libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
+libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
+libgstnet_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
 
index 55137e8..e3ef286 100644 (file)
@@ -1,20 +1,18 @@
-# tempname needs to be removed as soon as the old gstnet is renamed to
-# nethelper or something
-lib_LTLIBRARIES = libgstnet-tempname-@GST_MAJORMINOR@.la
+lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
 
-libgstnet_tempname_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
-libgstnet_tempname_@GST_MAJORMINOR@_include_HEADERS = \
+libgstnet_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
+libgstnet_@GST_MAJORMINOR@_include_HEADERS = \
     gstnet.h \
     gstnetclientclock.h \
     gstnettimepacket.h \
     gstnettimeprovider.h
 
-libgstnet_tempname_@GST_MAJORMINOR@_la_SOURCES = \
+libgstnet_@GST_MAJORMINOR@_la_SOURCES = \
     gstnetclientclock.c \
     gstnettimepacket.c \
     gstnettimeprovider.c
 
-libgstnet_tempname_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
-libgstnet_tempname_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
-libgstnet_tempname_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
+libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
+libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
+libgstnet_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
 
index 79de73e..7f5f2bf 100644 (file)
@@ -9,5 +9,5 @@ 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
+Libs: ${libdir}/gst/net/libgstnet-@GST_MAJORMINOR@.la
 Cflags: -I${includedir}
index 69539b6..4594d11 100644 (file)
@@ -7,5 +7,5 @@ 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@
+Libs: -L${libdir} -lgstnet-@GST_MAJORMINOR@
 Cflags: -I${includedir}
index 50b6691..e563c69 100644 (file)
@@ -86,10 +86,10 @@ gst_libs_controller_LDADD = \
        $(LDADD)
 
 net_gstnetclientclock_LDADD = \
-       $(top_builddir)/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst/net/libgstnet-@GST_MAJORMINOR@.la \
        $(LDADD)
 net_gstnettimeprovider_LDADD = \
-       $(top_builddir)/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst/net/libgstnet-@GST_MAJORMINOR@.la \
        $(LDADD)
 
 # valgrind testing