mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Updates.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11185 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d20238fb33
commit
4d92247432
@ -151,7 +151,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY cyrus-sasl-version "2.1.26">
|
||||
<!ENTITY gnupg-version "1.4.13">
|
||||
<!ENTITY gnupg2-version "2.0.20">
|
||||
<!ENTITY gnutls-version "3.1.11">
|
||||
<!ENTITY gnutls-version "3.2.0">
|
||||
<!ENTITY gpgme-version "1.4.1">
|
||||
<!ENTITY iptables-version "1.4.18">
|
||||
<!ENTITY libcap2-version "2.22">
|
||||
@ -530,7 +530,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY xbitmaps-version "1.1.1">
|
||||
<!ENTITY xcursor-themes-version "1.0.3">
|
||||
<!ENTITY xkeyboard-config-version "2.8">
|
||||
<!ENTITY mesalib-version "9.1.2">
|
||||
<!ENTITY mesalib-version "9.1.3">
|
||||
<!ENTITY glu-version "9.0.0">
|
||||
<!ENTITY xcb-util-version "0.3.9">
|
||||
<!ENTITY xcb-util-image-version "0.3.9">
|
||||
|
@ -50,6 +50,12 @@
|
||||
<para>[krejzi] - Updated Kernel Configuration for Xorg Drivers.
|
||||
Thanks to Igor Živković for the patch.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - MesaLib 9.1.3.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Xorg Intel Driver 2.21.7.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY mesalib-download-http " ">
|
||||
<!ENTITY mesalib-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
|
||||
<!ENTITY mesalib-md5sum "df2aab86ff4a510ce5b0d074caa0a59f">
|
||||
<!ENTITY mesalib-md5sum "952ccd03547ed72333b64e1746cf8ada">
|
||||
<!ENTITY mesalib-size "5.9 MB">
|
||||
<!ENTITY mesalib-buildsize "330 MB">
|
||||
<!ENTITY mesalib-buildsize "340 MB">
|
||||
<!ENTITY mesalib-time "5.5 SBU">
|
||||
|
||||
<!ENTITY glu-download-http " ">
|
||||
@ -113,6 +113,12 @@
|
||||
|
||||
<bridgehead renderas="sect3">Additional Patches</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<!-- <listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/MesaLib-&mesalib-version;-llvm_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem> -->
|
||||
<listitem>
|
||||
<para>
|
||||
Recommended patch:
|
||||
@ -187,7 +193,8 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>autoreconf -fi &&
|
||||
<screen><userinput><!-- patch -Np1 -i ../MesaLib-&mesalib-version;-llvm_fixes-1.patch &&
|
||||
-->autoreconf -fi &&
|
||||
./configure CFLAGS="-O2" CXXFLAGS="-O2" \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
@ -273,7 +280,7 @@ make</userinput></screen>
|
||||
<application>Autoconf</application> sets CFLAGS and CXXFLAGS to
|
||||
"-g -O2". That results in binaries and libraries being built with
|
||||
debugging symbols which make them bigger. Override the default
|
||||
flags to omit -g switch so the final libraries are smaller.
|
||||
flags to omit -g compiler flag so the final libraries are smaller.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -324,8 +331,8 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--enable-glx-tls</option>: This switch enables TLS support
|
||||
in GLX.
|
||||
<option>--enable-glx-tls</option>: This switch enables TLS (Thread Local
|
||||
Storage) support in GLX.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -373,9 +380,9 @@ make</userinput></screen>
|
||||
glxgears and glxinfo
|
||||
</seg>
|
||||
<seg>
|
||||
libdricore9.1.2.so, libEGL.so, libgbm.so, libglapi.so,
|
||||
libdricore9.1.3.so, libEGL.so, libgbm.so, libglapi.so,
|
||||
libGLESv1_CM.so, libGLESv2.so, libGL.so, libGLU.so,
|
||||
libllvmradeon9.1.2.so, libOpenVG.so, libOSMesa.so and
|
||||
libllvmradeon9.1.3.so, libOpenVG.so, libOSMesa.so and
|
||||
libxatracker.so
|
||||
</seg>
|
||||
<seg>
|
||||
@ -426,14 +433,14 @@ make</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libdricore">
|
||||
<term><filename class="libraryfile">libdricore9.1.0.so</filename></term>
|
||||
<term><filename class="libraryfile">libdricore9.1.3.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains common DRI routines used by <application>Mesa</application>
|
||||
DRI drivers.
|
||||
</para>
|
||||
<indexterm zone="mesalib libdricore">
|
||||
<primary sortas="c-libdricore">libdricore9.1.0.so</primary>
|
||||
<primary sortas="c-libdricore">libdricore9.1.3.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -79,11 +79,11 @@
|
||||
<!ENTITY xorg-fbdev-driver-buildsize "2.3 MB">
|
||||
<!ENTITY xorg-fbdev-driver-time "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY xorg-intel-driver-version "2.21.6">
|
||||
<!ENTITY xorg-intel-driver-version "2.21.7">
|
||||
|
||||
<!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
|
||||
<!ENTITY xorg-intel-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
|
||||
<!ENTITY xorg-intel-driver-md5sum "a4f002f50b370fe550231c9b33e12399">
|
||||
<!ENTITY xorg-intel-driver-md5sum "c3a8b542fc4787ad17a5f0567a3429fd">
|
||||
<!ENTITY xorg-intel-driver-size "1.7 MB">
|
||||
<!ENTITY xorg-intel-driver-buildsize "70 MB">
|
||||
<!ENTITY xorg-intel-driver-time "0.6 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user