Author: krejzi Date: 2012-06-11 12:21:32 -0600 (Mon, 11 Jun 2012) New Revision: 10293
Modified: trunk/BOOK/general/graphlib/gegl.xml trunk/BOOK/multimedia/libdriv/alsa-plugins.xml Log: FFMpeg 0.11 build fixes Modified: trunk/BOOK/general/graphlib/gegl.xml =================================================================== --- trunk/BOOK/general/graphlib/gegl.xml 2012-06-11 13:34:30 UTC (rev 10292) +++ trunk/BOOK/general/graphlib/gegl.xml 2012-06-11 18:21:32 UTC (rev 10293) @@ -119,7 +119,9 @@ Install <application>gegl</application> by running the following commands: </para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>sed -e '274cerr = avformat_open_input (&p->ic, o->path, NULL, NULL);' \ + -i operations/external/ff-load.c && +./configure --prefix=/usr && make</userinput></screen> <para> @@ -141,6 +143,11 @@ <title>Command Explanations</title> <para> + <command>sed -e '274cerr ...</command>: Fixes building against + <application>FFMpeg</application> 0.11.1. + </para> + + <para> <parameter>install -v -m644/docs/*/{css,html} ...</parameter>: This and the subsequent commands install all the provided documentation instead of only <filename>operations.html</filename> and the stylesheet Modified: trunk/BOOK/multimedia/libdriv/alsa-plugins.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/alsa-plugins.xml 2012-06-11 13:34:30 UTC (rev 10292) +++ trunk/BOOK/multimedia/libdriv/alsa-plugins.xml 2012-06-11 18:21:32 UTC (rev 10293) @@ -62,6 +62,16 @@ </listitem> </itemizedlist> + <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Required patch: + <ulink url="&patch-root;/alsa-plugins-&alsa-plugins-version;-ffmpeg-1.patch"/> + </para> + </listitem> + </itemizedlist> + <bridgehead renderas="sect3">ALSA Plugins Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> @@ -89,7 +99,8 @@ <para>Install <application>ALSA Plugins</application> by running the following commands:</para> -<screen><userinput>./configure && +<screen><userinput>patch -Np1 -i ../alsa-plugins-&alsa-plugins-version;-ffmpeg-1.patch && +./configure && make</userinput></screen> <para>This package does not come with a test suite.</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page