Changeset 6c7866b4 for x


Ignore:
Timestamp:
08/23/2013 06:14:58 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
a6c6923
Parents:
f0dfc28
Message:

libmng 2.0.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    rf0dfc28 r6c7866b4  
    7878    </itemizedlist>
    7979
    80     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    81     <itemizedlist spacing="compact">
    82       <listitem>
    83         <para>
    84           Required patch:
    85           <ulink url="&patch-root;/qt-&qt5-version;-bison_fixes-1.patch"/>
    86         </para>
    87       </listitem>
    88     </itemizedlist>
    89 
    9080    <bridgehead renderas="sect3">Qt Dependencies</bridgehead>
    9181
     
    150140    </para>
    151141
    152 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-bison_fixes-1.patch &amp;&amp;
     142<screen><userinput>sed -i "s:Context\* context}:&amp;\n%lex-param {YYLEX_PARAM}:" \
     143     qtwebkit/Source/ThirdParty/ANGLE/src/compiler/glslang.y &amp;&amp;
     144
     145sed -i -e "/#if/d" -e "/#error/d" -e "/#endif/d" \
     146     qtimageformats/config.tests/libmng/libmng.cpp &amp;&amp;
    153147
    154148./configure -prefix /usr                \
     
    166160            -openssl-linked    \
    167161            -system-sqlite     \
    168             -plugin-sql-sqlite \
    169162            -no-nis            \
    170163            -nomake examples   \
     
    311304
    312305    <para>
     306      <command>sed -i "..." ...</command>: First command fixes
     307      building with <application>Bison</application> 3.0 and
     308      second command fixes detection of
     309      <application>libmng</application> 2.0.
     310    </para>
     311
     312    <para>
    313313      <parameter>-confirm-license</parameter>: Accept license
    314314      without prompting user during configuration.
     
    350350      <application>Qt</application> libraries instead of
    351351      <command>dlopen()</command>-ing them.
    352     </para>
    353 
    354     <para>
    355       <parameter>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></parameter>:
    356       These switches enable SQL support in the
    357       <application>Qt</application> libraries. Available drivers are:
    358       ibase, mysql, psql, sqlite and odbc.
    359352    </para>
    360353
Note: See TracChangeset for help on using the changeset viewer.