Ignore:
Timestamp:
06/01/2016 02:20:23 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
71a97607
Parents:
5cabeba
Message:

Update to rep-gtk_0.90.8.3.
Update to librep-0.92.6.
Update to libgsf-1.14.37.
+

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/librep.xml

    r5cabeba r116f53b  
    77  <!ENTITY librep-download-http "http://download.tuxfamily.org/librep/librep_&librep-version;.tar.xz">
    88  <!ENTITY librep-download-ftp " ">
    9   <!ENTITY librep-md5sum "9623c20eac6d1556eea224070051119a">
    10   <!ENTITY librep-size "624 KB">
    11   <!ENTITY librep-buildsize "10.6 MB">
     9  <!ENTITY librep-md5sum "0d1d8fe6abf0ff8526364a3b290877dc">
     10  <!ENTITY librep-size "464 KB">
     11  <!ENTITY librep-buildsize "17 MB">
    1212  <!ENTITY librep-time "0.3 SBU">
    1313]>
     
    3434    interpreter as an extension language.</para>
    3535
    36     &lfs79_checked;
     36    &lfs79_checked;&gcc6_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676    commands:</para>
    7777
    78 <screen><userinput>sed -i 's/__OPTIMIZE__/__OPTIMIZE__ \&amp;\&amp; 0/g' src/repint.h &amp;&amp;
    79 
    80 ./configure --prefix=/usr --disable-static &amp;&amp;
    81 
     78<screen><userinput>./autogen.sh --prefix=/usr --disable-static &amp;&amp;
    8279make</userinput></screen>
    8380
     
    8784
    8885<screen role="root"><userinput>make install</userinput></screen>
    89 
    90   </sect2>
    91 
    92   <sect2 role="commands">
    93     <title>Command Explanations</title>
    94 
    95     <para>
    96       <command>sed -i...</command>: This command fixes a build error with GCC 5.
    97     </para>
    9886
    9987  </sect2>
Note: See TracChangeset for help on using the changeset viewer.