Changeset b48f461


Ignore:
Timestamp:
03/14/2016 12:09:48 PM (8 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
66f48aa2
Parents:
6642983c
Message:

Update to imlib2-1.4.8.
Update to hexchat-2.12.0.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6642983c rb48f461  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 13th &year;">
     9<!ENTITY releasedate  "March 14th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r6642983c rb48f461  
    4747      <para>March 14th, 2016</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to hexchat-2.12.0. Fixes
     51          <ulink url="&blfs-ticket-root;7576">#7576</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[igor] - Update to imlib2-1.4.8. Fixes
     55          <ulink url="&blfs-ticket-root;7575">#7575</ulink>.</para>
     56        </listitem>
    4957        <listitem>
    5058          <para>[bdubbs] - Update to LVM2.2.02.146. Fixes
  • packages.ent

    r6642983c rb48f461  
    495495<!ENTITY gtkmm3-version               "3.18.0">
    496496<!ENTITY gtksourceview-version        "3.18.2">
    497 <!ENTITY imlib2-version               "1.4.7">
     497<!ENTITY imlib2-version               "1.4.8">
    498498<!ENTITY keybinder2-version           "0.3.0">
    499499<!ENTITY libnotify-version            "0.7.6">
     
    685685<!ENTITY gparted-version              "0.25.0">
    686686<!ENTITY gimp-version                 "2.8.16">
    687 <!ENTITY hexchat-version              "2.10.2">
     687<!ENTITY hexchat-version              "2.12.0">
    688688<!ENTITY icedtea-web-version          "1.6.2">
    689689<!ENTITY inkscape-version             "0.91">
  • x/lib/imlib2.xml

    r6642983c rb48f461  
    77  <!ENTITY imlib2-download-http "&sourceforge-repo2;/projects/enlightenment/files/imlib2-src/&imlib2-version;/imlib2-&imlib2-version;.tar.bz2">
    88  <!ENTITY imlib2-download-ftp  " ">
    9   <!ENTITY imlib2-md5sum        "f2f1418c376da6125453f90f2d58d938">
    10   <!ENTITY imlib2-size          "869 KB">
     9  <!ENTITY imlib2-md5sum        "97cf1007b0339102974ce20c8f17c249">
     10  <!ENTITY imlib2-size          "871 KB">
    1111  <!ENTITY imlib2-buildsize     "15 MB">
    1212  <!ENTITY imlib2-time          "0.2 SBU">
  • xsoft/other/hexchat.xml

    r6642983c rb48f461  
    55  %general-entities;
    66
    7   <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-2.10.2.tar.xz">
     7  <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
    88  <!ENTITY hexchat-download-ftp  " ">
    9   <!ENTITY hexchat-md5sum        "c8e7477ac941295deaeb1732591ab20b">
     9  <!ENTITY hexchat-md5sum        "aeb62488debe69994176f85b835844ae">
    1010  <!ENTITY hexchat-size          "1.5 MB">
    1111  <!ENTITY hexchat-buildsize     "50 MB">
     
    100100  </sect2>
    101101
     102  <sect2 role="commands">
     103    <title>Command Explanations</title>
     104
     105    <para>
     106      <option>--disable-python --enable-python=python3</option>: By default,
     107      <command>configure</command> will look for Python 2 to build the Python
     108      plugin and will error out if it can't find it. Use one of these switches
     109      if you wish to either disable the plugin or use Python 3 instead.
     110    </para>
     111
     112  </sect2>
     113
    102114  <sect2 role="content">
    103115    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.