Author: fernando Date: Wed Jun 24 07:02:33 2015 New Revision: 16161 Log: Wicd-1.7.3: change "here" by the actual link. If not aproved, please, revert or tell me to do it. Hd2u-1.0.3: change Download URL. Graphviz-2.38.0: change Download URL. PulseAudio-6.0: remove uneeded "Command Explanation". CVS-1.11.23: comment out test suite. Poppler-0.33.0: can be compiled with support for QT4 and QT5 at once.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/graphviz.xml trunk/BOOK/general/genutils/hd2u.xml trunk/BOOK/general/graphlib/poppler.xml trunk/BOOK/general/prog/cvs.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/pulseaudio.xml trunk/BOOK/networking/netutils/wicd.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Tue Jun 23 21:11:48 2015 (r16160) +++ trunk/BOOK/general.ent Wed Jun 24 07:02:33 2015 (r16161) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "23"> <!-- Always 2 digits --> +<!ENTITY day "24"> <!-- Always 2 digits --> <!ENTITY month "06"> <!-- Always 2 digits --> <!ENTITY year "2015"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "June 23rd &year;"> +<!ENTITY releasedate "June 24th &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development] --> Modified: trunk/BOOK/general/genutils/graphviz.xml ============================================================================== --- trunk/BOOK/general/genutils/graphviz.xml Tue Jun 23 21:11:48 2015 (r16160) +++ trunk/BOOK/general/genutils/graphviz.xml Wed Jun 24 07:02:33 2015 (r16161) @@ -4,7 +4,8 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz"> + <!--<!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz">--> + <!ENTITY graphviz-download-http "http://pkgs.fedoraproject.org/repo/pkgs/graphviz/graphviz-&graphviz-version;.tar.gz/&graphviz-md5sum;/graphviz-&graphviz-version;.tar.gz"> <!ENTITY graphviz-download-ftp " "> <!ENTITY graphviz-md5sum "5b6a829b2ac94efcd5fa3c223ed6d3ae"> <!ENTITY graphviz-size "25 MB"> Modified: trunk/BOOK/general/genutils/hd2u.xml ============================================================================== --- trunk/BOOK/general/genutils/hd2u.xml Tue Jun 23 21:11:48 2015 (r16160) +++ trunk/BOOK/general/genutils/hd2u.xml Wed Jun 24 07:02:33 2015 (r16161) @@ -4,7 +4,7 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; -<!ENTITY hd2u-download-http "http://hany.sk/~hany/_data/hd2u/hd2u-&hd2u-version;.tgz"> +<!ENTITY hd2u-download-http "http://terminus.sk/~hany/_data/hd2u/hd2u-&hd2u-version;.tgz"> <!ENTITY hd2u-download-ftp " "> <!ENTITY hd2u-md5sum "8f6668fafb279aa19f956ec0515717b6"> <!ENTITY hd2u-size "64 KB"> Modified: trunk/BOOK/general/graphlib/poppler.xml ============================================================================== --- trunk/BOOK/general/graphlib/poppler.xml Tue Jun 23 21:11:48 2015 (r16160) +++ trunk/BOOK/general/graphlib/poppler.xml Wed Jun 24 07:02:33 2015 (r16161) @@ -148,28 +148,25 @@ <para> In order to optionally run the test suite, an additional download of about - 9 MB using <xref linkend="git"/> is necessary. Make sure that you do - not have the directory ../test. + 9 MB using <xref linkend="git"/> is necessary. </para> <screen><userinput>rm -rf testfiles && git clone git://git.freedesktop.org/git/poppler/test testfiles</userinput></screen> <note><para> - This package can be optionally built with support for either the Qt4 or - Qt5 libraries, but it only builds with one of those at a time. If you - have both Qt versions installed, you will need to specify which one to - use before executing the <command>configure</command> command given - below. Use this command to link to Qt4: + + This package can be optionally built with support for only one version of + Qt4 or Qt5. If you have only one, no modification is necessary. If both + are installed, and you wish support for only one, before executing the + <command>configure</command> command given below, use this command to + select Qt4: <screen><userinput>source /usr/bin/setqt4</userinput></screen> - or use this to use Qt5: + or this to select Qt5: <screen><userinput>source /usr/bin/setqt5</userinput></screen> - - If you would like <application>Poppler</application> to link to both Qt - versions, you will need to build it twice. </para></note> <para> @@ -177,7 +174,9 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr \ +<screen><userinput>MOCQT4=$QT4DIR/bin/moc \ +MOCQT5=$QT5DIR/bin/moc \ +./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static \ --enable-xpdf-headers \ @@ -226,6 +225,15 @@ <sect2 role="commands"> <title>Command Explanations</title> + <para> + <envar>MOCQT4=$QT4DIR/bin/moc</envar> and + <envar>MOCQT5=$QT5DIR/bin/moc</envar>: + These environment variables are necessary, for linking with the two Qt + versions, if both are installed. If only one Qt version is installed or + you wish to link to only one version, you can remove them, although this + is not necessary. + </para> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../xincludes/static-libraries.xml"/> Modified: trunk/BOOK/general/prog/cvs.xml ============================================================================== --- trunk/BOOK/general/prog/cvs.xml Tue Jun 23 21:11:48 2015 (r16160) +++ trunk/BOOK/general/prog/cvs.xml Wed Jun 24 07:02:33 2015 (r16161) @@ -141,18 +141,25 @@ <screen><userinput>make -C doc html txt</userinput></screen> - <para>To test the results, issue: <command>make check</command>. This will +<!-- developer: test suite still fails, even if the modifications are made + and a further patch: + https://projects.archlinux.org/svntogit/packages.git/plain/trunk/cvs-1.11.23-sanity.patch?h=packages/cvs + is applied.--> +<!-- <para>To test the results, issue: <command>make check</command>. This will take quite a while. If you don't have <command>rsh</command> configured for access to the host you are building on (or you didn't pass the - <option>--with-rsh=</option> parameter to the <command>configure</command> + <option>-\-with-rsh=</option> parameter to the <command>configure</command> script, some tests may fail. If you passed the - <option>--with-rsh=ssh</option> parameter to enable <command>ssh</command> + <option>-\-with-rsh=ssh</option> parameter to enable <command>ssh</command> as the default remote shell program, you'll need to issue the following command so that the tests will complete without any failures:</para> <screen><userinput>sed -e 's/rsh};/ssh};/' \ + the string in following expression is not found anywhere in src/sanity.sh -e 's/g=rw,o=r$/g=r,o=r/' \ - -i src/sanity.sh</userinput></screen> + -i src/sanity.sh</userinput></screen>--> + + <para>This package does not come with a working test suite.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Tue Jun 23 21:11:48 2015 (r16160) +++ trunk/BOOK/introduction/welcome/changelog.xml Wed Jun 24 07:02:33 2015 (r16161) @@ -45,6 +45,29 @@ --> <listitem> + <para>June 24th, 2015</para> + <itemizedlist> + <listitem> + <para>[fernando] - Poppler-0.33.0 can be compiled with support for + QT4 and QT5 at once. Fixes + <ulink url="&blfs-ticket-root;6634">#6634</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - CVS-1.11.23: comment out test suite. Fixes + <ulink url="&blfs-ticket-root;6636">#6636</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - PulseAudio-6.0: remove uneeded + "Command Explanation".</para> + </listitem> + <listitem> + <para>[fernando] - Wicd-1.7.3, Hd2u-1.0.3 and Graphviz-2.38.0: + changes related to URL.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>June 23rd, 2015</para> <itemizedlist> <listitem> Modified: trunk/BOOK/multimedia/libdriv/pulseaudio.xml ============================================================================== --- trunk/BOOK/multimedia/libdriv/pulseaudio.xml Tue Jun 23 21:11:48 2015 (r16160) +++ trunk/BOOK/multimedia/libdriv/pulseaudio.xml Wed Jun 24 07:02:33 2015 (r16161) @@ -174,14 +174,6 @@ programs and libraries. </para> - <para> - <parameter>--with-module-dir=/usr/lib/pulse/modules</parameter>: This - parameter ensures that <application>PulseAudio</application> modules are - installed in <filename class="directory">/usr/lib/pulse/modules - </filename> instead of <filename class="directory"> - /usr/lib/pulse-&pulseaudio-major-version;/modules</filename>. - </para> - </sect2> <sect2 role="configuration"> Modified: trunk/BOOK/networking/netutils/wicd.xml ============================================================================== --- trunk/BOOK/networking/netutils/wicd.xml Tue Jun 23 21:11:48 2015 (r16160) +++ trunk/BOOK/networking/netutils/wicd.xml Wed Jun 24 07:02:33 2015 (r16161) @@ -34,8 +34,9 @@ connecting to wireless and wired networks. Wicd includes support for WPA authentication and DHCP configuration. It provides Curses- and GTK-based graphical frontends for user-friendly control. An excellent KDE-based - frontend is also available <ulink - url="http://projects.kde.org/projects/extragear/network/wicd-kde">here</ulink>. + frontend is also available + <ulink url="http://projects.kde.org/projects/extragear/network/wicd-kde"> + http://projects.kde.org/projects/extragear/network/wicd-kde</ulink>. </para> &lfs77_checked; -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
