Index: en_US.ISO8859-1/books/porters-handbook/book.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/book.xml (revision 40556) +++ en_US.ISO8859-1/books/porters-handbook/book.xml (working copy) @@ -3870,7 +3870,8 @@ . Perl related variables are described in . X11 variables - are listed in . + are listed in . Gstreamer variable + options are listed in . deals with GNOME and with KDE related variables. documents Java variables, while @@ -6289,6 +6290,71 @@ + + Using GStreamer + + The gstreamer framework only has one variable per gstreamer version, these are + + lalalaa + + + + USE_GSTREAMER + Use this variable if your port is using the 0.10 version of the Gstreamer framework. + + + + USE_GSTREAMER1 + Use this variable if your port is using the 1.0 version of the Gstreamer framwork. + + + +
+ + + There is only one variable needed to using Gstreamer. + ...... bla bla bla bla bla bla + table here with options and explantations like the QT one + + + Selecting Qt 4 Components + + In this example, the ported application uses the Qt 4 + graphical user interface library, the Qt 4 core library, + all of the Qt 4 code generation tools and Qt 4's Makefile + generator. Since the gui library + implies a dependency on the core library, + corelib does not need to be specified. + The Qt 4 code generation tools moc, + uic and rcc, as well + as the Makefile generator qmake are + only needed at buildtime, thus they are specified with the + _build suffix: + + USE_QT4= gui moc_build qmake_build rcc_build uic_ + + + index here + + + + + + + Plugin name + Available in + Description + + + mad + 0.10 / 1.0 / both + Mp3 decode, although prefered is the mp3 plugin which gives you the option of fluendo-mp3 or mad. + + + +
+
+ Using GNOME