From 87f3d7db0059d9119a24515290f15d6726e4f35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 5 Feb 2006 17:15:17 +0000 Subject: [PATCH] docs/libs/compiling.sgml: Fix typo: it's pkg-config, not pkg-gconfig Original commit message from CVS: * docs/libs/compiling.sgml: Fix typo: it's pkg-config, not pkg-gconfig * docs/libs/gst-plugins-base-libs-docs.sgml: * docs/libs/gst-plugins-base-libs-sections.txt: * docs/libs/tmpl/gstgconf.sgml: There is no libgstgconf in 0.10, remove it from the docs. --- ChangeLog | 11 +++++++++++ docs/libs/compiling.sgml | 2 +- docs/libs/gst-plugins-base-libs-docs.sgml | 10 ---------- docs/libs/gst-plugins-base-libs-sections.txt | 6 ------ docs/libs/tmpl/gstgconf.sgml | 19 ------------------- 5 files changed, 12 insertions(+), 36 deletions(-) delete mode 100644 docs/libs/tmpl/gstgconf.sgml diff --git a/ChangeLog b/ChangeLog index 904420143e..bc22e66a33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-02-05 Tim-Philipp Müller + + * docs/libs/compiling.sgml: + Fix typo: it's pkg-config, not pkg-gconfig + + * docs/libs/gst-plugins-base-libs-docs.sgml: + * docs/libs/gst-plugins-base-libs-sections.txt: + * docs/libs/tmpl/gstgconf.sgml: + There is no libgstgconf in 0.10, remove it + from the docs. + 2006-02-05 Julien MOUTTE * docs/libs/tmpl/gstcolorbalance.sgml: Updated. diff --git a/docs/libs/compiling.sgml b/docs/libs/compiling.sgml index 1eaad09a1c..e20f1e9cff 100644 --- a/docs/libs/compiling.sgml +++ b/docs/libs/compiling.sgml @@ -24,7 +24,7 @@ find the header files and libraries. This is done with the The following interactive shell session demonstrates how pkg-config is used: -$ pkg-gconfig --cflags gstreamer-plugins-base-&GST_MAJORMINOR; +$ pkg-config --cflags gstreamer-plugins-base-&GST_MAJORMINOR; -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-&GST_MAJORMINOR; -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 $ pkg-config --libs gstreamer-plugins-base-&GST_MAJORMINOR; -Wl,--export-dynamic -pthread -lgstreamer-&GST_MAJORMINOR; -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lpthread -lz -lm -lglib-2.0 diff --git a/docs/libs/gst-plugins-base-libs-docs.sgml b/docs/libs/gst-plugins-base-libs-docs.sgml index 4d7ef54a33..70bb00660f 100644 --- a/docs/libs/gst-plugins-base-libs-docs.sgml +++ b/docs/libs/gst-plugins-base-libs-docs.sgml @@ -11,7 +11,6 @@ - @@ -78,13 +77,4 @@ This library should be linked to by getting cflags and libs from &GstCddaBaseSrc; - - - GConf Library - -This library should be linked to by getting cflags and libs from -gstreamer-gconf.pc. - - &GstGConf; - diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 42485e58b7..a979b0278c 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -40,12 +40,6 @@ gst_color_balance_set_value gst_color_balance_value_changed -
-gstgconf -gst/gconf/gconf.h -gst_gconf_get_string -
-
gstmixer gst/interfaces/mixer.h diff --git a/docs/libs/tmpl/gstgconf.sgml b/docs/libs/tmpl/gstgconf.sgml deleted file mode 100644 index 271166ad7b..0000000000 --- a/docs/libs/tmpl/gstgconf.sgml +++ /dev/null @@ -1,19 +0,0 @@ - -gstgconf - - -gconf default elements support - - - - - - - - - - - - - -