Changeset 31ab0f7


Ignore:
Timestamp:
04/05/2013 10:01: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:
b09c33f2
Parents:
3de403d
Message:

Package updates.

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3de403d r31ab0f7  
    295295<!ENTITY libjpeg-turbo-version        "1.2.1">
    296296<!ENTITY libmng-version               "1.0.10">
    297 <!ENTITY libpng-version               "1.5.14">
     297<!ENTITY libpng-version               "1.6.1">
    298298<!ENTITY librsvg-version              "2.36.4">
    299299<!ENTITY libtiff-version              "4.0.3">
     
    511511
    512512<!-- Chapter 23 -->
    513 <!ENTITY openldap-version             "2.4.34">
     513<!ENTITY openldap-version             "2.4.35">
    514514<!ENTITY virtuoso-version             "6.1.6">
    515515<!ENTITY soprano-version              "2.9.0">
     
    576576<!ENTITY startup-notification-version "0.12">
    577577<!ENTITY webkitgtk-version            "1.10.2">
    578 <!ENTITY xulrunner-version            "19.0.2">
     578<!ENTITY xulrunner-version            "20.0">
    579579
    580580<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    776776<!ENTITY gnucash-version              "2.4.11">
    777777
    778 <!ENTITY libreoffice-version          "4.0.1">
     778<!ENTITY libreoffice-version          "4.0.2">
    779779<!ENTITY libreoffice-patch            ".2">
    780780<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
     
    796796<!ENTITY pidgin-version               "2.10.7">
    797797<!ENTITY rox-filer-version            "2.11">
    798 <!ENTITY thunderbird-version          "17.0.4">
     798<!ENTITY thunderbird-version          "17.0.5">
    799799<!ENTITY transmission-version         "2.77">
    800800<!ENTITY xchat-version                "2.8.8">
  • general/graphlib/libpng.xml

    r3de403d r31ab0f7  
    88           "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.xz">
    99  <!ENTITY libpng-download-ftp  " ">
    10   <!ENTITY libpng-md5sum        "94284b01d62ca43c5eb3f6702db08ed8">
    11   <!ENTITY libpng-size          "700 KB">
    12   <!ENTITY libpng-buildsize     "11 MB">
     10  <!ENTITY libpng-md5sum        "93fc0b0841ce2db0e6756673e22dafc3">
     11  <!ENTITY libpng-size          "820 KB">
     12  <!ENTITY libpng-buildsize     "13 MB">
    1313  <!ENTITY libpng-time          "0.1 SBU">
     14
    1415  <!ENTITY apng-patch
    1516           "&sourceforge-repo;/libpng-apng/libpng-&libpng-version;-apng.patch.gz">
     
    3435
    3536    <para>
    36       The <application>libpng</application> package contains libraries used by
    37       other programs for reading and writing PNG files. The PNG format was
    38       designed as a replacement for GIF and, to a lesser extent, TIFF, with many
    39       improvements and extensions and lack of patent problems.
     37      The <application>libpng</application> package contains libraries used
     38      by other programs for reading and writing PNG files. The PNG format
     39      was designed as a replacement for GIF and, to a lesser extent, TIFF,
     40      with many improvements and extensions and lack of patent problems.
    4041    </para>
    4142
     
    121122mkdir -v /usr/share/doc/libpng-&libpng-version; &amp;&amp;
    122123cp -v README libpng-manual.txt /usr/share/doc/libpng-&libpng-version;</userinput></screen>
     124
    123125  </sect2>
    124126
     
    141143      <seglistitem>
    142144        <seg>
    143           libpng-config and libpng15-config
     145          libpng-config and libpng16-config
    144146        </seg>
    145147        <seg>
    146           libpng.so and libpng15.so
     148          libpng.so and libpng16.so
    147149        </seg>
    148150        <seg>
    149           /usr/include/libpng15 and
     151          /usr/include/libpng16 and
    150152          /usr/share/doc/libpng-&libpng-version;
    151153        </seg>
     
    161163        <term><command>libpng-config</command></term>
    162164        <listitem>
    163           <para>is a symlink to <command>libpng15-config</command>.</para>
     165          <para>
     166            is a shell script that provides configuration information
     167            for applications wanting to use
     168            <application>libpng</application>.
     169          </para>
    164170          <indexterm zone="libpng libpng-config">
    165171            <primary sortas="b-libpng-config">libpng-config</primary>
     
    168174      </varlistentry>
    169175
    170       <varlistentry id="libpng15-config">
    171         <term><command>libpng15-config</command></term>
     176      <varlistentry id="libpng-lin">
     177        <term><filename class="libraryfile">libpng.so</filename></term>
    172178        <listitem>
    173179          <para>
    174             is a shell script that provides configuration information for
    175             applications wanting to use <application>libpng</application>.
     180            contain routines used to create and manipulate PNG
     181            format graphics files.
    176182          </para>
    177           <indexterm zone="libpng libpng15-config">
    178             <primary sortas="b-libpng15-config">libpng15-config</primary>
    179           </indexterm>
    180         </listitem>
    181       </varlistentry>
    182 
    183       <varlistentry id="libpng15">
    184         <term><filename class="libraryfile">libpng.so and
    185         libpng15.so</filename></term>
    186         <listitem>
    187           <para>
    188             contain routines used to create and manipulate PNG format graphics
    189             files.
    190           </para>
    191           <indexterm zone="libpng libpng15">
    192             <primary sortas="c-libpng15">libpng15.so</primary>
     183          <indexterm zone="libpng libpng-lin">
     184            <primary sortas="c-libpng">libpng.so</primary>
    193185          </indexterm>
    194186        </listitem>
  • introduction/welcome/changelog.xml

    r3de403d r31ab0f7  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[krejzi] - Firefox/Xulrunner 20.0.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[krejzi] - libpng 1.6.1.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[krejzi] - LibreOffice 4.0.2.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[krejzi] - OpenLDAP 2.4.35.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[krejzi] - Thunderbird 17.0.5.</para>
     63        </listitem>
     64        <listitem>
    5065          <para>[rthomsen] - KDE 4.10.2.</para>
    5166        </listitem>
  • multimedia/libdriv/libtheora.xml

    r3de403d r31ab0f7  
    8585    commands:</para>
    8686
    87 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     87<screen><userinput>sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c &amp;&amp;
     88./configure --prefix=/usr &amp;&amp;
    8889make</userinput></screen>
    8990
     
    105106  <sect2 role="commands">
    106107    <title>Command Explanations</title>
     108
     109    <para>
     110      <command>sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c</command>:
     111      This <command>sed</command> fixes build with
     112      <application>libpng</application> 1.6.
     113    </para>
    107114
    108115    <para><option>--disable-static</option>: This switch prevents building static
  • server/other/openldap.xml

    r3de403d r31ab0f7  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "df93a62e396ac312333cdeab0c5b48b6">
     9  <!ENTITY openldap-md5sum        "cd75d82ca89fb0280cba66ca6bd97448">
    1010  <!ENTITY openldap-size          "5.3 MB">
    1111  <!ENTITY openldap-buildsize     "130 MB">
  • x/lib/xulrunner.xml

    r3de403d r31ab0f7  
    99  <!ENTITY xulrunner-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY xulrunner-md5sum        "de09d603c3b768a1698d90141f3b2644">
    12   <!ENTITY xulrunner-size          "95 MB">
    13   <!ENTITY xulrunner-buildsize     "3.6 GB (116 MB installed)">
     11  <!ENTITY xulrunner-md5sum        "e664416da2075f13089fe3e883cadb73">
     12  <!ENTITY xulrunner-size          "96 MB">
     13  <!ENTITY xulrunner-buildsize     "3.9 GB (121 MB installed)">
    1414  <!ENTITY xulrunner-time          "29 SBU">
    1515]>
  • xsoft/graphweb/firefox.xml

    r3de403d r31ab0f7  
    99  <!ENTITY firefox-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "de09d603c3b768a1698d90141f3b2644">
     11  <!ENTITY firefox-md5sum        "e664416da2075f13089fe3e883cadb73">
    1212  <!ENTITY firefox-size          "95 MB">
    13   <!ENTITY firefox-buildsize     "3.6 GB (42 MB installed) (or 695 MB and 4.4 MB if using Xulrunner)">
     13  <!ENTITY firefox-buildsize     "3.8 GB (44 MB installed) (or 700 MB and 4.0 MB if using Xulrunner)">
    1414  <!ENTITY firefox-time          "29 SBU (0.4 SBU if using Xulrunner)">
    1515]>
     
    264264
    265265<screen role="root"><userinput>make -C firefox-build-dir install &amp;&amp;
    266 rm -v /usr/bin/firefox &amp;&amp;
    267 
    268 cat &gt; /usr/bin/firefox &lt;&lt; "EOF" &amp;&amp;
    269 #!/bin/bash
    270 /usr/lib/xulrunner-&xulrunner-version;/xulrunner /usr/lib/firefox-&firefox-version;/application.ini "${@}"
    271 EOF
    272 
    273 chmod -v 755 /usr/bin/firefox &amp;&amp;
     266ln -sfv ../lib/firefox-&firefox-version;/firefox /usr/bin &amp;&amp;
     267ln -sfv ../xulrunner-&firefox-version; /usr/lib/firefox-&firefox-version;/xulrunner &amp;&amp;
     268
    274269mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
    275270ln -sfv ../mozilla/plugins /usr/lib/firefox-&firefox-version;</userinput></screen>
  • xsoft/office/libreoffice.xml

    r3de403d r31ab0f7  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "52c3bacdf46b4648c5697cc55b648784">
     10  <!ENTITY libreoffice-core-md5sum        "2c92879fa8c50d0071c4703afb7d10bf">
    1111  <!ENTITY libreoffice-core-size          "100 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "619278fe413e7579d298a4b41abbd996">
     14  <!ENTITY libreoffice-dict-md5sum        "056674846d65d105dd8af642db0b57b7">
    1515  <!ENTITY libreoffice-dict-size          "35 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "916da8f21945895e04eebb74e60f854d">
     18  <!ENTITY libreoffice-help-md5sum        "22e99e58aa32417dd7c132f40ae7654b">
    1919  <!ENTITY libreoffice-help-size          "1.8 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "98477b5c9e8a7954d321dd143ac9336e">
     22  <!ENTITY libreoffice-translations-md5sum        "8b61fbfa6bcd18213b5744f2b8a289b0">
    2323  <!ENTITY libreoffice-translations-size          "123 MB">
    2424
  • xsoft/other/thunderbird.xml

    r3de403d r31ab0f7  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "d36925feebf6bc55cd2fa288119157e5">
     11  <!ENTITY thunderbird-md5sum            "609a11ce7bb246cebf67d993a035ca52">
    1212  <!ENTITY thunderbird-size              "109 MB">
    1313  <!ENTITY thunderbird-buildsize         "3.1 GB (47 MB installed)">
Note: See TracChangeset for help on using the changeset viewer.