|
Loading...
|
blfs-book@linuxfromscratch.org
[Prev] Thread [Next] | [Prev] Date [Next]
[blfs-book] r9516 - in trunk/BOOK: general/graphlib multimedia/libdriv andy Sat Feb 25 15:00:17 2012
Author: andy
Date: 2012-02-25 15:17:09 -0700 (Sat, 25 Feb 2012)
New Revision: 9516
Modified:
trunk/BOOK/general/graphlib/gegl.xml
trunk/BOOK/multimedia/libdriv/libdvdnav.xml
Log:
fix compiling gegl if the cursed gobject-introspection is installed
Modified: trunk/BOOK/general/graphlib/gegl.xml
===================================================================
--- trunk/BOOK/general/graphlib/gegl.xml 2012-02-24 21:57:28 UTC (rev
9515)
+++ trunk/BOOK/general/graphlib/gegl.xml 2012-02-25 22:17:09 UTC (rev
9516)
@@ -83,7 +83,8 @@
<xref linkend="pango"/>,
<xref linkend="python2"/>,
<xref linkend="ruby"/>,
- <xref linkend="sdl"/>
+ <xref linkend="sdl"/>,
+ <xref linkend="gobject-introspection"/>,
<ulink url="http://ftp.gnome.org/pub/gnome/sources/vala/">vala</ulink>,
<xref linkend="w3m"/>
and <ulink
url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</ulink>
@@ -100,7 +101,8 @@
<para>Install <application>gegl</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>echo 'Babl-0.1' > gegl/gegl-0.1.deps &&
+./configure --prefix=/usr &&
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@@ -119,6 +121,10 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
+ <para><command>echo 'Babl-0.1' > gegl/gegl-0.1.deps</command>: This command
+ fixes compiling <application>Gegl</application> if you have
+ <application>Gobject Introspection</application> installed.</para>
+
<para><parameter>install -v -m644 docs/*.{css,html}
/usr/share/gtk-doc/html/gegl
</parameter>:
The command '<command>make install</command>' only installs
Modified: trunk/BOOK/multimedia/libdriv/libdvdnav.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libdvdnav.xml 2012-02-24 21:57:28 UTC (rev
9515)
+++ trunk/BOOK/multimedia/libdriv/libdvdnav.xml 2012-02-25 22:17:09 UTC (rev
9516)
@@ -8,8 +8,8 @@
"http://dvdnav.mplayerhq.hu/releases/libdvdnav-&libdvdnav-version;.tar.bz2">
<!ENTITY libdvdnav-download-ftp " ">
<!ENTITY libdvdnav-md5sum "53be8903f9802e101929a3451203bbf6">
- <!ENTITY libdvdnav-size "109 KB">
- <!ENTITY libdvdnav-buildsize "4.2 MB">
+ <!ENTITY libdvdnav-size "112 KB">
+ <!ENTITY libdvdnav-buildsize "4.5 MB">
<!ENTITY libdvdnav-time "0.1 SBU">
]>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
- [blfs-book] r9516 - in trunk/BOOK: general/graphlib multimedia/libdriv andy 2012/02/25 <=