From 11d6d1acaa6c2a36ef0f5fd8a74b1a8e51ca62c5 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Tue, 26 Apr 2005 14:47:46 +0000 Subject: [PATCH] Updated to GStreamer-0.8.9 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3802 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 6 +- introduction/welcome/changelog.xml | 3 + multimedia/libdriv/gstreamer.xml | 178 ++++++++++++++++++----------- 3 files changed, 121 insertions(+), 66 deletions(-) diff --git a/general.ent b/general.ent index 78013776d8..2a96bd73b4 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + @@ -322,6 +322,8 @@ + + @@ -444,7 +446,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 2ec92cf6d8..30c9dcb84b 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,6 +22,9 @@ who wrote what. +April 26th, 2005 [randy]: Updated to +GStreamer-0.8.9. + April 24th, 2005 [dj]: Updated to JDK-1.5.0, added gcc-3.4.2+ and jdk-1.5.0 patches to OpenOffice, and added jdk-1.5.0 patch for fop. diff --git a/multimedia/libdriv/gstreamer.xml b/multimedia/libdriv/gstreamer.xml index 602a82f49a..1aa512a21b 100644 --- a/multimedia/libdriv/gstreamer.xml +++ b/multimedia/libdriv/gstreamer.xml @@ -4,12 +4,12 @@ %general-entities; - + - + - - + + ]> @@ -19,6 +19,8 @@ GStreamer-&gstreamer-version; + +GStreamer Introduction to <application>GStreamer</application> @@ -79,9 +81,12 @@ commands: ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-docs-build && -make && -make install && -chown -R root:root /usr/share/doc/gstreamer-&gstreamer-version; && +make + +Now, as the root user: + +make install && +chown -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html && gst-register @@ -101,7 +106,8 @@ instead of /usr/etc. : This switch prevents the rebuilding of documentation during the make -command. +command. Remove this switch if you have the listed dependencies +installed. chown -R root:root ...: The documentation is installed with ownerships of the user who untarred and built the package. @@ -113,84 +119,128 @@ root:root. Contents -The GStreamer package contains -gst-complete, -gst-compprep, -gst-feedback, -gst-inspect, -gst-launch, -gst-md5sum, -gst-register, -gst-typefind, -gst-xmlinspect, -gst-xmllaunch, -the libgstreamer, -libgstcontrol and -libgst libraries. + +Installed Programs +Installed Libraries +Installed Directories - + +gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8, +gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch, +gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8, +gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8, +gst-xmlinspect, gst-xmlinspect-0.8 +libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a] and +libgst*.[so,a] plugin modules +/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8, +/usr/share/doc/gstreamer-0.8.9, /usr/share/gtk-doc/html/gstreamer-0.8, +/usr/share/gtk-doc/html/gstreamer-libs-0.8 and /var/cache/gstreamer-0.8 + + - -Description + +Short Descriptions + -gst-complete -gst-complete is a utility enabling -bash to provide context sensitive tab completion for -gst-launch command lines. - + +gst-complete-0.8 +is a utility enabling bash to provide +context sensitive tab completion for gst-launch command +lines. + +gst-complete-0.8 + + -gst-compprep -gst-compprep builds a registry of -GStreamer elements and their features that is used -by gst-complete. - + +gst-compprep-0.8 +builds a registry of GStreamer +elements and their features that is used by +gst-complete. + +gst-compprep-0.8 + + -gst-feedback -gst-feedback generates debug info for -GStreamer bug reports. - + +gst-feedback-0.8 +generates debug info for GStreamer +bug reports. + +gst-feedback-0.8 + + -gst-inspect -gst-inspect prints information about a + +gst-inspect-0.8 +prints information about a GStreamer plugin or element. - + +gst-inspect-0.8 + + -gst-launch -gst-launch is a tool that builds and runs basic + +gst-launch-0.8 +is a tool that builds and runs basic GStreamer pipelines. - + +gst-launch-0.8 + + -gst-md5sum -gst-md5sum generates MD5 checksums of the data -generated by a GStreamer pipeline. - + +gst-md5sum-0.8 +generates MD5 checksums of the data generated by a +GStreamer pipeline. + +gst-md5sum-0.8 + + -gst-register -gst-register is used to register all the + +gst-register-0.8 +is used to register all the GStreamer plugins on the system. It creates a listing of their properties so that when a GStreamer based application is started, it does not need to load plugins until it needs them. - + +gst-register-0.8 + + -gst-typefind -gst-typefind uses the -GStreamer type finding system to determine the -relevant GStreamer plugin to parse or decode a file, -and determine the corresponding MIME type. - + +gst-typefind-0.8 +uses the GStreamer type finding +system to determine the relevant GStreamer plugin +to parse or decode a file, and determine the corresponding +MIME type. + +gst-typefind-0.8 + + -gst-xmlinspect -gst-xmlinspect prints information about a + +gst-xmlinspect-0.8 +prints information about a GStreamer plugin or element in XML document format. - + +gst-xmlinspect-0.8 + + -gst-xmllaunch -gst-xmllaunch is used to build and run a basic + +gst-xmllaunch-0.8 +is used to build and run a basic GStreamer pipeline, loading it from an XML description. - + +gst-xmllaunch-0.8 + + +