From fd43bd5e7c5719209a4581b0d9d8c3119e645075 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 5 Mar 2004 12:13:10 +0000 Subject: fix gconf install path Original commit message from CVS: fix gconf install path --- ChangeLog | 10 ++++++++++ gconf/gstreamer.schemas.in | 20 ++++++++++---------- gst-libs/gst/gconf/Makefile.am | 2 +- pkgconfig/gstreamer-interfaces-uninstalled.pc.in | 1 - pkgconfig/gstreamer-libs-uninstalled.pc.in | 1 - pkgconfig/gstreamer-play-uninstalled.pc.in | 1 - 6 files changed, 21 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 193a43fa..8d5c79f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-03-05 Thomas Vander Stichele + + * gconf/gstreamer.schemas.in: + * gst-libs/gst/gconf/Makefile.am: + version installation path the same way as for 0.6 + * pkgconfig/gstreamer-interfaces-uninstalled.pc.in: + * pkgconfig/gstreamer-libs-uninstalled.pc.in: + * pkgconfig/gstreamer-play-uninstalled.pc.in: + remove comment that was fixed + 2004-03-05 David Schleef * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats), diff --git a/gconf/gstreamer.schemas.in b/gconf/gstreamer.schemas.in index ac38edfe..e40af399 100644 --- a/gconf/gstreamer.schemas.in +++ b/gconf/gstreamer.schemas.in @@ -1,8 +1,8 @@ - /schemas/system/gstreamer-@GST_MAJORMINOR@/default/audiosink - /system/gstreamer-@GST_MAJORMINOR@/default/audiosink + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosink + /system/gstreamer/@GST_MAJORMINOR@/default/audiosink gstreamer string osssink @@ -12,8 +12,8 @@ - /schemas/system/gstreamer-@GST_MAJORMINOR@/default/videosink - /system/gstreamer-@GST_MAJORMINOR@/default/videosink + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/videosink + /system/gstreamer/@GST_MAJORMINOR@/default/videosink gstreamer string xvimagesink @@ -23,8 +23,8 @@ - /schemas/system/gstreamer-@GST_MAJORMINOR@/default/audiosrc - /system/gstreamer-@GST_MAJORMINOR@/default/audiosrc + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosrc + /system/gstreamer/@GST_MAJORMINOR@/default/audiosrc gstreamer string osssrc @@ -34,8 +34,8 @@ - /schemas/system/gstreamer-@GST_MAJORMINOR@/default/videosrc - /system/gstreamer-@GST_MAJORMINOR@/default/videosrc + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/videosrc + /system/gstreamer/@GST_MAJORMINOR@/default/videosrc gstreamer string v4lsrc @@ -45,8 +45,8 @@ - /schemas/system/gstreamer-@GST_MAJORMINOR@/default/visualization - /system/gstreamer-@GST_MAJORMINOR@/default/visualization + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/visualization + /system/gstreamer/@GST_MAJORMINOR@/default/visualization gstreamer string goom diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am index b7a409ef..64bebf9f 100644 --- a/gst-libs/gst/gconf/Makefile.am +++ b/gst-libs/gst/gconf/Makefile.am @@ -10,7 +10,7 @@ libgstgconf_@GST_MAJORMINOR@include_HEADERS = gconf.h noinst_PROGRAMS = test-gconf # add define for GST_GCONF_DIR -DIR_CFLAGS=-DGST_GCONF_DIR=\"/system/gstreamer-@GST_MAJORMINOR@\" +DIR_CFLAGS=-DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\" test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS) test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la diff --git a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in index 3c1665f6..ae346b76 100644 --- a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in +++ b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in @@ -1,4 +1,3 @@ -# the standard variables don't make sense for an uninstalled copy prefix= exec_prefix= libdir=${pcfiledir}/../gst-libs/gst diff --git a/pkgconfig/gstreamer-libs-uninstalled.pc.in b/pkgconfig/gstreamer-libs-uninstalled.pc.in index 55c9bc54..46161505 100644 --- a/pkgconfig/gstreamer-libs-uninstalled.pc.in +++ b/pkgconfig/gstreamer-libs-uninstalled.pc.in @@ -1,4 +1,3 @@ -# the standard variables don't make sense for an uninstalled copy prefix= exec_prefix= libdir=${pcfiledir}/../gst-libs/gst diff --git a/pkgconfig/gstreamer-play-uninstalled.pc.in b/pkgconfig/gstreamer-play-uninstalled.pc.in index 7d77ee82..27cdf6ff 100644 --- a/pkgconfig/gstreamer-play-uninstalled.pc.in +++ b/pkgconfig/gstreamer-play-uninstalled.pc.in @@ -1,4 +1,3 @@ -# the standard variables don't make sense for an uninstalled copy prefix= exec_prefix= libdir=${pcfiledir}/../gst-libs/gst/play -- cgit v1.2.1