Author: bdubbs Date: Wed Nov 29 09:17:57 2017 New Revision: 19552 Log: Work around a problem introduced by libcdio-1.0.0
Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml trunk/BOOK/multimedia/libdriv/gst10-plugins-ugly.xml Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml ============================================================================== --- trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml Wed Nov 29 01:57:10 2017 (r19551) +++ trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml Wed Nov 29 09:17:57 2017 (r19552) @@ -183,7 +183,7 @@ <title>Command Explanations</title> <para> - <parameter>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ...</parameter>: The + <command>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ...</command>: The openjpeg headers are in a versioned directory, BLFS has now moved to a newer version. Omit this if you are building against <application>openjpeg-2.2</application>. Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-ugly.xml ============================================================================== --- trunk/BOOK/multimedia/libdriv/gst10-plugins-ugly.xml Wed Nov 29 01:57:10 2017 (r19551) +++ trunk/BOOK/multimedia/libdriv/gst10-plugins-ugly.xml Wed Nov 29 09:17:57 2017 (r19552) @@ -123,7 +123,10 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr \ +<screen><userinput>sed -e "/cdtext.h/a #undef LIBCDIO_VERSION_NUM\n#define LIBCDIO_VERSION_NUM 84" \ + -i ext/cdio/gstcdio.h && + +./configure --prefix=/usr \ --with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make</userinput></screen> @@ -139,6 +142,15 @@ <screen role="root"><userinput>make install</userinput></screen> </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <para> + <command>sed ... ext/cdio/gstcdio.h</command>: This command + works around a problem introduced by libcdio-1.0.0. + </para> + </sect2> + <sect2 role="content"> <title>Contents</title> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page