Changeset 9d2268bb
- Timestamp:
- 12/24/2015 04:04:38 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0bce811
- Parents:
- 458f430
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r458f430 r9d2268bb 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 2 3rd&year;">9 <!ENTITY releasedate "December 24th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/libwebp.xml
r458f430 r9d2268bb 7 7 <!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz"> 8 8 <!ENTITY libwebp-download-ftp " "> 9 <!ENTITY libwebp-md5sum "b 737062cf688e502b940b460ddc3015f">10 <!ENTITY libwebp-size " 972 KB">11 <!ENTITY libwebp-buildsize " 22 MB">12 <!ENTITY libwebp-time "0. 1SBU">9 <!ENTITY libwebp-md5sum "ba81eb9bf23e3c69a2f5cc8dcdb5938f"> 10 <!ENTITY libwebp-size "1.1 MB"> 11 <!ENTITY libwebp-buildsize "32 MB"> 12 <!ENTITY libwebp-time "0.2 SBU"> 13 13 ]> 14 14 … … 99 99 </para> 100 100 101 <screen><userinput>./configure --prefix=/usr --disable-static && 101 <note> 102 <para> 103 If you are updating from libwebp-0.4.x, and wish that installed 104 applications link to the new version 0.5.x, they need to be reinstalled. 105 </para> 106 </note> 107 108 <screen><userinput>./configure --prefix=/usr \ 109 --enable-libwebpmux \ 110 --enable-libwebpdemux \ 111 --enable-libwebpdecoder \ 112 --enable-libwebpextras \ 113 --enable-swap-16bit-csp \ 114 --disable-static && 115 102 116 make</userinput></screen> 103 117 … … 116 130 <sect2 role="commands"> 117 131 <title>Command Explanations</title> 132 133 134 <para> 135 <parameter>--enable-swap-16bit-csp</parameter>: This switch enables byte 136 swap for 16 bit colorspaces. 137 </para> 118 138 119 139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 132 152 <seglistitem> 133 153 <seg> 134 cwebp and dwebp154 cwebp, dwebp, gif2webp, vwebp, and webpmux 135 155 </seg> 136 156 <seg> 137 libwebp.so 157 libwebpdecoder.so, libwebpdemux.so, libwebpextras.so, 158 libwebpmux.so, and libwebp.so 138 159 </seg> 139 160 <seg> … … 172 193 </varlistentry> 173 194 195 <varlistentry id="gif2webp"> 196 <term><command>gif2webp</command></term> 197 <listitem> 198 <para> 199 converts a GIF image to a WebP image. 200 </para> 201 <indexterm zone="libwebp gif2webp"> 202 <primary sortas="b-gif2webp">gif2webp</primary> 203 </indexterm> 204 </listitem> 205 </varlistentry> 206 207 <varlistentry id="vwebp"> 208 <term><command>vwebp</command></term> 209 <listitem> 210 <para> 211 decompress a WebP file and display it in a window. 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 creates animated WebP files from non-animated WebP images, extracts 224 frames from animated WebP images, and manages XMP/EXIF metadata and 225 ICC profile. 226 </para> 227 <indexterm zone="libwebp webpmux"> 228 <primary sortas="b-webpmux">webpmux</primary> 229 </indexterm> 230 </listitem> 231 </varlistentry> 232 174 233 <varlistentry id="libwebp-lib"> 175 234 <term><filename class="libraryfile">libwebp.so</filename></term> -
introduction/welcome/changelog.xml
r458f430 r9d2268bb 44 44 45 45 --> 46 47 <listitem> 48 <para>December 24th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to libwebp-0.5.0. Fixes 52 <ulink url="&blfs-ticket-root;7286">#7286</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to firefox-43.0.2. Fixes 56 <ulink url="&blfs-ticket-root;7283">#7283</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 46 60 47 61 <listitem> -
packages.ent
r458f430 r9d2268bb 180 180 <!ENTITY libraw-version "0.17.1"> 181 181 <!ENTITY libtiff-version "4.0.6"> 182 <!ENTITY libwebp-version "0. 4.4">182 <!ENTITY libwebp-version "0.5.0"> 183 183 <!ENTITY newt-version "0.52.18"> 184 184 <!ENTITY opencv-version "3.1.0"> … … 652 652 <!-- Chapter 43 --> 653 653 <!ENTITY seamonkey-version "2.39"> 654 <!ENTITY firefox-version "43.0. 1">654 <!ENTITY firefox-version "43.0.2"> 655 655 656 656 <!-- Chapter 44 --> -
xsoft/graphweb/firefox.xml
r458f430 r9d2268bb 9 9 <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> --> 10 10 <!ENTITY firefox-download-ftp " "> 11 <!ENTITY firefox-md5sum " d1fdf640b35dc2a674cda4a0d416d545">11 <!ENTITY firefox-md5sum "357bcebe6a5b77876a3df8916e6363d3"> 12 12 <!ENTITY firefox-size "168 MB"> 13 13 <!ENTITY firefox-buildsize "4.1 GB (82 MB installed)"> … … 133 133 <xref linkend="gst10-plugins-good"/> and 134 134 <xref linkend="gst10-libav"/> at runtime), 135 <xref linkend="libwebp"/>, 135 136 <xref linkend="openjdk"/>, 136 137 <xref linkend="pulseaudio"/>,
Note:
See TracChangeset
for help on using the changeset viewer.