Changeset a30a874
- Timestamp:
- 03/03/2015 07:19:14 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 52211af
- Parents:
- 4e95b43b
- Files:
-
- 16 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4e95b43b ra30a874 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- 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 "March 2nd, &year;">9 <!ENTITY releasedate "March 3rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r4e95b43b ra30a874 45 45 --> 46 46 <listitem> 47 <para>March 3rd, 2015</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Archive Xorg Cirrus Driver.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Archive Xorg VESA Driver.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Archive gnash.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 60 61 <listitem> 47 62 <para>March 2nd, 2015</para> 48 63 <itemizedlist> … … 52 67 </itemizedlist> 53 68 </listitem> 54 55 69 56 70 <listitem> -
packages.ent
r4e95b43b ra30a874 601 601 <!ENTITY fontforge-version "20141126"> 602 602 <!ENTITY gparted-version "0.21.0"> 603 <!ENTITY gnash-version "0.8.10">604 603 <!ENTITY gimp-version "2.8.14"> 605 604 <!ENTITY hexchat-version "2.10.2"> -
x/installing/libvdpau-va-gl.xml
r4e95b43b ra30a874 38 38 </para> 39 39 40 &lfs7 6_checked;40 &lfs77_built; 41 41 42 42 <bridgehead renderas="sect4">Package Information</bridgehead> -
x/installing/x7driver-synaptics.xml
r4e95b43b ra30a874 36 36 </para> 37 37 38 &lfs7 6_checked;38 &lfs77_built; 39 39 40 40 <bridgehead renderas="sect4">Package Information</bridgehead> -
x/installing/x7driver-wacom.xml
r4e95b43b ra30a874 35 35 </para> 36 36 37 &lfs7 6_built;37 &lfs77_built; 38 38 39 39 <bridgehead renderas="sect4">Package Information</bridgehead> -
x/installing/x7driver.xml
r4e95b43b ra30a874 104 104 <listitem> 105 105 <para> 106 <xref linkend="xorg-cirrus-driver"/>107 </para>108 </listitem>109 <listitem>110 <para>111 106 <xref linkend="xorg-fbdev-driver"/> 112 107 </para> … … 120 115 <para> 121 116 <xref linkend="xorg-nouveau-driver"/> 122 </para>123 </listitem>124 <listitem>125 <para>126 <xref linkend="xorg-vesa-driver"/>127 117 </para> 128 118 </listitem> … … 175 165 176 166 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 177 href="x7driver-cirrus.xml"/>178 179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"180 167 href="x7driver-fbdev.xml"/> 181 168 … … 185 172 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 186 173 href="x7driver-nouveau.xml"/> 187 188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"189 href="x7driver-vesa.xml"/>190 174 191 175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
xsoft/graphweb/firefox.xml
r4e95b43b ra30a874 79 79 <xref linkend="alsa-lib"/>, 80 80 <xref linkend="gtk2"/>, 81 <xref linkend="zip"/>, and 82 <xref linkend="unzip"/> 81 <xref linkend="zip"/>, 82 <xref linkend="unzip"/>, and 83 <xref linkend="yasm"/> 83 84 </para> 84 85 … … 89 90 <xref linkend="libvpx"/>, 90 91 <xref linkend="nspr"/>, 91 <xref linkend="nss"/>, 92 <xref linkend="sqlite"/>, and 93 <xref linkend="yasm"/> 92 <xref linkend="nss"/>, and 93 <xref linkend="sqlite"/> 94 94 </para> 95 95 … … 185 185 # Comment out following option if you have PulseAudio installed 186 186 ac_add_options --disable-pulseaudio 187 187 <!-- Does not work uncommented 188 188 # If you have not installed Yasm then uncomment this line: 189 #ac_add_options - -disable-webm190 189 #ac_add_options - -disable-webm 190 --> 191 191 # Comment out following options if you have not installed 192 192 # recommended dependencies: -
xsoft/graphweb/seamonkey.xml
r4e95b43b ra30a874 89 89 <xref linkend="alsa-lib"/>, 90 90 <xref linkend="gtk2"/>, 91 <xref linkend="zip"/>, and 92 <xref linkend="unzip"/>. 91 <xref linkend="zip"/>, 92 <xref linkend="unzip"/>, and 93 <xref linkend="yasm"/> 93 94 </para> 94 95 … … 99 100 <xref linkend="libvpx"/>, 100 101 <xref linkend="nspr"/>, 101 <xref linkend="nss"/>, 102 <xref linkend="sqlite"/> and 103 <xref linkend="yasm"/> 102 <xref linkend="nss"/>, and 103 <xref linkend="sqlite"/> 104 104 </para> 105 105 … … 198 198 # Comment out following option if you have PulseAudio installed 199 199 ac_add_options --disable-pulseaudio 200 200 <!-- Does not work 201 201 # If you have not installed Yasm then uncomment this line: 202 #ac_add_options - -disable-webm203 202 #ac_add_options - -disable-webm 203 --> 204 204 # Comment out following options if you have not installed 205 205 # recommended dependencies: -
xsoft/other/ekiga.xml
r4e95b43b ra30a874 39 39 </para> 40 40 41 &lfs7 6_checked;41 &lfs77_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> -
xsoft/other/other.xml
r4e95b43b ra30a874 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fontforge.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp.xml"/> 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnash.xml"/>28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gparted.xml"/> 29 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hexchat.xml"/> -
xsoft/other/pidgin.xml
r4e95b43b ra30a874 36 36 </para> 37 37 38 &lfs7 6_checked;38 &lfs77_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
xsoft/other/rox-filer.xml
r4e95b43b ra30a874 36 36 </para> 37 37 38 &lfs7 6_checked;38 &lfs77_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
xsoft/other/thunderbird.xml
r4e95b43b ra30a874 38 38 </para> 39 39 40 &lfs7 6_checked;40 &lfs77_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 80 80 <xref linkend="alsa-lib"/>, 81 81 <xref linkend="gtk2"/>, 82 <xref linkend="zip"/> and 83 <xref linkend="unzip"/> 82 <xref linkend="zip"/>, 83 <xref linkend="unzip"/>, and 84 <xref linkend="yasm"/> 84 85 </para> 85 86 … … 89 90 <xref linkend="libvpx"/>, 90 91 <xref linkend="nspr"/>, 91 <xref linkend="nss"/>, 92 <xref linkend="sqlite"/> and 93 <xref linkend="yasm"/> 92 <xref linkend="nss"/>, and 93 <xref linkend="sqlite"/> 94 94 </para> 95 95 … … 189 189 # Comment out following option if you have PulseAudio installed 190 190 ac_add_options --disable-pulseaudio 191 191 <!-- Uncommenting does not work 192 192 # If you have not installed Yasm then uncomment this line: 193 #ac_add_options - -disable-webm194 193 #ac_add_options - -disable-webm 194 --> 195 195 # If you want to compile the Mozilla Calendar, uncomment this line: 196 196 #ac_add_options --enable-calendar -
xsoft/other/tigervnc.xml
r4e95b43b ra30a874 37 37 </para> 38 38 39 &lfs7 6_checked;39 &lfs77_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> -
xsoft/other/transmission.xml
r4e95b43b ra30a874 37 37 </para> 38 38 39 &lfs7 6_checked;39 &lfs77_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.