From bcd1e5e9ae26977c1271126f9578ac8bf66c8add Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 15 Jul 2007 23:04:36 +0000 Subject: [PATCH] Updated to dvd+rw-tools-7.0 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6900 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- gnome/add/evolution-data-server.xml | 46 ++++----- gnome/add/libgnomeprint.xml | 12 +-- gnome/add/libgnomeprintui.xml | 10 +- gnome/core/config.xml | 2 +- gnome/core/core.xml | 20 +++- gnome/core/dummy-desktop.xml | 14 +++ gnome/core/dummy-platform.xml | 14 +++ gnome/core/gail.xml | 21 +++-- gnome/core/gconf.xml | 10 +- gnome/core/gnome-backgrounds.xml | 10 +- gnome/core/gnome-desktop-file-utils.xml | 4 +- gnome/core/gnome-desktop.xml | 13 +-- gnome/core/gnome-doc-utils.xml | 16 ++-- gnome/core/gnome-icon-theme.xml | 5 +- gnome/core/gnome-keyring.xml | 17 ++-- gnome/core/gnome-menus.xml | 18 ++-- gnome/core/gnome-mime-data.xml | 8 +- gnome/core/gnome-panel.xml | 8 +- gnome/core/gnome-shared-mime-info.xml | 4 +- gnome/core/gnome-themes.xml | 11 ++- gnome/core/gnome-vfs-monikers.xml | 114 +++++++++++++++++++++++ gnome/core/gnome-vfs.xml | 15 ++- gnome/core/gtk-engines.xml | 21 +++-- gnome/core/libbonobo.xml | 9 +- gnome/core/libbonoboui.xml | 9 +- gnome/core/libgnome.xml | 11 ++- gnome/core/libgnomecanvas.xml | 4 +- gnome/core/libgnomeui.xml | 15 +-- gnome/core/orbit2.xml | 14 ++- gnome/core/pre-install-config.xml | 1 + introduction/welcome/changelog.xml | 3 + multimedia/cdwriteutils/dvd+rw-tools.xml | 6 +- 33 files changed, 337 insertions(+), 150 deletions(-) create mode 100644 gnome/core/dummy-desktop.xml create mode 100644 gnome/core/dummy-platform.xml create mode 100644 gnome/core/gnome-vfs-monikers.xml diff --git a/general.ent b/general.ent index 08a9ef05f1..a351a27bdc 100644 --- a/general.ent +++ b/general.ent @@ -644,7 +644,7 @@ $Date$ - + diff --git a/gnome/add/evolution-data-server.xml b/gnome/add/evolution-data-server.xml index 5c58f437a0..277b72647d 100644 --- a/gnome/add/evolution-data-server.xml +++ b/gnome/add/evolution-data-server.xml @@ -4,12 +4,12 @@ %general-entities; - - - - - - + + + + + + ]> sendmail command), or , krb4, - , and + , + , and User Notes: @@ -109,14 +110,12 @@ xreflabel="Evolution Data Server-&evolution-data-server-version;"> --enable-smime The Evolution - configure script only looks for the stand-alone - NSS package and the - Mozilla and - Firefox browsers for the NSS/NSPR libraries. - If you are using Thunderbird as your source - for the NSS/NSPR libraries, you will have to add the following two - parameter settings to the configure command - below: + configure script does not look for the + Thunderbird mail client for the NSS/NSPR + libraries. If you are using Thunderbird as + your source for the NSS/NSPR libraries, you will have to add the + following two parameter settings to the configure + command below: --with-nspr-includes=/usr/include/nspr --with-nss-includes=/usr/include/nss @@ -126,12 +125,13 @@ xreflabel="Evolution Data Server-&evolution-data-server-version;"> --libexecdir=$(pkg-config --variable=prefix \ ORBit-2.0)/lib/evolution-data-server-1.2 \ --enable-nntp \ + --enable-gnome-keyring \ --enable-nss \ --enable-smime && make - To test the results, issue: make -k check. At - least one test is known to fail and 18 are known to pass. + To test the results, issue: make -k check. Some + tests are known to fail. Now, as the root user: @@ -156,6 +156,10 @@ make --enable-nntp: This parameter is used to build the Usenet news (NNTP) backend. + --enable-gnome-keyring: This parameter is used + so that passwords are stored using the + gnome-keyring storage manager. + --enable-nss: This parameter is used to pull in the Mozilla Network Security Services libraries for SSL support. @@ -197,12 +201,12 @@ make libexchange-storage-1.2.so and numerous provider and extension modules. The following subdirectories of $GNOME_PREFIX/: - include/evolution-data-server-1.6, + include/evolution-data-server-1.10, lib/evolution-data-server-1.2, - share/{evolution-data-server-1.6, + share/{evolution-data-server-1.10, gtk-doc/html/libe{book,cal,data{,server}}, - idl/evolution-data-server-1.2, - pixmaps/evolution-data-server-1.6} + idl/evolution-data-server-1.10, + pixmaps/evolution-data-server-1.10} diff --git a/gnome/add/libgnomeprint.xml b/gnome/add/libgnomeprint.xml index b158b43c3d..d98996aba1 100644 --- a/gnome/add/libgnomeprint.xml +++ b/gnome/add/libgnomeprint.xml @@ -4,12 +4,12 @@ %general-entities; - - - - - - + + + + + + ]> diff --git a/gnome/add/libgnomeprintui.xml b/gnome/add/libgnomeprintui.xml index e3f6c1e034..935b11cef2 100644 --- a/gnome/add/libgnomeprintui.xml +++ b/gnome/add/libgnomeprintui.xml @@ -4,11 +4,11 @@ %general-entities; - - - - - + + + + + ]> diff --git a/gnome/core/config.xml b/gnome/core/config.xml index 2917009971..f19f718911 100644 --- a/gnome/core/config.xml +++ b/gnome/core/config.xml @@ -34,7 +34,7 @@ mentioned before GNOME. - Ensure all libraries can be found with (as + Ensure all libraries can be found by udating the linker's cache (as root): ldconfig diff --git a/gnome/core/core.xml b/gnome/core/core.xml index e68553915b..abca2cc847 100644 --- a/gnome/core/core.xml +++ b/gnome/core/core.xml @@ -17,7 +17,9 @@ $Date$ This section contains required elements of the GNOME environment to display a functional - desktop. + desktop. The packages are separated into Platform and + Desktop sections in the same manner as the sources are + distributed on the GNOME download mirrors. The BLFS team recommends that you carefully @@ -27,20 +29,29 @@ $Date$ package that lists the dependency, even if you later install it. + + + - - + + + - + + + + + + @@ -52,7 +63,6 @@ $Date$ - diff --git a/gnome/core/dummy-desktop.xml b/gnome/core/dummy-desktop.xml new file mode 100644 index 0000000000..4067ac9f35 --- /dev/null +++ b/gnome/core/dummy-desktop.xml @@ -0,0 +1,14 @@ + + + + + + + $LastChangedBy$ + $Date$ + + + Desktop + + diff --git a/gnome/core/dummy-platform.xml b/gnome/core/dummy-platform.xml new file mode 100644 index 0000000000..eda1d61bbf --- /dev/null +++ b/gnome/core/dummy-platform.xml @@ -0,0 +1,14 @@ + + + + + + + $LastChangedBy$ + $Date$ + + + Platform + + diff --git a/gnome/core/gail.xml b/gnome/core/gail.xml index 5cfa6ec49b..19e71fa40f 100644 --- a/gnome/core/gail.xml +++ b/gnome/core/gail.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -29,9 +29,16 @@ Introduction to GAIL - The GAIL package contains the - GNOME Accessibility Implementation - Libraries. + The GAIL package provides accessibility + support for GTK+ and + libgnomecanvas by implementing AtkObjects for + widgets in GTK+ and + libgnomecanvas. The + GAIL library is a + GTK+ module. This module is normally used with + the atk-bridge GTK+ module from + AT-SPI to allow an assistive technology, e.g., a + screenreader, to query or drive the program. Package Information @@ -89,7 +96,7 @@ make GTK+ will look for the GAIL modules in /usr/lib even if - $GNOME_PREFIX is NOT + $GNOME_PREFIX is NOT /usr. If $GNOME_PREFIX is anything other than /usr, create a symlink to $GNOME_PREFIX to satisfy this requirement: diff --git a/gnome/core/gconf.xml b/gnome/core/gconf.xml index 6246b6d7cc..aee796a8a0 100644 --- a/gnome/core/gconf.xml +++ b/gnome/core/gconf.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -63,8 +63,8 @@ Optional , , - , and - + , and + User Notes: diff --git a/gnome/core/gnome-backgrounds.xml b/gnome/core/gnome-backgrounds.xml index 5e94567374..d410562e2f 100644 --- a/gnome/core/gnome-backgrounds.xml +++ b/gnome/core/gnome-backgrounds.xml @@ -4,11 +4,11 @@ %general-entities; - - - - - + + + + + ]> diff --git a/gnome/core/gnome-desktop-file-utils.xml b/gnome/core/gnome-desktop-file-utils.xml index 582fae44d0..ed54d2a6c1 100644 --- a/gnome/core/gnome-desktop-file-utils.xml +++ b/gnome/core/gnome-desktop-file-utils.xml @@ -18,7 +18,7 @@ The package is located in Chapter 10 — General Utilities and is required by GNOME-2 but is not a direct dependency of any GNOME-2 package, therefore the package is - mentioned within the GNOME-2 Core Packages chapter to ensure it is - installed. + mentioned within the GNOME-2 Core Packages (Platform section) chapter to + ensure it is installed. diff --git a/gnome/core/gnome-desktop.xml b/gnome/core/gnome-desktop.xml index 8c31710b9a..e008514d8b 100644 --- a/gnome/core/gnome-desktop.xml +++ b/gnome/core/gnome-desktop.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -65,6 +65,9 @@ Recommended + Optional + + User Notes: @@ -78,9 +81,7 @@ ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=&gnome-etc-dir; \ - --localstatedir=/var/lib \ - --mandir=$(pkg-config \ - --variable=prefix ORBit-2.0)/share/man && + --localstatedir=/var/lib && make This package does not come with a test suite. diff --git a/gnome/core/gnome-doc-utils.xml b/gnome/core/gnome-doc-utils.xml index 57174f3380..5724e6fc22 100644 --- a/gnome/core/gnome-doc-utils.xml +++ b/gnome/core/gnome-doc-utils.xml @@ -4,11 +4,11 @@ %general-entities; - - - - - + + + + + ]> @@ -65,7 +65,8 @@ GNOME Doc Utils Dependencies Required - + and + Recommended and @@ -79,7 +80,8 @@ other GNOME packages. Optional - + and + User Notes: diff --git a/gnome/core/gnome-icon-theme.xml b/gnome/core/gnome-icon-theme.xml index e6a8bb96c9..ffbd9aed3f 100644 --- a/gnome/core/gnome-icon-theme.xml +++ b/gnome/core/gnome-icon-theme.xml @@ -58,10 +58,11 @@ GNOME Icon Theme Dependencies Required - + and + Optional - and + and User Notes: diff --git a/gnome/core/gnome-keyring.xml b/gnome/core/gnome-keyring.xml index dfdbbfebd9..b2fca2796a 100644 --- a/gnome/core/gnome-keyring.xml +++ b/gnome/core/gnome-keyring.xml @@ -4,11 +4,11 @@ %general-entities; - - - - - + + + + + ]> @@ -57,7 +57,12 @@ gnome-keyring Dependencies Required - + and + + + Optional + and + User Notes: diff --git a/gnome/core/gnome-menus.xml b/gnome/core/gnome-menus.xml index b0f9793886..7350205443 100644 --- a/gnome/core/gnome-menus.xml +++ b/gnome/core/gnome-menus.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -85,7 +85,8 @@ following commands: ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ - --sysconfdir=&gnome-etc-dir; && + --sysconfdir=&gnome-etc-dir; \ + --enable-inotify && make This package does not come with a test suite. @@ -105,6 +106,11 @@ make + --enable-inotify: This parameter is used so + that file polling is accomplished using the kernel inotify calls, instead + of using other polling methods. Remove this parameter if you wish to fall + back to Gamin as the file polling method. + @@ -151,9 +157,9 @@ make profile, or in individual user's profiles as shown below: export PYTHONPATH=$PYTHONPATH:$(pkg-config --variable=prefix \ - ORBit-2.0)/lib/python2.4/site-packages:$(pkg-config \ + ORBit-2.0)/lib/python2.5/site-packages:$(pkg-config \ --variable=prefix \ - ORBit-2.0)/lib/python2.4/site-packages/GMenuSimpleEditor + ORBit-2.0)/lib/python2.5/site-packages/GMenuSimpleEditor diff --git a/gnome/core/gnome-mime-data.xml b/gnome/core/gnome-mime-data.xml index 9d192eaf7a..20411704ec 100644 --- a/gnome/core/gnome-mime-data.xml +++ b/gnome/core/gnome-mime-data.xml @@ -4,10 +4,10 @@ %general-entities; - - - - + + + + ]> diff --git a/gnome/core/gnome-panel.xml b/gnome/core/gnome-panel.xml index b23135d385..f5b05af353 100644 --- a/gnome/core/gnome-panel.xml +++ b/gnome/core/gnome-panel.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> diff --git a/gnome/core/gnome-shared-mime-info.xml b/gnome/core/gnome-shared-mime-info.xml index 8f2c28494f..a5a16f4976 100644 --- a/gnome/core/gnome-shared-mime-info.xml +++ b/gnome/core/gnome-shared-mime-info.xml @@ -18,7 +18,7 @@ The package is located in Chapter 26 — X Libraries and is required by GNOME-2 but is not a direct dependency of any GNOME-2 package, therefore the package is - mentioned within the GNOME-2 Core Packages chapter to ensure it is - installed. + mentioned within the GNOME-2 Core Packages (Platform section) chapter to + ensure it is installed. diff --git a/gnome/core/gnome-themes.xml b/gnome/core/gnome-themes.xml index 94b368b4f4..ee3cb9c82e 100644 --- a/gnome/core/gnome-themes.xml +++ b/gnome/core/gnome-themes.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -57,7 +57,8 @@ GNOME Themes Dependencies Required - and + , + , and Optional diff --git a/gnome/core/gnome-vfs-monikers.xml b/gnome/core/gnome-vfs-monikers.xml new file mode 100644 index 0000000000..f39cba5227 --- /dev/null +++ b/gnome/core/gnome-vfs-monikers.xml @@ -0,0 +1,114 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy$ + $Date$ + + + GNOME VFS Monikers-&gnome-vfs-monikers-version; + + + GNOME VFS Monikers + + + + Introduction to GNOME VFS Monikers + + The GNOME VFS Monikers package + contains Bonobo monikers that were pulled out + of the GNOME VFS package during the Bonobo to + D-Bus conversion. This package is required so + that the GNOME VFS API/ABI remains + stable. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &gnome-vfs-monikers-md5sum; + + + Download size: &gnome-vfs-monikers-size; + + + Estimated disk space required: &gnome-vfs-monikers-buildsize; + + + Estimated build time: &gnome-vfs-monikers-time; + + + + GNOME VFS Monikers Dependencies + + Required + and + + + User Notes: + + + + + + Installation of GNOME VFS Monikers + + Install GNOME VFS Monikers + by running the following commands: + +./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && +make + + This package does not come with a test suite. + + Now, as the root user: + +make install + + + + + Command Explanations + + + + + + + Contents + + + Installed Programs + Installed Library + Installed Directories + + + None + A Bonobo module + None + + + + + + diff --git a/gnome/core/gnome-vfs.xml b/gnome/core/gnome-vfs.xml index 3995826a81..31a8cb58f6 100644 --- a/gnome/core/gnome-vfs.xml +++ b/gnome/core/gnome-vfs.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -58,13 +58,11 @@ GNOME Virtual File System Dependencies Required - , - , and + and Optional , - , , , , @@ -77,8 +75,9 @@ then libgcrypt), or , + Avahi, OpenAFS, and - Avahi + (not recommended) If you run ./configure --help for the complete list of dependency requirements and available parameters, you may notice a diff --git a/gnome/core/gtk-engines.xml b/gnome/core/gtk-engines.xml index 9ed457110c..8c875a4e2d 100644 --- a/gnome/core/gtk-engines.xml +++ b/gnome/core/gtk-engines.xml @@ -4,12 +4,12 @@ %general-entities; - - - - - - + + + + + + ]> @@ -58,7 +58,11 @@ GTK Engines Dependencies Required - + and + + + Optional + User Notes: @@ -74,7 +78,8 @@ ./configure --prefix=/usr && make - This package does not come with a test suite. + To test the results, issue: make check. This + takes quite a while. Now, as the root user: diff --git a/gnome/core/libbonobo.xml b/gnome/core/libbonobo.xml index 92c3f5b66a..0f7d1d1745 100644 --- a/gnome/core/libbonobo.xml +++ b/gnome/core/libbonobo.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -65,7 +65,8 @@ Optional - and + , + , and User Notes: diff --git a/gnome/core/libbonoboui.xml b/gnome/core/libbonoboui.xml index a869355b0e..aa0024468a 100644 --- a/gnome/core/libbonoboui.xml +++ b/gnome/core/libbonoboui.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -61,7 +61,8 @@ Optional - + and + User Notes: diff --git a/gnome/core/libgnome.xml b/gnome/core/libgnome.xml index 5bbbca8d65..15fa9e0550 100644 --- a/gnome/core/libgnome.xml +++ b/gnome/core/libgnome.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -57,7 +57,8 @@ libgnome Dependencies Required - + and + Optional , diff --git a/gnome/core/libgnomecanvas.xml b/gnome/core/libgnomecanvas.xml index 28e64bb456..d9fe4c5ce2 100644 --- a/gnome/core/libgnomecanvas.xml +++ b/gnome/core/libgnomecanvas.xml @@ -59,9 +59,7 @@ libgnomecanvas Dependencies Required - (ensure you read the - warning before installing - the dependencies) and + and Optional diff --git a/gnome/core/libgnomeui.xml b/gnome/core/libgnomeui.xml index a8aa21de02..0f127ef421 100644 --- a/gnome/core/libgnomeui.xml +++ b/gnome/core/libgnomeui.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -62,7 +62,8 @@ Optional , - , and + , + , and User Notes: @@ -93,8 +94,8 @@ make root user: ln -v -s $(pkg-config \ - --variable=prefix ORBit-2.0)/lib/gtk-2.0/2.4.0/filesystems \ - /usr/lib/gtk-2.0/2.4.0 + --variable=prefix ORBit-2.0)/lib/gtk-2.0/2.10.0/filesystems \ + /usr/lib/gtk-2.0/2.10.0 diff --git a/gnome/core/orbit2.xml b/gnome/core/orbit2.xml index 084d864d9f..b427d579f4 100644 --- a/gnome/core/orbit2.xml +++ b/gnome/core/orbit2.xml @@ -4,11 +4,11 @@ %general-entities; - - - - - + + + + + ]> @@ -58,9 +58,7 @@ ORBit2 Dependencies Required - (ensure you read the - warning before installing - the dependencies) + Optional and diff --git a/gnome/core/pre-install-config.xml b/gnome/core/pre-install-config.xml index a063b8efe3..cb15a81af6 100644 --- a/gnome/core/pre-install-config.xml +++ b/gnome/core/pre-install-config.xml @@ -51,6 +51,7 @@ ln -v -s gnome-&gnome-version;&gnome-minor-version; /opt/gnomeexport PATH=$PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/bin export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/lib/pkgconfig +export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/share/pkgconfig export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-version;&gnome-minor-version;/lib Add to your /etc/ld.so.conf: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 6a19fb3adb..99a5e17cd5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ July 16th, 2007 + + [randy] - Updated to dvd+rw-tools-7.0. + [randy] - Updated to Xpdf-3.02. diff --git a/multimedia/cdwriteutils/dvd+rw-tools.xml b/multimedia/cdwriteutils/dvd+rw-tools.xml index 9581fd480f..508e0c2df6 100644 --- a/multimedia/cdwriteutils/dvd+rw-tools.xml +++ b/multimedia/cdwriteutils/dvd+rw-tools.xml @@ -6,9 +6,9 @@ - - - + + + ]>