Changeset 2537aba for multimedia


Ignore:
Timestamp:
04/08/2003 03:42:15 PM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
036393e1
Parents:
3e248486
Message:

removed optimization flags; other minor changes

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

Location:
multimedia
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/cdparanoia/CDParanoia-inst.xml

    r3e248486 r2537aba  
    55
    66<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    7 make FLAGS="$CFLAGS" &amp;&amp;
     7make &amp;&amp;
    88make install</userinput></screen></para>
    99
  • multimedia/cdwriteutils/cdrtools/cdrtools-inst.xml

    r3e248486 r2537aba  
    44<para>Install cdrtools by running the following commands:</para>
    55
    6 <para><screen><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root \
    7 &nbsp;&nbsp;&nbsp;COPTS="$CFLAGS" &amp;&amp;
    8 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root \
    9 &nbsp;&nbsp;&nbsp;COPTS="$CFLAGS" install</userinput></screen></para>
     6<para><screen><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root &amp;&amp;
     7make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install</userinput></screen></para>
    108
    119</sect2>
  • multimedia/videoutils/ffmpeg/ffmpeg-inst.xml

    r3e248486 r2537aba  
    44<para>Install ffmpeg by running the following commands:</para>
    55
    6 <para><screen><userinput>unset CFLAGS
    7 ./configure --prefix=/usr &amp;&amp;
     6<note><para>The package maintaners recommend compiling without any
     7optimizations.</para></note>
     8
     9<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    810make &amp;&amp;
    911make install</userinput></screen></para>
  • multimedia/videoutils/mplayer/mplayer-exp.xml

    r3e248486 r2537aba  
    22<title>Command explanations</title>
    33
     4<!--
    45<para><userinput>unset CFLAGS</userinput> : This command clears the
    56compile flags.  This command is optional, but the indications are that
    67the majority of installs will need it.</para>
     8-->
    79
    810<para><userinput>--enable-freetype</userinput> : This switch tells
  • multimedia/videoutils/mplayer/mplayer-inst.xml

    r3e248486 r2537aba  
    55the bzip2 files decompressed.</para>
    66
     7<note><para>The package maintainers recommend building without any optimization</para></note>
    78<para>Install MPlayer by running the following commands:</para>
    89
     
    1314tar -xvf ../qtextras.tar -C /usr/lib/win32 &amp;&amp;
    1415tar -xvf ../rp9codecs.tar -C /usr/lib/win32 &amp;&amp;
    15 unset CFLAGS
    1616./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \
    1717--enable-gui --enable-menu --enable-new-conf --enable-qtx-codecs \
Note: See TracChangeset for help on using the changeset viewer.