Changeset 657b65a0


Ignore:
Timestamp:
08/12/2014 03:51:50 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
d9097efb
Parents:
dc6be007
Message:

Updated to libwebp-0.4.1. Minor fixes to bluez and wv.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wv.xml

    rdc6be007 r657b65a0  
    66
    77  <!ENTITY wv-download-http   "http://www.abisource.com/downloads/wv/&wv-version;/wv-&wv-version;.tar.gz">
    8   <!ENTITY wv-download-ftp    "">
     8  <!ENTITY wv-download-ftp    " ">
    99  <!ENTITY wv-md5sum          "dbccf2e9f747e50c913b7e3d126b73f7">
    1010  <!ENTITY wv-size            "608 KB">
  • general/graphlib/libwebp.xml

    rdc6be007 r657b65a0  
    55  %general-entities;
    66
    7   <!ENTITY libwebp-download-http "https://webp.googlecode.com/files/libwebp-&libwebp-version;.tar.gz">
     7  <!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz">
    88  <!ENTITY libwebp-download-ftp  " ">
    9   <!ENTITY libwebp-md5sum        "c8dd1d26eb9566833aba269b86d97e68">
    10   <!ENTITY libwebp-size          "868 KB">
    11   <!ENTITY libwebp-buildsize     "13 MB">
     9  <!ENTITY libwebp-md5sum        "42bc79613ec5ee5b0e68ba97839c981e">
     10  <!ENTITY libwebp-size          "944 KB">
     11  <!ENTITY libwebp-buildsize     "28 MB">
    1212  <!ENTITY libwebp-time          "0.1 SBU">
    1313]>
     
    9999    </para>
    100100
    101 <screen><userinput>sed -i '/DGifCloseFile/s:gif:&amp;, NULL:g' examples/gif2webp.c &amp;&amp;
    102 ./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;
    103107make</userinput></screen>
    104108
     
    118122    <title>Command Explanations</title>
    119123
    120     <para>
    121       <command>sed -i...</command>: This sed fixes building with new versions
    122       of giflib.
    123     </para>
    124 
    125124    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126125      href="../../xincludes/static-libraries.xml"/>
    127126
     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
    128141  </sect2>
    129142
     
    133146    <segmentedlist>
    134147      <segtitle>Installed Programs</segtitle>
    135       <segtitle>Installed Library</segtitle>
    136       <segtitle>Installed Directory</segtitle>
     148      <segtitle>Installed Libraries</segtitle>
     149      <segtitle>Installed Directories</segtitle>
    137150
    138151      <seglistitem>
    139152        <seg>
    140           cwebp and dwebp
     153          cwebp, dwebp, gif2webp, vwebp and webpmux
    141154        </seg>
    142155        <seg>
     156          libwebpdecoder.so, libwebpdemux.so, libwebpmux.so and
    143157          libwebp.so
    144158        </seg>
     
    178192      </varlistentry>
    179193
     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
    180232      <varlistentry id="libwebp-lib">
    181233        <term><filename class="libraryfile">libwebp.so</filename></term>
    182234        <listitem>
    183235          <para>
    184             contains the API functions for WebP encoding and decoding.
     236            contains API functions for encoding and decoding WebP Images.
    185237          </para>
    186238          <indexterm zone="libwebp libwebp-lib">
  • general/sysutils/bluez-systemd.xml

    rdc6be007 r657b65a0  
    192192      <title>Configuration Files</title>
    193193      <para>
    194         <filename>/etc/bluetooth/main.conf</filename> is installed automatically
    195         during the install.  Additionally, there are two<!--three-->
    196         supplementary configuration files.<!-- /etc/sysconfig/bluetooth is
    197         installed as a part of the boot script below.-->  In addition
    198         you optionally can install the following as the
     194        <filename>/etc/bluetooth/main.conf</filename> is installed
     195        automatically during the install. Additionally, there are
     196        two supplementary configuration files that you can install
     197        by running the following commands as the
    199198        <systemitem class="username">root</systemitem> user:
    200199      </para>
     
    221220        <primary
    222221        sortas="e-etc-bluetooth-main.conf">/etc/bluetooth/main.conf</primary>
     222      </indexterm>
     223
     224      <indexterm zone="bluez bluez-config">
     225        <primary
     226        sortas="e-etc-bluetooth-rfcomm.conf">/etc/bluetooth/rfcomm.conf</primary>
     227      </indexterm>
     228
     229      <indexterm zone="bluez bluez-config">
     230        <primary
     231        sortas="e-etc-bluetooth-rfcomm.conf">/etc/bluetooth/rfcomm.conf</primary>
    223232      </indexterm>
    224233
  • introduction/welcome/changelog.xml

    rdc6be007 r657b65a0  
    5151          <para>[igor] - Update to boost-1.56.0. Fixes
    5252          <ulink url="&blfs-ticket-root;5344">#5344</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[krejzi] - Updated to libwebp-0.4.1.</para>
    5356        </listitem>
    5457      </itemizedlist>
  • packages.ent

    rdc6be007 r657b65a0  
    169169<!ENTITY libraw-version               "0.16.0">
    170170<!ENTITY libtiff-version              "4.0.3">
    171 <!ENTITY libwebp-version              "0.4.0">
     171<!ENTITY libwebp-version              "0.4.1">
    172172<!ENTITY newt-version                 "0.52.17">
    173173<!ENTITY openjpeg-version             "1.5.2">
Note: See TracChangeset for help on using the changeset viewer.