[gst-devel] [patch] gst-editor include file location

Leif Johnson leif at ambient.2y.net
Wed Dec 11 04:48:02 CET 2002


Hi all -

I made a pretty basic patch to change the install location
of include headers for the editor, basically just so the
editor conforms better to the other GStreamer include file
conventions.

leif

--
Leif Morgan Johnson . http://ambient.2y.net/leif/
IAESTE trainee      . http://www.iaeste.org/
Salomon Automation  . http://www.salomon.at/
-------------- next part --------------
? COPYING
? INSTALL
? aclocal.m4
? autom4te.cache
? autoregen.sh
? config.h
? config.h.in
? config.log
? config.status
? configure
? gst-editor-libs-uninstalled.pc
? gst-editor-libs.pc
? gst-editor.spec
? libtool
? stamp-h
? stamp-h.in
? stamp-h1
? help/C/gst-editor-manual-C.omf.out
? help/C/omf_timestamp
? libs/gst/editor/gsteditor-marshal.c
? libs/gst/editor/gsteditor-marshal.h
? pixmaps/gdk-pixbuf-csource
? pixmaps/pixmaps.h
? src/gst-editor
? src/gst-inspect-gui
? src/gst-launch-gui
Index: libs/gst/debug-ui/Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gst-editor/libs/gst/debug-ui/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- libs/gst/debug-ui/Makefile.am	23 Apr 2002 17:50:08 -0000	1.1
+++ libs/gst/debug-ui/Makefile.am	6 Dec 2002 12:48:46 -0000
@@ -6,5 +6,5 @@
 libgstdebugui_la_CFLAGS = $(GST_EDITOR_CFLAGS)
 libgstdebugui_la_LDFLAGS = $(GST_EDITOR_LIBS)
 
-libgstdebuguiincludedir = $(includedir)/gst/debug-ui
+libgstdebuguiincludedir = $(includedir)/@PACKAGE at -@VERSION@/gst/debug-ui
 libgstdebuguiinclude_HEADERS = debug-ui.h
Index: libs/gst/editor/Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gst-editor/libs/gst/editor/Makefile.am,v
retrieving revision 1.18
diff -u -r1.18 Makefile.am
--- libs/gst/editor/Makefile.am	6 Oct 2002 15:10:14 -0000	1.18
+++ libs/gst/editor/Makefile.am	6 Dec 2002 12:48:46 -0000
@@ -29,7 +29,7 @@
 	gsteditor-marshal.h	\
 	stockicons.h
 
-libgsteditorincludedir = $(includedir)/gst/editor
+libgsteditorincludedir = $(includedir)/@PACKAGE at -@VERSION@/gst/editor
 libgsteditorinclude_HEADERS = editor.h \
 	gsteditor.h \
 	gsteditorbin.h \
Index: libs/gst/element-browser/Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gst-editor/libs/gst/element-browser/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- libs/gst/element-browser/Makefile.am	13 Aug 2002 04:53:38 -0000	1.3
+++ libs/gst/element-browser/Makefile.am	6 Dec 2002 12:48:46 -0000
@@ -8,5 +8,5 @@
 libgstelementbrowser_la_CFLAGS = $(GST_EDITOR_CFLAGS)
 libgstelementbrowser_la_LDFLAGS = $(GST_EDITOR_LIBS)
 
-libgstelementbrowserincludedir = $(includedir)/gst/element-browser
+libgstelementbrowserincludedir = $(includedir)/@PACKAGE at -@VERSION@/gst/element-browser
 libgstelementbrowserinclude_HEADERS = browser.h caps-tree.h element-tree.h
Index: libs/gst/element-ui/Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gst-editor/libs/gst/element-ui/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- libs/gst/element-ui/Makefile.am	23 Sep 2002 14:38:05 -0000	1.3
+++ libs/gst/element-ui/Makefile.am	6 Dec 2002 12:48:46 -0000
@@ -7,5 +7,5 @@
 libgstelementui_la_CFLAGS = $(GST_EDITOR_CFLAGS)
 libgstelementui_la_LDFLAGS = $(GST_EDITOR_LIBS)
 
-libgstelementuiincludedir = $(includedir)/gst/element-ui
+libgstelementuiincludedir = $(includedir)/@PACKAGE at -@VERSION@/gst/element-ui
 libgstelementuiinclude_HEADERS = gst-element-ui.h gst-element-ui-prop-view.h


More information about the gstreamer-devel mailing list