Changeset 081a9c3 for multimedia/libdriv


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

Location:
multimedia/libdriv
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst-plugins-base.xml

    rb9b9d0b r081a9c3  
    101101    the following commands:</para>
    102102
    103 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr &amp;&amp;
    104104make</userinput></screen>
    105105
  • multimedia/libdriv/gst-plugins-good.xml

    rb9b9d0b r081a9c3  
    110110    the following commands:</para>
    111111
    112 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     112<screen><userinput>./configure --prefix=/usr \
     113            --sysconfdir=&gnome-etc-dir; &amp;&amp;
    113114make</userinput></screen>
    114115
     
    132133  </sect2>
    133134
     135  <sect2 role="commands">
     136    <title>Command Explanations</title>
     137
     138    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
     139    is used so that the <application>GConf</application> configuration files
     140    are installed in the system-wide GNOME <application>GConf</application>
     141    database located in
     142    <filename class="directory">&gnome-etc-dir;/gconf</filename>
     143    instead of <filename class="directory">/usr/etc</filename>. You may omit
     144    this parameter if you don't have <application>GConf</application>
     145    installed.</para>
     146   
     147  </sect2>
     148
    134149  <sect2 role="content">
    135150    <title>Contents</title>
  • multimedia/libdriv/gst-plugins-ugly.xml

    rb9b9d0b r081a9c3  
    9494    the following commands:</para>
    9595
    96 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     96<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9797make</userinput></screen>
    9898
  • 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.