Changeset 5ef6186 for xsoft


Ignore:
Timestamp:
07/14/2012 10:44:11 AM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
06eb274
Parents:
2cfb44a4
Message:

Added Transmission and it's dependency libevent

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

Location:
xsoft
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r2cfb44a4 r5ef6186  
    9595      <xref linkend="sqlite"/>,
    9696      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    97       <ulink url="http://libevent.org/">Libevent</ulink>,
     97      <xref linkend="libevent"/>,
    9898      <xref linkend="doxygen"/>,
    9999      <xref linkend="gnome-vfs"/> and
  • xsoft/graphweb/seamonkey.xml

    r2cfb44a4 r5ef6186  
    115115      <xref linkend="sqlite"/>,
    116116      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    117       <ulink url="http://libevent.org/">Libevent</ulink>,
     117      <xref linkend="libevent"/>,
    118118      <xref linkend="doxygen"/>,
    119119      <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>
  • xsoft/other/other.xml

    r2cfb44a4 r5ef6186  
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rox-filer.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunderbird.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="transmission.xml"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xchat.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xdg-utils.xml"/>
  • xsoft/other/thunderbird.xml

    r2cfb44a4 r5ef6186  
    9898      <xref linkend="yasm"/> (or <xref linkend="libvpx"/>),
    9999      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    100       <ulink url="http://libevent.org/">Libevent</ulink>,
     100      <xref linkend="libevent"/>,
    101101      <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
    102102      the jemalloc code) and
     
    147147# ac_add_options --with-system-nspr
    148148# ac_add_options --with-system-nss
     149
     150# If you want to compile the Mozilla Calendar, uncomment this line:
     151# ac_add_options --enable-calendar
    149152
    150153mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
Note: See TracChangeset for help on using the changeset viewer.