Changeset fe2b18a


Ignore:
Timestamp:
10/03/2014 05:52:54 PM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b0b87ad6
Parents:
53ba32a
Message:

Update to xf86-video-ati-7.5.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14471 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r53ba32a rfe2b18a  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[igor] - Update to xf86-video-ati-7.5.0.  Fixes
     52          <ulink url="&blfs-ticket-root;5618">#5618</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[bdubbs] - Update to qt-everywhere-opensource-src-5.3.2. Fixes
    5256          Fixes <ulink url="&blfs-ticket-root;5526">#5526</ulink>.</para>
  • x/installing/x7driver-ati.xml

    r53ba32a rfe2b18a  
    88  <!ENTITY radeon-marketing-names "&radeon-wiki;#Decoder_ring_for_engineering_vs_marketing_names">
    99
    10   <!ENTITY xorg-ati-driver-version "7.4.0">
     10  <!ENTITY xorg-ati-driver-version "7.5.0">
    1111
    1212  <!ENTITY xorg-ati-driver-download-http "&xorg-download-http;/driver/xf86-video-ati-&xorg-ati-driver-version;.tar.bz2">
    1313  <!ENTITY xorg-ati-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-ati-&xorg-ati-driver-version;.tar.bz2">
    14   <!ENTITY xorg-ati-driver-md5sum        "8ee095009e927d61be522f392bdb843e">
    15   <!ENTITY xorg-ati-driver-size          "813 KB">
     14  <!ENTITY xorg-ati-driver-md5sum        "29654190e37310b87e44a14c229967ee">
     15  <!ENTITY xorg-ati-driver-size          "791 KB">
    1616  <!ENTITY xorg-ati-driver-buildsize     "17 MB">
    1717  <!ENTITY xorg-ati-driver-time          "0.2 SBU">
     
    167167      </para>
    168168
    169 <screen><userinput>sed -i -e '/ac_cv_header_glamor/s/\$ac_includes_default/#include \\"xorg-server.h\\"/' \
    170        -e '/GLAMOR_NO_DRI3/s/\(#include \)/\1\\"xorg-server.h\\"\n\1/' configure &amp;&amp;
    171 ./configure $XORG_CONFIG &amp;&amp;
     169<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    172170make</userinput></screen>
    173171
     
    181179
    182180<screen role="root"><userinput>make install</userinput></screen>
    183     </sect3>
    184 
    185     <sect3 role="commands">
    186       <title>Command Explanations</title>
    187 
    188       <para>
    189         <parameter>sed -i -e '/ac_cv_header_glamor/s/\$ac_includes_default/#include \\"xorg-server.h\\"/'
    190         -e '/GLAMOR_NO_DRI3/s/\(#include \)/\1\\"xorg-server.h\\"\n\1/' configure</parameter>:
    191         this fixes compilation with glamor (the default) from xorg-server with recent
    192         <application>glibc</application>.
    193       </para>
    194 
    195181    </sect3>
    196182
Note: See TracChangeset for help on using the changeset viewer.