Changeset 32d4980


Ignore:
Timestamp:
07/17/2013 05:26:35 PM (11 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.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
94c4ae3
Parents:
debb88bf
Message:

Downgraded Lua to version 5.1.5 as too many packages in the book and outside don't support 5.2

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdebb88bf r32d4980  
    383383<!ENTITY librep-version               "0.92.2.1">
    384384<!ENTITY llvm-version                 "3.3">
    385 <!ENTITY lua-version                  "5.2.2">
     385<!ENTITY lua-version                  "5.1.5">
    386386<!ENTITY mercurial-version            "2.6.2">
    387387<!ENTITY NASM-version                 "2.10.07">
  • general/genutils/graphviz.xml

    rdebb88bf r32d4980  
    111111      <xref linkend="openjdk"/>,
    112112      <ulink url="http://www.iolanguage.com/about/">Io</ulink>,
    113       <xref linkend="lua"/> (version 5.1),
     113      <xref linkend="lua"/>,
    114114      <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>,
    115115      <ulink url="http://ocaml.org/">OCaml</ulink>,
  • general/prog/lua.xml

    rdebb88bf r32d4980  
    77  <!ENTITY lua-download-http "http://www.lua.org/ftp/lua-&lua-version;.tar.gz">
    88  <!ENTITY lua-download-ftp  " ">
    9   <!ENTITY lua-md5sum        "efbb645e897eae37cad4344ce8b0a614">
    10   <!ENTITY lua-size          "246 KB">
    11   <!ENTITY lua-buildsize     "3.5 MB">
     9  <!ENTITY lua-md5sum        "2e115fe26e435e33b0d5c022e4490567">
     10  <!ENTITY lua-size          "217 KB">
     11  <!ENTITY lua-buildsize     "3.4 MB">
    1212  <!ENTITY lua-time          "0.1 SBU">
    1313]>
     
    3434      language designed for extending applications. It is also frequently used
    3535      as a general-purpose, stand-alone language. <application>Lua</application>
    36       combines simple procedural syntax with powerful data description
    37       constructs based on associative arrays and extensible semantics. It is
    38       dynamically typed, interpreted from bytecodes, and has automatic memory
    39       management with garbage collection, making it ideal for configuration,
    40       scripting, and rapid prototyping. A fundamental concept in the design of
    41       <application>Lua</application> is to provide meta-mechanisms for
    42       implementing features, instead of providing a host of features directly in
    43       the language. For example, although <application>Lua</application> is not
    44       a pure object-oriented language, it does provide meta-mechanisms for
    45       implementing classes and inheritance. <application>Lua</application>'s
    46       meta-mechanisms bring an economy of concepts and keep the language small,
    47       while allowing the semantics to be extended in unconventional ways.
    48       Extensible semantics is a distinguishing feature of
    49       <application>Lua</application>. <application>Lua</application> is a
    50       language engine that you can embed into your application. This means that,
    51       besides syntax and semantics, it has an API that allows the application to
    52       exchange data with <application>Lua</application> programs and also to
    53       extend <application>Lua</application> with C functions. In this sense, it
    54       can be regarded as a language framework for building domain-specific
    55       languages. <application>Lua</application> is implemented as a small
    56       library of C functions, written in ANSI C, and compiles unmodified in all
    57       known platforms. The implementation goals are simplicity, efficiency,
    58       portability, and low embedding cost. The result is a fast language engine
    59       with small footprint, making it ideal in embedded systems too.
     36      is implemented as a small library of C functions, written in ANSI C, and
     37      compiles unmodified in all known platforms. The implementation goals are
     38      simplicity, efficiency, portability, and low embedding cost. The result is
     39      a fast language engine with small footprint, making it ideal in embedded
     40      systems too.
    6041    </para>
    6142
     
    130111    </para>
    131112
    132 <screen role="root"><userinput>make INSTALL_TOP=/usr TO_LIB="liblua.so liblua.so.5.2 liblua.so.5.2.1" \
     113<screen role="root"><userinput>make INSTALL_TOP=/usr TO_LIB="liblua.so liblua.so.5.1 liblua.so.&lua-version;" \
    133114     INSTALL_DATA="cp -d" INSTALL_MAN=/usr/share/man/man1 install &amp;&amp;
    134115mkdir -pv /usr/share/doc/lua-&lua-version; &amp;&amp;
     
    140121
    141122<screen role="root"><userinput>cat &gt; /usr/lib/pkgconfig/lua.pc &lt;&lt; "EOF"
    142 <literal>V=5.2
     123<literal>V=5.1
    143124R=&lua-version;
    144125
  • introduction/welcome/changelog.xml

    rdebb88bf r32d4980  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - Downgraded Lua to 5.1.5</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[bdubbs] - Update to apache-ant-1.9.2.</para>
    5154        </listitem>
  • multimedia/videoutils/vlc.xml

    rdebb88bf r32d4980  
    206206      <ulink url="http://sourceforge.net/projects/medialibrary/">MediaLibrary</ulink>
    207207      (requires <xref linkend="sqlite"/>) and
    208       <xref linkend="lua"/> (version 5.1)
     208      <xref linkend="lua"/>
    209209    </para>
    210210
  • server/major/apache.xml

    rdebb88bf r32d4980  
    104104      <xref linkend="rsync"/>,
    105105      <ulink url="http://www.distcache.org/">Distcache</ulink> and
    106       <xref linkend="lua"/> (version 5.1)
     106      <xref linkend="lua"/>
    107107    </para>
    108108
Note: See TracChangeset for help on using the changeset viewer.