Changeset 33f0707


Ignore:
Timestamp:
09/11/2012 04:42:11 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:
bab9d8e7
Parents:
792be78
Message:

Fix gnash, and add comment in transcode.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r792be78 r33f0707  
    5454          <para>[rthomsen] - Update to attica 0.4.1.</para>
    5555        </listitem>
    56       </itemizedlist>
    57     </listitem>
     56        <listitem>
     57          <para>[ken] - Fix gnash for recent versions of boost, and add a
     58          comment about the ffmpeg functionality in transcode.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
     62
    5863
    5964    <listitem>
  • multimedia/videoutils/transcode.xml

    r792be78 r33f0707  
    3838    </para>
    3939
    40     &lfs71_checked;
     40    &lfs72_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8080          Required patch:
    8181          <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg-1.patch"/>
     82          : Note that although this allows <application>transcode</application>
     83          to compile with current <application>ffmpeg</application>, it fails if
     84          it calls ffmpeg at runtime, e.g. for certain format conversions.  The
     85          remaining parts of the application, such as <command>tccat</command>,
     86          work and <command>ffmpeg</command> can be invoked outside of
     87          <command>transcode</command> if needed.
    8288        </para>
    8389      </listitem>
  • xsoft/other/gnash.xml

    r792be78 r33f0707  
    3838    </para>
    3939
    40     &lfs71_checked;
     40    &lfs72_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    130130
    131131<screen><userinput>patch -Np1 -i ../gnash-&gnash-version;-CVE-2012-1175-1.patch &amp;&amp;
     132sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' \
     133  gui/Makefile.in utilities/Makefile.in &amp;&amp;
    132134./configure --prefix=/usr --sysconfdir=/etc               \
    133135  --with-npapi-incl=/usr/include/npapi --enable-media=gst \
     
    149151  <sect2 role="commands">
    150152    <title>Command Explanations</title>
     153
     154    <para>
     155      <command>sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' ...</command>:
     156      This fixes linking to the current <application>boost</application> libraries.
     157    </para>
    151158
    152159    <para>
Note: See TracChangeset for help on using the changeset viewer.