Changeset a1fa348 for networking


Ignore:
Timestamp:
03/29/2016 10:29:20 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
c93bd07
Parents:
ec6c147
Message:

Update to exempi-2.3.0.
Update to udisks-2.1.7.
Update to pidgin-2.10.12.
Update to avahi-0.6.32.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi.xml

    rec6c147 ra1fa348  
    55  %general-entities;
    66
    7   <!ENTITY avahi-download-http "http://avahi.org/download/avahi-&avahi-version;.tar.gz">
     7  <!ENTITY avahi-download-http "https://github.com/lathiat/avahi/releases/download/v&avahi-version;/avahi-&avahi-version;.tar.gz">
    88  <!ENTITY avahi-download-ftp  " ">
    9   <!ENTITY avahi-md5sum        "2f22745b8f7368ad5a0a3fddac343f2d">
    10   <!ENTITY avahi-size          "1.3 MB">
     9  <!ENTITY avahi-md5sum        "22b5e705d3eabb31d26f2e1e7b074013">
     10  <!ENTITY avahi-size          "1.2 MB">
    1111  <!ENTITY avahi-buildsize     "23 MB">
    12   <!ENTITY avahi-time          "0.4 SBU">
     12  <!ENTITY avahi-time          "0.3 SBU">
    1313]>
    1414
     
    125125
    126126<!-- final part of sed removes " -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1 \" -->
    127 <screen><userinput>sed -i 's/\(CFLAGS=.*\)-Werror \(.*\)/\1\2/' configure &amp;&amp;
    128 
    129 sed -e 's/-DG_DISABLE_DEPRECATED=1//' \
    130     -e '/-DGDK_DISABLE_DEPRECATED/d'  \
    131     -i avahi-ui/Makefile.in &amp;&amp;
    132 
    133 ./configure --prefix=/usr        \
     127<screen><userinput>./configure --prefix=/usr        \
    134128            --sysconfdir=/etc    \
    135129            --localstatedir=/var \
     
    157151  <sect2 role="commands">
    158152    <title>Command Explanations</title>
    159 
    160     <para>
    161       <command>sed -i ...</command>: These seds allow the package to build after
    162       the deprecation of symbols in <literal>gtkstock.h</literal> by current
    163       <application>gtk+-3</application> by removing <literal>-Werror</literal>
    164       and by removing the defines for G{,DK,TK}_DISABLE_DEPRECATED.
    165     </para>
    166153
    167154    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.