mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Rename gstnet-tempname to gstnet. Fixes #322257.
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.
This commit is contained in:
parent
d15194d0c7
commit
41f439b0a1
7 changed files with 28 additions and 24 deletions
|
@ -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>
|
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* tools/Makefile.am:
|
* tools/Makefile.am:
|
||||||
|
|
|
@ -86,10 +86,10 @@ gst_libs_controller_LDADD = \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
|
|
||||||
net_gstnetclientclock_LDADD = \
|
net_gstnetclientclock_LDADD = \
|
||||||
$(top_builddir)/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst/net/libgstnet-@GST_MAJORMINOR@.la \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
net_gstnettimeprovider_LDADD = \
|
net_gstnettimeprovider_LDADD = \
|
||||||
$(top_builddir)/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst/net/libgstnet-@GST_MAJORMINOR@.la \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
|
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
|
|
|
@ -1,20 +1,18 @@
|
||||||
# tempname needs to be removed as soon as the old gstnet is renamed to
|
lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||||
# nethelper or something
|
|
||||||
lib_LTLIBRARIES = libgstnet-tempname-@GST_MAJORMINOR@.la
|
|
||||||
|
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
libgstnet_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_include_HEADERS = \
|
libgstnet_@GST_MAJORMINOR@_include_HEADERS = \
|
||||||
gstnet.h \
|
gstnet.h \
|
||||||
gstnetclientclock.h \
|
gstnetclientclock.h \
|
||||||
gstnettimepacket.h \
|
gstnettimepacket.h \
|
||||||
gstnettimeprovider.h
|
gstnettimeprovider.h
|
||||||
|
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_la_SOURCES = \
|
libgstnet_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
gstnetclientclock.c \
|
gstnetclientclock.c \
|
||||||
gstnettimepacket.c \
|
gstnettimepacket.c \
|
||||||
gstnettimeprovider.c
|
gstnettimeprovider.c
|
||||||
|
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
libgstnet_@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_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,18 @@
|
||||||
# tempname needs to be removed as soon as the old gstnet is renamed to
|
lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||||
# nethelper or something
|
|
||||||
lib_LTLIBRARIES = libgstnet-tempname-@GST_MAJORMINOR@.la
|
|
||||||
|
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
libgstnet_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_include_HEADERS = \
|
libgstnet_@GST_MAJORMINOR@_include_HEADERS = \
|
||||||
gstnet.h \
|
gstnet.h \
|
||||||
gstnetclientclock.h \
|
gstnetclientclock.h \
|
||||||
gstnettimepacket.h \
|
gstnettimepacket.h \
|
||||||
gstnettimeprovider.h
|
gstnettimeprovider.h
|
||||||
|
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_la_SOURCES = \
|
libgstnet_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
gstnetclientclock.c \
|
gstnetclientclock.c \
|
||||||
gstnettimepacket.c \
|
gstnettimepacket.c \
|
||||||
gstnettimeprovider.c
|
gstnettimeprovider.c
|
||||||
|
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
libgstnet_tempname_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
libgstnet_@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_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la
|
Libs: ${libdir}/gst/net/libgstnet-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -7,5 +7,5 @@ Name: GStreamer networking library
|
||||||
Description: Network-enabled GStreamer plug-ins and clocking
|
Description: Network-enabled GStreamer plug-ins and clocking
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lgstnet-tempname-@GST_MAJORMINOR@
|
Libs: -L${libdir} -lgstnet-@GST_MAJORMINOR@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -86,10 +86,10 @@ gst_libs_controller_LDADD = \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
|
|
||||||
net_gstnetclientclock_LDADD = \
|
net_gstnetclientclock_LDADD = \
|
||||||
$(top_builddir)/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst/net/libgstnet-@GST_MAJORMINOR@.la \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
net_gstnettimeprovider_LDADD = \
|
net_gstnettimeprovider_LDADD = \
|
||||||
$(top_builddir)/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst/net/libgstnet-@GST_MAJORMINOR@.la \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
|
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
|
|
Loading…
Reference in a new issue