summaryrefslogtreecommitdiffstats
path: root/gconf
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-05 09:46:39 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-05 09:46:39 +0000
commitaa06acaf0bbb9c3ac6438ac64cf8a9ca47ada159 (patch)
treea7a5a28a651aa20fbbe521e6d7ef22f8c9bec4bd /gconf
parent614c1c2c6e6cb0736de806d2ca350d3f5a2a60eb (diff)
downloadgst-plugins-bad-aa06acaf0bbb9c3ac6438ac64cf8a9ca47ada159.tar.gz
gst-plugins-bad-aa06acaf0bbb9c3ac6438ac64cf8a9ca47ada159.tar.bz2
gst-plugins-bad-aa06acaf0bbb9c3ac6438ac64cf8a9ca47ada159.zip
releasing 0.6.5
Original commit message from CVS: releasing 0.6.5
Diffstat (limited to 'gconf')
-rw-r--r--gconf/Makefile.am8
-rw-r--r--gconf/gstreamer.schemas.in (renamed from gconf/gstreamer.schemas)20
2 files changed, 16 insertions, 12 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index b3ca1fad..8fa37fbc 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -1,5 +1,8 @@
schemadir = @GCONF_SCHEMA_FILE_DIR@
-schema_DATA = gstreamer.schemas
+schema_DATA = gstreamer-@GST_MAJORMINOR@.schemas
+
+gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
+ cp $< $@
install-data-local:
@GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
@@ -10,4 +13,5 @@ install-data-local:
echo "*****************************************************";)
@true
-EXTRA_DIST = gstreamer.schemas
+CLEANFILES = $(schema_DATA)
+EXTRA_DIST = $(schema_DATA)
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas.in
index 776f3072..2218a772 100644
--- a/gconf/gstreamer.schemas
+++ b/gconf/gstreamer.schemas.in
@@ -1,8 +1,8 @@
<gconfschemafile>
<schemalist>
<schema>
- <key>/schemas/system/gstreamer/default/audiosink</key>
- <applyto>/system/gstreamer/default/audiosink</applyto>
+ <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosink</key>
+ <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/audiosink</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>osssink sync=false</default>
@@ -12,8 +12,8 @@
</locale>
</schema>
<schema>
- <key>/schemas/system/gstreamer/default/videosink</key>
- <applyto>/system/gstreamer/default/videosink</applyto>
+ <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/videosink</key>
+ <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/videosink</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>xvideosink</default>
@@ -23,8 +23,8 @@
</locale>
</schema>
<schema>
- <key>/schemas/system/gstreamer/default/audiosrc</key>
- <applyto>/system/gstreamer/default/audiosrc</applyto>
+ <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosrc</key>
+ <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/audiosrc</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>osssrc</default>
@@ -34,8 +34,8 @@
</locale>
</schema>
<schema>
- <key>/schemas/system/gstreamer/default/videosrc</key>
- <applyto>/system/gstreamer/default/videosrc</applyto>
+ <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/videosrc</key>
+ <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/videosrc</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>v4lsrc</default>
@@ -45,8 +45,8 @@
</locale>
</schema>
<schema>
- <key>/schemas/system/gstreamer/default/visualisation</key>
- <applyto>/system/gstreamer/default/visualisation</applyto>
+ <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/visualisation</key>
+ <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/visualisation</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>goom</default>