Ignore:
Timestamp:
07/01/2006 01:15:11 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
c4ba62c8
Parents:
b9b9d0b
Message:

Removed unnecessary --sysconfdir and --localstatedir parameters from the GStreamer (and plugins) instructions; updated the 'Good' Plugins with a --sysconfdir parameter that will force the GConf configuration files into the correct location

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gstreamer.xml

    rb9b9d0b r081a9c3  
    107107    commands:</para>
    108108
    109 <screen><userinput>./configure --prefix=/usr \
    110             --sysconfdir=/etc \
    111             --localstatedir=/var &amp;&amp;
     109<screen><userinput>./configure --prefix=/usr &amp;&amp;
    112110make</userinput></screen>
    113111
     
    157155  <sect2 role="commands">
    158156    <title>Command Explanations</title>
    159 
    160     <para><parameter>--localstatedir=/var</parameter>: This switch puts
    161     <command>gst-register</command>'s cache in
    162     <filename class="directory">/var/cache/gstreamer-0.10</filename>
    163     instead of
    164     <filename class="directory">/usr/cache/gstreamer-0.10</filename>.</para>
    165 
    166     <para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
    167     files in <filename class="directory">/etc</filename>
    168     instead of <filename class="directory">/usr/etc</filename>.</para>
    169157
    170158    <para><option>--enable-gtk-doc</option>: This parameter is used to rebuild
Note: See TracChangeset for help on using the changeset viewer.