Changeset 2281fabd


Ignore:
Timestamp:
10/26/2014 04:42:12 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
4968434
Parents:
f0ca372c
Message:

systemd additions and changes for graphical libraries section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14746 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 added
11 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    rf0ca372c r2281fabd  
    157157    </para>
    158158
    159     <para>
    160       <option>--without-vala</option>: Do not create a
    161       <application>vala</application> API - use this if
    162       <command>vapigen</command> breaks the build.
    163     </para>
    164 
    165159    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    166160    href="../../xincludes/gtk-doc-rebuild.xml"/>
    167161
    168162    <para>
    169       <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
     163      <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend="ruby"/>
    170164      installed, one build component fails and prevents completion of the
    171       procedure.  Using this variable avoids the problem.
     165      procedure. Using this variable avoids the problem.
    172166    </para>
    173167
  • general/graphlib/graphite2.xml

    rf0ca372c r2281fabd  
    130130<screen><userinput>mkdir build &amp;&amp;
    131131cd build &amp;&amp;
    132 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     132cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev .. &amp;&amp;
    133133make</userinput></screen>
    134134
     
    142142
    143143<screen role="root"><userinput>make install</userinput></screen>
     144  </sect2>
     145
     146  <sect2 role="commands">
     147    <title>Command Explanations</title>
     148
     149    <para>
     150      <option>-DGRAPHITE2_COMPARE_RENDERER=ON</option>: This switch
     151      enables the building of the comparerender tool.
     152    </para>
     153
    144154  </sect2>
    145155
  • general/graphlib/graphlib.xml

    rf0ca372c r2281fabd  
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libexif.xml"/>
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libjpeg-turbo.xml"/>
     39  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libmediaart-systemd.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libmng.xml"/>
    4041  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpng.xml"/>
  • general/graphlib/harfbuzz.xml

    rf0ca372c r2281fabd  
    114114    </para>
    115115
    116 <screen><userinput>sed -i '/arabic-fallback-shaping.tests/d' test/shaping/Makefile.am &amp;&amp;
    117 autoreconf -f -i</userinput></screen>
     116<screen><userinput>sed -i "s:tests/arabic-fallback-shaping.tests::g" test/shaping/Makefile.in</userinput></screen>
    118117
    119118    <para>
  • general/graphlib/libexif.xml

    rf0ca372c r2281fabd  
    9595    </para>
    9696
    97 <screen><userinput>./configure --prefix=/usr \
    98             --with-doc-dir=/usr/share/doc/libexif-&libexif-version; \
    99             --disable-static &amp;&amp;
     97<screen><userinput>./configure --prefix=/usr    \
     98            --disable-static \
     99            --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
    100100make</userinput></screen>
    101101
  • general/graphlib/libmng.xml

    rf0ca372c r2281fabd  
    7777    commands:</para>
    7878
    79 <screen><userinput>sed -i "s:#include &lt;jpeg:#include &lt;stdio.h&gt;\n&amp;:" libmng_types.h &amp;&amp;
     79<screen><userinput>sed -i "/jpeglib.h/i #include &lt;stdio.h&gt;" libmng_types.h &amp;&amp;
    8080
    8181./configure --prefix=/usr --disable-static &amp;&amp;
  • general/graphlib/libwebp.xml

    rf0ca372c r2281fabd  
    99  <!ENTITY libwebp-md5sum        "42bc79613ec5ee5b0e68ba97839c981e">
    1010  <!ENTITY libwebp-size          "944 KB">
    11   <!ENTITY libwebp-buildsize     "14 MB">
     11  <!ENTITY libwebp-buildsize     "28 MB">
    1212  <!ENTITY libwebp-time          "0.2 SBU">
    1313]>
     
    9999    </para>
    100100
    101 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     101<screen><userinput>./configure --prefix=/usr           \
     102            --disable-static        \
     103            --enable-experimental   \
     104            --enable-libwebpdecoder \
     105            --enable-libwebpdemux   \
     106            --enable-libwebpmux     &amp;&amp;
    102107make</userinput></screen>
    103108
     
    120125      href="../../xincludes/static-libraries.xml"/>
    121126
     127    <para>
     128      <parameter>--enable-experimental</parameter>: This switch enables
     129      building of the experimental features which may be needed
     130      by other programs in BLFS and beyond.
     131    </para>
     132
     133    <para>
     134      <parameter>--enable-libwebp*</parameter>: This switch enables
     135      building of the additional <application>libwebp</application>
     136      libraries which are required to build additional programs
     137      from <application>libwebp</application> source and may be
     138      needed by other programs in BLFS and beyond.
     139    </para>
     140
    122141  </sect2>
    123142
     
    127146    <segmentedlist>
    128147      <segtitle>Installed Programs</segtitle>
    129       <segtitle>Installed Library</segtitle>
    130       <segtitle>Installed Directory</segtitle>
     148      <segtitle>Installed Libraries</segtitle>
     149      <segtitle>Installed Directories</segtitle>
    131150
    132151      <seglistitem>
    133152        <seg>
    134           cwebp and dwebp
     153          cwebp, dwebp, gif2webp, vwebp and webpmux
    135154        </seg>
    136155        <seg>
     156          libwebpdecoder.so, libwebpdemux.so, libwebpmux.so and
    137157          libwebp.so
    138158        </seg>
     
    172192      </varlistentry>
    173193
     194      <varlistentry id="gif2webp">
     195        <term><command>gif2webp</command></term>
     196        <listitem>
     197          <para>
     198            converts a GIF image to a WebP image.
     199          </para>
     200          <indexterm zone="libwebp gif2webp">
     201            <primary sortas="b-gif2webp">gif2webp</primary>
     202          </indexterm>
     203        </listitem>
     204      </varlistentry>
     205
     206      <varlistentry id="vwebp">
     207        <term><command>vwebp</command></term>
     208        <listitem>
     209          <para>
     210            decompresses a WebP file and displays it in a window
     211            using OpenGL.
     212          </para>
     213          <indexterm zone="libwebp vwebp">
     214            <primary sortas="b-vwebp">vwebp</primary>
     215          </indexterm>
     216        </listitem>
     217      </varlistentry>
     218
     219      <varlistentry id="webpmux">
     220        <term><command>webpmux</command></term>
     221        <listitem>
     222          <para>
     223            used to create a WebP container file and extract/strip
     224            relevant data from the container file.
     225          </para>
     226          <indexterm zone="libwebp webpmux">
     227            <primary sortas="b-webpmux">webpmux</primary>
     228          </indexterm>
     229        </listitem>
     230      </varlistentry>
     231
    174232      <varlistentry id="libwebp-lib">
    175233        <term><filename class="libraryfile">libwebp.so</filename></term>
    176234        <listitem>
    177235          <para>
    178             contains the API functions for WebP encoding and decoding.
     236            contains API functions for encoding and decoding WebP Images.
    179237          </para>
    180238          <indexterm zone="libwebp libwebp-lib">
  • general/graphlib/newt.xml

    rf0ca372c r2281fabd  
    129129
    130130    <para>
    131       <command>sed -e ... -i Makefile.in</command>: Disables installation of an
    132       static library.
     131      <command>sed -e ... -i Makefile.in</command>: This command prevents a
     132      static library fro being installed.
    133133    </para>
    134134
  • general/graphlib/openjpeg.xml

    rf0ca372c r2281fabd  
    55  %general-entities;
    66
    7   <!ENTITY openjpeg-download-http "http://downloads.sourceforge.net/project/openjpeg.mirror/&openjpeg-version;/openjpeg-&openjpeg-version;.tar.gz">
    8 <!--  <!ENTITY openjpeg-download-http "http://openjpeg.googlecode.com/files/openjpeg-&openjpeg-version;.tar.gz">-->
     7  <!ENTITY openjpeg-download-http "&sourceforge-repo;/openjpeg.mirror/openjpeg-&openjpeg-version;.tar.gz">
    98  <!ENTITY openjpeg-download-ftp  " ">
    109  <!ENTITY openjpeg-md5sum        "c41772c30fb1c272358b3707233134a1">
     
    5857      </listitem>
    5958    </itemizedlist>
    60 <!--
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>Required patch: <ulink
    65         url="&patch-root;/openjpeg-&openjpeg-version;-security_fixes-1.patch"/></para>
    66       </listitem>
    67     </itemizedlist>
    68 -->
     59
    6960    <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
    7061
     
    10091    <title>Command Explanations</title>
    10192
    102     <para><option>--disable-static</option>: This prevents the
    103     static library from being built.</para>
     93    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     94      href="../../xincludes/static-libraries.xml"/>
    10495
    10596  </sect2>
    106 
    107   <!--
    108   <sect2 role="configuration">
    109     <title>Configuring OpenJPEG</title>
    110 
    111     <sect3>
    112       <title>Configuration Information</title>
    113 
    114     </sect3>
    115 
    116   </sect2>
    117   -->
    11897
    11998  <sect2 role="content">
  • introduction/welcome/changelog.xml

    rf0ca372c r2281fabd  
    5050        <listitem>
    5151          <para>[krejzi] - .</para>
     52        </listitem>
     53        <listitem>
     54          <para>[krejzi] - Changed and simplified Poppler instructions so they use qtchooser in case of two Qt installations.</para>
     55        </listitem
     56        <listitem>
     57          <para>[krejzi] - Improved and expanded libwebp instructions.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[krejzi] - Added libmediaart-0.7.0.</para>
    5261        </listitem>
    5362        <listitem>
  • systemd.ent

    rf0ca372c r2281fabd  
    77<!ENTITY libinput-version             "0.6.0">
    88<!ENTITY libmbim-version              "1.10.0">
     9<!ENTITY libmediaart-version          "0.7.0">
    910<!ENTITY liboauth-version             "1.0.3">
    1011<!ENTITY libpwquality-version         "1.2.4">
Note: See TracChangeset for help on using the changeset viewer.