Changeset 3844cf2 for multimedia


Ignore:
Timestamp:
04/29/2014 09:49:57 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
66f44faf
Parents:
b10cfc81
Message:

vte-0.36.1 and gnome-terminal-3.12.1. Fixes to build lame-3.99.5 and gst-plugins-base-1.2.4 with gcc-4.9.0. Minor fixes to libdvdread-4.9.9 and nautilus-3.12.0.

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

Location:
multimedia
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/lame.xml

    rb10cfc81 r3844cf2  
    8989  <sect2 role="installation">
    9090    <title>Installation of LAME</title>
     91
     92    <para>
     93      First, for i686, fix a problem with gcc-4.9.0:
     94    </para>
     95
     96<screen><userinput>sed -i -e 's/fast-math/&amp; -msse2/' configure</userinput></screen>
    9197
    9298    <para>
  • multimedia/libdriv/gst10-plugins-base.xml

    rb10cfc81 r3844cf2  
    123123
    124124    <para>
     125      First, for i686, fix a problem with gcc-4.9.0:
     126    </para>
     127
     128<screen><userinput>sed -i -e 's/-O2/&amp; -msse2/' configure</userinput></screen>
     129
     130    <para>
    125131      Install <application>GStreamer Base Plug-ins</application> by running the
    126132      following commands:
  • multimedia/libdriv/libdvdread.xml

    rb10cfc81 r3844cf2  
    6868    following commands:</para>
    6969
    70 <screen><userinput>
    71 ./configure --prefix=/usr    \
     70<screen><userinput>./configure --prefix=/usr    \
    7271            --disable-static \
    7372            --docdir=/usr/share/libdvdread-&libdvdread-version;
Note: See TracChangeset for help on using the changeset viewer.