Changeset 6c7866b4


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf0dfc28 r6c7866b4  
    295295<!ENTITY libjpeg-version              "8d">
    296296<!ENTITY libjpeg-turbo-version        "1.3.0">
    297 <!ENTITY libmng-version               "1.0.10">
     297<!ENTITY libmng-version               "2.0.2">
    298298<!ENTITY libpng-version               "1.6.3">
    299299<!ENTITY librsvg-version              "2.37.0">   <!-- Required version in order to use
  • general/graphlib/libmng.xml

    rf0dfc28 r6c7866b4  
    55  %general-entities;
    66
    7   <!ENTITY libmng-download-http "&sourceforge-repo;/libmng/libmng-&libmng-version;.tar.bz2">
     7  <!ENTITY libmng-download-http "&sourceforge-repo;/libmng/libmng-&libmng-version;.tar.xz">
    88  <!ENTITY libmng-download-ftp  " ">
    9   <!ENTITY libmng-md5sum        "eaf1476a3bb29f6190bca660e6abef16">
    10   <!ENTITY libmng-size          "840 KB">
    11   <!ENTITY libmng-buildsize     "7.9 MB">
    12   <!ENTITY libmng-time          "0.1 SBU">
     9  <!ENTITY libmng-md5sum        "3804bf2523af9b4e0670b5982b3bf984">
     10  <!ENTITY libmng-size          "932 KB">
     11  <!ENTITY libmng-buildsize     "15 MB">
     12  <!ENTITY libmng-time          "0.2 SBU">
    1313]>
    1414
     
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="libjpeg"/> and
    64     <xref linkend="lcms"/></para>
     63    <para role="required">
     64      <xref linkend="libjpeg"/> and
     65      <xref linkend="lcms2"/>
     66    </para>
    6567
    6668    <para condition="html" role="usernotes">User Notes:
     
    7577    commands:</para>
    7678
    77 <screen><userinput>cp makefiles/makefile.linux Makefile        &amp;&amp;
    78 sed -i -e 's/unroll-loops/&amp; -fPIC/' Makefile &amp;&amp;
     79<screen><userinput>sed -i "s:#include &lt;jpeg:#include &lt;stdio.h&gt;\n&amp;:" libmng_types.h &amp;&amp;
     80./configure --prefix=/usr --disable-static &amp;&amp;
    7981make</userinput></screen>
    8082
     
    8385    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8486
    85 <screen role="root"><userinput>sed -i '/^install\|cp.*libmng.a/ s/libmng.a//' Makefile &amp;&amp;
    86 make prefix=/usr install &amp;&amp;
    87 install -v -m644 doc/man/*.3 /usr/share/man/man3 &amp;&amp;
    88 install -v -m644 doc/man/*.5 /usr/share/man/man5 &amp;&amp;
     87<screen role="root"><userinput>make install &amp;&amp;
    8988install -v -m755 -d /usr/share/doc/libmng-&libmng-version; &amp;&amp;
    90 install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-&libmng-version;</userinput></screen>
     89install -v -m644 doc/*.txt /usr/share/doc/libmng-&libmng-version;</userinput></screen>
    9190
    9291  </sect2>
     
    9594    <title>Command Explanations</title>
    9695
    97     <para><command>cp makefiles/makefile.linux Makefile</command>: There are no
    98     autotools shipped with this package. The Linux <filename>Makefile</filename>
    99     is copied to the root of the source tree, facilitating the installation.</para>
     96    <para>
     97      <command>sed -i "..." libmng_types.h</command>: This command adds a
     98      missing header which would cause other apps that link to this
     99      package fail to compile.
     100    </para>
    100101
    101     <para><command>sed -i -e 's/unroll-loops/&amp; -fPIC/' Makefile</command>:
    102     Add a gcc option to make the build compatible with x86_64 systems.</para>
    103 
    104     <para><command>sed -i '/^install\|cp.*libmng.a/ s/libmng.a//' Makefile</command>
    105     This command disables installing the static library.</para>
    106 
    107     <para><command>install ...</command>: The documentation files are not
    108     installed by the installation procedure, so they are copied manually.</para>
     102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     103      href="../../xincludes/static-libraries.xml"/>
    109104
    110105  </sect2>
  • introduction/welcome/changelog.xml

    rf0dfc28 r6c7866b4  
    4848      <itemizedlist>
    4949        <listitem>
    50           <para>[fernando] - freetype: comment broken ftp link; compressdoc: note to alternatively use editor; cacerts: change wget to recommended and cut-and-pasting to copy-and-pasting.</para>
     50          <para>[fernando] - freetype: comment broken ftp link; compressdoc:
     51          note to alternatively use editor; cacerts: change wget to
     52          recommended and cut-and-pasting to copy-and-pasting.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[krejzi] - libmng 2.0.2.</para>
    5156        </listitem>
    5257      </itemizedlist>
  • 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.