mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
babl-0.1.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9088 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7b74537edc
commit
59be8a5940
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2011">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "December 9th, &year;">
|
||||
<!ENTITY releasedate "December 11th, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
@ -246,7 +246,7 @@ $Date$
|
||||
<!ENTITY pixman-version "0.15.20">
|
||||
<!ENTITY clutter-version "1.2.10">
|
||||
<!ENTITY clutter-gtk-version "0.10.4">
|
||||
<!ENTITY babl-version "0.1.2">
|
||||
<!ENTITY babl-version "0.1.6">
|
||||
<!ENTITY gegl-version "0.1.2">
|
||||
|
||||
<!-- Obsolete
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY babl-download-http "http://ftp.gtk.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
|
||||
<!ENTITY babl-download-ftp "ftp://ftp.gtk.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
|
||||
<!ENTITY babl-md5sum "8eebd8d78d3173db7af5e3e60b1e03ea">
|
||||
<!ENTITY babl-size "419 KB">
|
||||
<!ENTITY babl-buildsize "9.7 MB">
|
||||
<!ENTITY babl-download-http "http://gd.tuwien.ac.at/graphics/gimp/babl/0.1//babl-&babl-version;.tar.bz2">
|
||||
<!ENTITY babl-download-ftp "ftp://ftp.gimp.org/pub/babl/0.1//babl-&babl-version;.tar.bz2">
|
||||
<!ENTITY babl-md5sum "dc960981a5ec5330fc1c177be9f59068">
|
||||
<!ENTITY babl-size "452 KB">
|
||||
<!ENTITY babl-buildsize "11.3 MB">
|
||||
<!ENTITY babl-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<para>The <application>babl</application>package is a dynamic, any to any,
|
||||
pixel format translation library.</para>
|
||||
|
||||
&lfs67_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -58,9 +58,12 @@
|
||||
|
||||
<bridgehead renderas="sect3">babl Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended"><xref linkend="pkgconfig"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="librsvg"/> and <xref linkend="w3m"/> -
|
||||
In practice these are only useful for the package's maintainer.</para>
|
||||
<para role="optional"><xref linkend="gobject-introspection"/>
|
||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/vala/">vala</ulink></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url='&blfs-wiki;/babl'/></para>
|
||||
@ -96,6 +99,9 @@ install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/gra
|
||||
under <filename class="directory">/usr/share/gtk-doc/html</filename> where
|
||||
other gtk packages put the programmer-oriented documentation.</para>
|
||||
|
||||
<para><option>--with-vala</option>: Compile using <command>vapigen</command>
|
||||
so that <application>vala</application> programs can use this application.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -41,6 +41,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>December 11th, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Updated to babl-0.1.6.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 9th, 2011</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user