mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
update to gimp-2.8.8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12131 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2cfb576b75
commit
34ca4d5fa6
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2013">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "November 4th, &year;">
|
||||
<!ENTITY releasedate "November 5th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -724,7 +724,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY ekiga-version "4.0.1">
|
||||
<!ENTITY gparted-version "0.16.2">
|
||||
<!ENTITY gnash-version "0.8.10">
|
||||
<!ENTITY gimp-version "2.8.6">
|
||||
<!ENTITY gimp-version "2.8.8">
|
||||
<!ENTITY icedtea-web-version "1.4.1">
|
||||
<!ENTITY inkscape-version "0.48.4">
|
||||
<!ENTITY pan-version "0.133">
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>November 5th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Update to gimp-2.8.8. Fixes
|
||||
<ulink url="&blfs-ticket-root;4261">#4261</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 4th, 2013</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gimp-download-http "http://artfiles.org/gimp.org/gimp/v2.8/gimp-&gimp-version;.tar.bz2">
|
||||
<!ENTITY gimp-download-ftp "ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-&gimp-version;.tar.bz2">
|
||||
<!ENTITY gimp-md5sum "12b3fdf33d1f07ae79b412a9e38b9693">
|
||||
<!ENTITY gimp-md5sum "ef2547c3514a1096931637bd6250635a">
|
||||
<!ENTITY gimp-size "20 MB">
|
||||
<!ENTITY gimp-buildsize "670 MB (additional 680 MB to run the test suite, the help files add from 267 MB (en only) to 1.3 GB (all), typically increasing by 60 MB per translation)">
|
||||
<!ENTITY gimp-time "4.9 SBU (additional 1.2 SBU to run the test suite, for the help files from 0.7 SBU (en only) to 29 SBU (all) - typically 1.5 SBU per translation)">
|
||||
<!ENTITY gimp-buildsize "653 MB (additional 680 MB to run the test suite, the help files add from 267 MB (en only) to 1.3 GB (all), typically increasing by 60 MB per translation)">
|
||||
<!ENTITY gimp-time "4.8 SBU (additional 1.2 SBU to run the test suite, for the help files from 0.7 SBU (en only) to 29 SBU (all) - typically 1.5 SBU per translation)">
|
||||
|
||||
<!ENTITY gimp-help-version "2.8.0">
|
||||
<!ENTITY gimp-help-download "ftp://gimp.org/pub/gimp/help/gimp-help-&gimp-help-version;.tar.bz2">
|
||||
@ -136,7 +136,7 @@
|
||||
<xref linkend="gvfs"/>,
|
||||
<xref linkend="iso-codes"/>,
|
||||
<xref linkend="jasper"/>,
|
||||
<xref linkend="lcms"/>,
|
||||
<xref linkend="lcms"/> or <xref linkend="lcms2"/>,
|
||||
<xref linkend="libexif"/>,
|
||||
<xref linkend="libmng"/>,
|
||||
<xref linkend="librsvg"/>,
|
||||
@ -245,7 +245,7 @@ chown -R root:root /usr/share/gimp/2.0/help</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>LINGUAS="ca da de en en_GB ..."</command>: by
|
||||
<envar>ALL_LINGUAS="ca da de en en_GB ..."</envar>: by
|
||||
default, the help files will be rendered in all the available languages.
|
||||
Remove the codes of any languages you do not wish to build.
|
||||
</para>
|
||||
@ -264,14 +264,14 @@ chown -R root:root /usr/share/gimp/2.0/help</userinput></screen>
|
||||
you have not installed <application>PyGTK</application>.</para>
|
||||
|
||||
<para>
|
||||
<parameter>./autogen.sh --prefix=/usr</parameter>: In this case, using
|
||||
<command>./autogen.sh</command> <parameter>--prefix=/usr</parameter>: In this case, using
|
||||
<command>autoreconf</command> to regenerate <filename>configure</filename>
|
||||
does not work, because of how the gimp-help developers chose to address
|
||||
problems with the autotools.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>xzcat ../gimp-help-2.8.0-build_fixes-1.patch.xz</parameter>:
|
||||
<command>xzcat ../gimp-help-2.8.0-build_fixes-1.patch.xz</command>:
|
||||
this patch is large, so it has been compressed with
|
||||
<application>xz</application>. You are encouraged to be suspicious of
|
||||
all patches until you have looked at them. Use <command>view</command>
|
||||
|
Loading…
Reference in New Issue
Block a user