Changeset a6ff6760
- Timestamp:
- 06/24/2015 02:02:33 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 233a4949
- Parents:
- 0b765b0
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0b765b0 ra6ff6760 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 2 3rd&year;">9 <!ENTITY releasedate "June 24th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genutils/graphviz.xml
r0b765b0 ra6ff6760 5 5 %general-entities; 6 6 7 <!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz"> 7 <!--<!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz">--> 8 <!ENTITY graphviz-download-http "http://pkgs.fedoraproject.org/repo/pkgs/graphviz/graphviz-&graphviz-version;.tar.gz/&graphviz-md5sum;/graphviz-&graphviz-version;.tar.gz"> 8 9 <!ENTITY graphviz-download-ftp " "> 9 10 <!ENTITY graphviz-md5sum "5b6a829b2ac94efcd5fa3c223ed6d3ae"> -
general/genutils/hd2u.xml
r0b765b0 ra6ff6760 5 5 %general-entities; 6 6 7 <!ENTITY hd2u-download-http "http:// hany.sk/~hany/_data/hd2u/hd2u-&hd2u-version;.tgz">7 <!ENTITY hd2u-download-http "http://terminus.sk/~hany/_data/hd2u/hd2u-&hd2u-version;.tgz"> 8 8 <!ENTITY hd2u-download-ftp " "> 9 9 <!ENTITY hd2u-md5sum "8f6668fafb279aa19f956ec0515717b6"> -
general/graphlib/poppler.xml
r0b765b0 ra6ff6760 149 149 <para> 150 150 In order to optionally run the test suite, an additional download of about 151 9 MB using <xref linkend="git"/> is necessary. Make sure that you do 152 not have the directory ../test. 151 9 MB using <xref linkend="git"/> is necessary. 153 152 </para> 154 153 … … 157 156 158 157 <note><para> 159 This package can be optionally built with support for either the Qt4 or 160 Qt5 libraries, but it only builds with one of those at a time. If you 161 have both Qt versions installed, you will need to specify which one to 162 use before executing the <command>configure</command> command given 163 below. Use this command to link to Qt4: 158 159 This package can be optionally built with support for only one version of 160 Qt4 or Qt5. If you have only one, no modification is necessary. If both 161 are installed, and you wish support for only one, before executing the 162 <command>configure</command> command given below, use this command to 163 select Qt4: 164 164 165 165 <screen><userinput>source /usr/bin/setqt4</userinput></screen> 166 166 167 or use this to useQt5:167 or this to select Qt5: 168 168 169 169 <screen><userinput>source /usr/bin/setqt5</userinput></screen> 170 171 If you would like <application>Poppler</application> to link to both Qt172 versions, you will need to build it twice.173 170 </para></note> 174 171 … … 178 175 </para> 179 176 180 <screen><userinput>./configure --prefix=/usr \ 177 <screen><userinput>MOCQT4=$QT4DIR/bin/moc \ 178 MOCQT5=$QT5DIR/bin/moc \ 179 ./configure --prefix=/usr \ 181 180 --sysconfdir=/etc \ 182 181 --disable-static \ … … 226 225 <sect2 role="commands"> 227 226 <title>Command Explanations</title> 227 228 <para> 229 <envar>MOCQT4=$QT4DIR/bin/moc</envar> and 230 <envar>MOCQT5=$QT5DIR/bin/moc</envar>: 231 These environment variables are necessary, for linking with the two Qt 232 versions, if both are installed. If only one Qt version is installed or 233 you wish to link to only one version, you can remove them, although this 234 is not necessary. 235 </para> 228 236 229 237 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
general/prog/cvs.xml
r0b765b0 ra6ff6760 142 142 <screen><userinput>make -C doc html txt</userinput></screen> 143 143 144 <para>To test the results, issue: <command>make check</command>. This will 144 <!-- developer: test suite still fails, even if the modifications are made 145 and a further patch: 146 https://projects.archlinux.org/svntogit/packages.git/plain/trunk/cvs-1.11.23-sanity.patch?h=packages/cvs 147 is applied.--> 148 <!-- <para>To test the results, issue: <command>make check</command>. This will 145 149 take quite a while. If you don't have <command>rsh</command> configured for 146 150 access to the host you are building on (or you didn't pass the 147 <option>- -with-rsh=</option> parameter to the <command>configure</command>151 <option>-\-with-rsh=</option> parameter to the <command>configure</command> 148 152 script, some tests may fail. If you passed the 149 <option>- -with-rsh=ssh</option> parameter to enable <command>ssh</command>153 <option>-\-with-rsh=ssh</option> parameter to enable <command>ssh</command> 150 154 as the default remote shell program, you'll need to issue the following 151 155 command so that the tests will complete without any failures:</para> 152 156 153 157 <screen><userinput>sed -e 's/rsh};/ssh};/' \ 158 the string in following expression is not found anywhere in src/sanity.sh 154 159 -e 's/g=rw,o=r$/g=r,o=r/' \ 155 -i src/sanity.sh</userinput></screen> 160 -i src/sanity.sh</userinput></screen>--> 161 162 <para>This package does not come with a working test suite.</para> 156 163 157 164 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -
introduction/welcome/changelog.xml
r0b765b0 ra6ff6760 44 44 45 45 --> 46 47 <listitem> 48 <para>June 24th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Poppler-0.33.0 can be compiled with support for 52 QT4 and QT5 at once. Fixes 53 <ulink url="&blfs-ticket-root;6634">#6634</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[fernando] - CVS-1.11.23: comment out test suite. Fixes 57 <ulink url="&blfs-ticket-root;6636">#6636</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[fernando] - PulseAudio-6.0: remove uneeded 61 "Command Explanation".</para> 62 </listitem> 63 <listitem> 64 <para>[fernando] - Wicd-1.7.3, Hd2u-1.0.3 and Graphviz-2.38.0: 65 changes related to URL.</para> 66 </listitem> 67 </itemizedlist> 68 </listitem> 46 69 47 70 <listitem> -
multimedia/libdriv/pulseaudio.xml
r0b765b0 ra6ff6760 173 173 linker from adding a hardcoded runtime path to the installed 174 174 programs and libraries. 175 </para>176 177 <para>178 <parameter>--with-module-dir=/usr/lib/pulse/modules</parameter>: This179 parameter ensures that <application>PulseAudio</application> modules are180 installed in <filename class="directory">/usr/lib/pulse/modules181 </filename> instead of <filename class="directory">182 /usr/lib/pulse-&pulseaudio-major-version;/modules</filename>.183 175 </para> 184 176 -
networking/netutils/wicd.xml
r0b765b0 ra6ff6760 35 35 authentication and DHCP configuration. It provides Curses- and GTK-based 36 36 graphical frontends for user-friendly control. An excellent KDE-based 37 frontend is also available <ulink 38 url="http://projects.kde.org/projects/extragear/network/wicd-kde">here</ulink>. 37 frontend is also available 38 <ulink url="http://projects.kde.org/projects/extragear/network/wicd-kde"> 39 http://projects.kde.org/projects/extragear/network/wicd-kde</ulink>. 39 40 </para> 40 41
Note:
See TracChangeset
for help on using the changeset viewer.