Ignore:
Timestamp:
08/14/2015 01:04:27 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
31b8fd26
Parents:
5ee1266
Message:
  • Update to wireshark-1.12.7.
  • Update to mpg123-1.22.4.
  • more short descriptions.
  • sddm-0.11.0: reformat.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wireshark.xml

    r5ee1266 r6d772cc  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
    88  <!ENTITY wireshark-download-ftp  "ftp://ftp.uni-kl.de/pub/wireshark/src/wireshark-&wireshark-version;.tar.bz2">
    9   <!ENTITY wireshark-md5sum        "25ad2bc1c2a21396827c238fcff51bf3">
     9  <!ENTITY wireshark-md5sum        "c8ae53f648b1dcbf6e74495401a0f1ab">
    1010  <!ENTITY wireshark-size          "28 MB">
    1111  <!ENTITY wireshark-buildsize     "1.6 GB, with the Qt GUI">
    12   <!ENTITY wireshark-time          "6.0 SBU, with the Qt GUI">
     12  <!ENTITY wireshark-time          "6.2 SBU, with the Qt GUI">
    1313]>
    1414
     
    119119    <para role="optional">
    120120      <xref linkend="gtk2"/>,
    121       <xref linkend="qt4"/>, or 
     121      <xref linkend="qt4"/>, or
    122122      <xref linkend="qt5"/>
    123123    </para>
     
    160160      Wireshark</application> to capture live packets from the network:
    161161    </para>
    162      
     162
    163163<screen><literal>[*] Networking support ---&gt;          [CONFIG_NET]
    164164      Networking options ---&gt;
     
    207207
    208208    <para>
    209       If you want to build a Qt GUI and have both <application>Qt4
    210       </application> and 5 installed, issue either:
    211     </para>
    212 
    213 <screen><userinput>source setqt5</userinput></screen>
    214 
    215     <para>
    216       if you want the <application>Qt5</application> GUI built, or:
     209      If you want to build the Qt GUI (see <quote>Command Explanations</quote>),
     210      for the <application>Qt5</application> GUI, issue:
     211    </para>
     212
     213<screen><userinput>source setqt5 &amp;&amp;
     214
     215sed -e 's/"-fPIE"/""/' \
     216    -e 's/"-pie"/""/'  \
     217    -i configure</userinput></screen>
     218
     219    <para>
     220      and add <envar>CXXFLAGS="-fPIC"</envar> to the configure line, or, for the <application>Qt4</application> GUI, issue:
    217221    </para>
    218222
    219223<screen><userinput>source setqt4 &amp;&amp;
    220224sed -i 's/Qt5 Qt/Qt/' configure</userinput></screen>
    221 
    222     <para>
    223       if you want the <application>Qt4</application> GUI built.
    224     </para>
    225225
    226226    <para>
     
    276276    </para>
    277277
    278 <screen role="root"><userinput>install -v -m644 <replaceable>&lt;Downloaded_Files&gt;</replaceable> /usr/share/doc/wireshark-&wireshark-version;</userinput></screen>
     278<screen role="root"><userinput>install -v -m644 <replaceable>&lt;Downloaded_Files&gt;</replaceable> \
     279                 /usr/share/doc/wireshark-&wireshark-version;</userinput></screen>
    279280
    280281    <para>
     
    298299  <sect2 role="commands">
    299300    <title>Command Explanations</title>
     301
     302    <para>
     303      <command>sed -e 's/"-fPIE"/""/' ... configure</command>: This command is
     304      required for Qt-5.5, because it is necessary to compile with
     305      <envar>CXXFLAGS="-fPIC"</envar>.
     306    </para>
    300307
    301308    <para>
Note: See TracChangeset for help on using the changeset viewer.