Changeset 89cdb63d for xsoft


Ignore:
Timestamp:
10/21/2015 05:05:21 PM (9 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, 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:
b78e9bc
Parents:
4ee2fcb
Message:

Fix issues in mozilla apps with freetype-2.6.1 and gconf dependencies.

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r4ee2fcb r89cdb63d  
    172172ac_add_options --disable-necko-wifi
    173173
    174 # If you have installed GConf, comment out this line
    175 ac_add_options --disable-gconf
    176 
    177174# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
    178175# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
     
    188185# Comment out following option if you have PulseAudio installed
    189186ac_add_options --disable-pulseaudio
    190 <!-- Does not work uncommented
    191 # If you have not installed Yasm then uncomment this line:
    192 #ac_add_options - -disable-webm
    193 -->
     187
     188# If you have installed GConf, comment out this line
     189ac_add_options --disable-gconf
     190
    194191# Comment out following options if you have not installed
    195192# recommended dependencies:
     
    235232
    236233    <para>
     234      First, fix building with system freetype-2.6.1 or later:
     235    </para>
     236
     237<screen><userinput>sed -i '/^freetype\/ftcache.h/a freetype\/ftfntfmt.h' config/system-headers</userinput></screen>
     238
     239    <para>
    237240      Compile <application>Firefox</application> by issuing the following
    238241      commands:
     
    256259
    257260<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
    258 
    259 chown -R 0:0 /usr/lib/firefox-&firefox-version;     &amp;&amp;
     261chown -R 0:0 /usr/lib/firefox-&firefox-version;   &amp;&amp;
    260262
    261263mkdir -pv    /usr/lib/mozilla/plugins  &amp;&amp;
    262 ln    -sfv   ../../mozilla/plugins \
    263              /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
     264ln    -sfv   ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
    264265
    265266  </sect2>
  • xsoft/graphweb/seamonkey.xml

    r4ee2fcb r89cdb63d  
    131131      <xref linkend="dbus-glib"/>,
    132132      <xref linkend="doxygen"/>,
     133      <xref linkend="GConf"/>,
    133134      <xref linkend="gst10-plugins-base"/> (with
    134135      <xref linkend="gst10-plugins-good"/> and
     
    192193# Comment out following option if you have PulseAudio installed
    193194ac_add_options --disable-pulseaudio
    194 <!-- Does not work
    195 # If you have not installed Yasm then uncomment this line:
    196 #ac_add_options - -disable-webm
    197 -->
     195
     196# Comment out following option if you have gconf installed
     197ac_add_options --disable-gconf
     198
    198199# Comment out following options if you have not installed
    199200# recommended dependencies:
     
    242243    </para>
    243244
    244 <screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers</userinput></screen>
     245<screen><userinput>sed -e '/^ftglyph.h/i ftfntfmt.h'                     \
     246    -e '/^freetype\/ftcache.h/a freetype\/ftfntfmt.h' \
     247    -i mozilla/config/system-headers</userinput></screen>
    245248
    246249    <note><para>
     
    281284
    282285<screen role="root"><userinput>make  -f client.mk install INSTALL_SDK= &amp;&amp;
    283 
    284 chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version;  &amp;&amp;
     286chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version;    &amp;&amp;
    285287cp    -v moz-build-dir/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
    286288
  • xsoft/other/thunderbird.xml

    r4ee2fcb r89cdb63d  
    136136      <xref linkend="dbus-glib"/>,
    137137      <xref linkend="doxygen"/>,
     138      <xref linkend="GConf"/>,
    138139      <xref linkend="gst10-plugins-base"/> (with
    139140      <xref linkend="gst10-plugins-good"/> and
     
    195196# Comment out following option if you have PulseAudio installed
    196197ac_add_options --disable-pulseaudio
     198
     199# Comment out following option if you have gconf installed
     200ac_add_options --disable-gconf
    197201<!-- Uncommenting does not work
    198202# If you have not installed Yasm then uncomment this line:
     
    250254<!-- might be necessary
    251255test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    252 <screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers</userinput></screen>
     256<screen><userinput>sed -e '/^ftglyph.h/i ftfntfmt.h'                     \
     257    -e '/^freetype\/ftcache.h/a freetype\/ftfntfmt.h' \
     258    -i mozilla/config/system-headers</userinput></screen>
    253259
    254260    <para>
     
    274280
    275281<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
    276 
    277282chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen>
    278283
Note: See TracChangeset for help on using the changeset viewer.