Author: ken
Date: 2012-12-30 15:09:54 -0700 (Sun, 30 Dec 2012)
New Revision: 10910
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xfce/apps/parole.xml
Log:
Parole _can_ play webm videos : fix from Slackware.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-12-30 21:07:18 UTC
(rev 10909)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-12-30 22:09:54 UTC
(rev 10910)
@@ -133,6 +133,9 @@
<listitem>
<para>[krejzi] - Poppler 0.22.0.</para>
</listitem>
+ <listitem>
+ <para>[ken] - Fix up Parole to play webm videos.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/xfce/apps/parole.xml
===================================================================
--- trunk/BOOK/xfce/apps/parole.xml 2012-12-30 21:07:18 UTC (rev 10909)
+++ trunk/BOOK/xfce/apps/parole.xml 2012-12-30 22:09:54 UTC (rev 10910)
@@ -99,7 +99,8 @@
commands:
</para>
-<screen><userinput>LIBS+=-lX11 ./configure --prefix=/usr &&
+<screen><userinput>echo "video/webm" >>data/mime/mime-type-list.txt &&
+LIBS+=-lX11 ./configure --prefix=/usr &&
make</userinput></screen>
<para>
@@ -113,6 +114,14 @@
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><parameter>echo "video/webm"
>>data/mime/mime-type-list.txt</parameter>:
+ This allows <application>parole</application> to recognize that webm video
+ files can be played (requires Gstreamer Good and Bad plugins).</para>
+
+ </sect2>
<sect2 role="using">
<title>Using Parole</title>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page