Changeset b9b7146 for x


Ignore:
Timestamp:
07/27/2012 11:50:10 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
f524a8f
Parents:
9411847
Message:

firefox-14.0.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/xulrunner.xml

    r9411847 rb9b7146  
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    1111  <!-- md5sum and size should match firefox, but the buildsize and time will differ -->
    12   <!ENTITY xulrunner-md5sum        "f50ca7656eec47030b396f39075fa980">
    13   <!ENTITY xulrunner-size          "76 MB">
    14   <!ENTITY xulrunner-buildsize     "1 GB (95 MB installed)">
    15   <!ENTITY xulrunner-time          "25 SBU">
     12  <!ENTITY xulrunner-md5sum        "c2f884f0f6c41c65cf20f678a1ee7191">
     13  <!ENTITY xulrunner-size          "79 MB">
     14  <!ENTITY xulrunner-buildsize     "1 GB (100 MB installed)">
     15  <!ENTITY xulrunner-time          "14 SBU">
    1616]>
    1717
     
    135135mk_add_options MOZ_MAKE_FLAGS="-j4"
    136136
    137 # If you have installed Yasm delete this option:
    138 ac_add_options --disable-webm
     137# If you have not installed Yasm, uncomment this option:
     138# ac_add_options --disable-webm
    139139
    140140# If you have installed DBus-Glib delete this option:
     
    195195ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
    196196
    197 for library in /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/*.so
    198 do ln -sfv ${library#/usr/lib/} /usr${library#*sdk}
     197for library in /usr/lib/xulrunner-&xulrunner-version;/*.so
     198do ln -sfv $library /usr/lib
    199199done</userinput></screen>
    200200  </sect2>
     
    221221    <para>
    222222      <command>for library in
    223       /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/*.so; do ln -sfv
    224       ${library#/usr/lib/} /usr${library#*sdk}; done</command>: The libraries
    225       shipped with this package are installed into
    226       <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;</filename>
     223      /usr/lib/xulrunner-&xulrunner-version;/*.so; do ln -sfv $library /usr/lib;
     224      done</command>: The libraries shipped with this package are installed into
     225      <filename class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename>
    227226      which means they will not be found at runtime. These commands make
    228227      relative symbolic links to the shared libraries from
    229       <filename class="directory">/usr/lib</filename>.
     228      <filename class="directory">/usr/lib</filename>.  Debug versions of some,
     229      but not all, of these libraries can also be found in
     230 <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib</filename>.
    230231    </para>
    231232  </sect2>
Note: See TracChangeset for help on using the changeset viewer.