versioning gstreamer schemas and install location

Original commit message from CVS:
versioning gstreamer schemas and install location
This commit is contained in:
Thomas Vander Stichele 2004-02-23 22:31:48 +00:00
parent a9e7cd5c7b
commit 24204a7884
3 changed files with 25 additions and 12 deletions

View file

@ -1,3 +1,12 @@
2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
* gconf/Makefile.am:
* gconf/gstreamer.schemas:
* gst-libs/gst/gconf/Makefile.am:
* gst-libs/gst/gconf/gconf.c:
version gconf schemas and install locations
2004-02-23 Benjamin Otte <otte@gnome.org>
* ext/xine/xineinput.c: (gst_xine_input_dispose):

View file

@ -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)

View file

@ -1,8 +1,8 @@
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/system/gstreamer/default/audiosink</key>
<applyto>/system/gstreamer/default/audiosink</applyto>
<key>/schemas/system/gstreamer-0.7/default/audiosink</key>
<applyto>/system/gstreamer-0.7/default/audiosink</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>osssink</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-0.7/default/videosink</key>
<applyto>/system/gstreamer-0.7/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-0.7/default/audiosrc</key>
<applyto>/system/gstreamer-0.7/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-0.7/default/videosrc</key>
<applyto>/system/gstreamer-0.7/default/videosrc</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>v4lsrc</default>
@ -45,8 +45,8 @@
</locale>
</schema>
<schema>
<key>/schemas/system/gstreamer/default/visualization</key>
<applyto>/system/gstreamer/default/visualization</applyto>
<key>/schemas/system/gstreamer-0.7/default/visualization</key>
<applyto>/system/gstreamer-0.7/default/visualization</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>goom</default>