Author: andy
Date: 2011-12-03 07:41:19 -0700 (Sat, 03 Dec 2011)
New Revision: 9056
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/xine-lib.xml
trunk/BOOK/multimedia/videoutils/xine-ui.xml
Log:
Updated xine-ui to 0.99.6
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-12-03 14:24:46 UTC (rev 9055)
+++ trunk/BOOK/general.ent 2011-12-03 14:41:19 UTC (rev 9056)
@@ -867,7 +867,7 @@
<!ENTITY ffmpeg-version "0.8.6">
<!ENTITY avifile-version "0.7.45">
<!ENTITY mplayer-version "1.0rc1">
-<!ENTITY xine-ui-version "0.99.5">
+<!ENTITY xine-ui-version "0.99.6">
<!ENTITY transcode-version "1.0.3">
<!-- Chapter 41 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-12-03 14:24:46 UTC
(rev 9055)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2011-12-03 14:41:19 UTC
(rev 9056)
@@ -47,6 +47,9 @@
<listitem>
<para>[abenton] - Updated xine-lib to 1.1.20.</para>
</listitem>
+ <listitem>
+ <para>[abenton] - Updated xine-ui to 0.99.6.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml 2011-12-03 14:24:46 UTC (rev
9055)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml 2011-12-03 14:41:19 UTC (rev
9056)
@@ -4,13 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY xine-lib-download-http
"&sourceforge-repo;/xine/xine-lib-&xine-lib-version;.tar.bz2">
- <!-- commented : they have it, but only as .tar.xz
- <!ENTITY xine-lib-download-ftp
"&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.bz2">-->
- <!ENTITY xine-lib-download-ftp " ">
- <!ENTITY xine-lib-md5sum "a410a0f0617e1d6309f0cbe907f73f8a">
- <!ENTITY xine-lib-size "7.2 MB">
- <!ENTITY xine-lib-buildsize "128 MB (without the API documentation)">
+ <!ENTITY xine-lib-download-http
"&sourceforge-repo;/xine/xine-lib-&xine-lib-version;.tar.xz">
+ <!ENTITY xine-lib-download-ftp
"&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.xz">
+ <!ENTITY xine-lib-md5sum "acfb6e08188fd60ad88ff83831d592d7">
+ <!ENTITY xine-lib-size "5.7 MB">
+ <!ENTITY xine-lib-buildsize "118 MB (without the API documentation)">
<!ENTITY xine-lib-time "1.5 SBU">
]>
Modified: trunk/BOOK/multimedia/videoutils/xine-ui.xml
===================================================================
--- trunk/BOOK/multimedia/videoutils/xine-ui.xml 2011-12-03 14:24:46 UTC
(rev 9055)
+++ trunk/BOOK/multimedia/videoutils/xine-ui.xml 2011-12-03 14:41:19 UTC
(rev 9056)
@@ -4,10 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY xine-ui-download-http
"&sourceforge-repo;/xine/xine-ui-&xine-ui-version;.tar.gz">
- <!ENTITY xine-ui-download-ftp
"&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.gz">
- <!ENTITY xine-ui-md5sum "e643cd1fcad4d98a5ae4eb877ce5087b">
- <!ENTITY xine-ui-size "2.5 MB">
+ <!ENTITY xine-ui-download-http
"&sourceforge-repo;/xine/xine-ui-&xine-ui-version;.tar.xz">
+ <!ENTITY xine-ui-download-ftp
"&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.xz">
+ <!ENTITY xine-ui-md5sum "d468b4e7fe39ff19888261e1da9be914">
+ <!ENTITY xine-ui-size "1.7 MB">
<!ENTITY xine-ui-buildsize "19 MB">
<!ENTITY xine-ui-time "0.3 SBU">
]>
@@ -79,7 +79,10 @@
<para>Install <application>xine User Interface</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>sed -i 's#info_ptr->##
+ /RGB/icolor_type = png_get_color_type(png_ptr, info_ptr);' \
+ src/xitk/Imlib-light/load.c &&
+./configure --prefix=/usr --disable-lirc &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -93,6 +96,12 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command></command>: this sed fixes
+ compiling against libpng-1.5.</para>
+
+ <para><option>--disable-lirc</option>: remove this option if you've
+ installed <ulink url="http://www.lirc.org">LIRC</ulink>.</para>
+
<para><parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
This parameter causes the <application>Xine UI</application> documentation
to be installed in the versioned directory
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page