summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-July/006963.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006963.html')
-rw-r--r--zarb-ml/mageia-dev/2011-July/006963.html165
1 files changed, 165 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006963.html b/zarb-ml/mageia-dev/2011-July/006963.html
new file mode 100644
index 000000000..00c8a6d3c
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-July/006963.html
@@ -0,0 +1,165 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] RFC: gtk-doc proposed changes
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20gtk-doc%20proposed%20changes&In-Reply-To=%3CCAJmd%2BxpaJCKuJfzoGr%2Bd5xOQ8gp9fKWAmbtQA25ULQMTW8s31A%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="006962.html">
+ <LINK REL="Next" HREF="006964.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] RFC: gtk-doc proposed changes</H1>
+ <B>Ahmad Samir</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20gtk-doc%20proposed%20changes&In-Reply-To=%3CCAJmd%2BxpaJCKuJfzoGr%2Bd5xOQ8gp9fKWAmbtQA25ULQMTW8s31A%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] RFC: gtk-doc proposed changes">ahmadsamir3891 at gmail.com
+ </A><BR>
+ <I>Fri Jul 22 13:39:00 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006962.html">[Mageia-dev] RFC: gtk-doc proposed changes
+</A></li>
+ <LI>Next message: <A HREF="006964.html">[Mageia-dev] [RPM] cauldron core/release mgarepo-1.9.11-1.mga2
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6963">[ date ]</a>
+ <a href="thread.html#6963">[ thread ]</a>
+ <a href="subject.html#6963">[ subject ]</a>
+ <a href="author.html#6963">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 22 July 2011 13:24, Christiaan Welvaart &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">cjw at daneel.dyndns.org</A>&gt; wrote:
+&gt;<i> On Fri, 22 Jul 2011, Ahmad Samir wrote:
+</I>&gt;<i>
+</I>&gt;&gt;<i> ATM gtk-doc requires dblatex which requires texlive -&gt; texlive-texmf;
+</I>&gt;&gt;<i> due to the outrageous size of texlive-texmf, building packages in
+</I>&gt;&gt;<i> local chroots becomes a bit of pain/burden on my HDD, also each of
+</I>&gt;&gt;<i> texlive and xmltex have I/O intensive postinstall scriptlets.
+</I>&gt;<i>
+</I>&gt;<i> The best solution for that may be to put the chroot in a tmpfs.
+</I>&gt;<i>
+</I>&gt;&gt;<i> I see the texlive-texmf issue is being discussed in another thread so
+</I>&gt;&gt;<i> I'll keep this one about gtk-doc; here're a couple of points:
+</I>&gt;<i>
+</I>&gt;<i> Too bad since this appears to be strongly related to the gtk-doc issue you
+</I>&gt;<i> mention. I mean, providing a minimal set of texlive packages may fix this
+</I>&gt;<i> gtk-doc problem.
+</I>&gt;<i>
+</I>&gt;&gt;<i> - Some packages have BR gtk-doc but it's redundant:
+</I>&gt;&gt;<i> &#160;o They don't have --enable-gtk-doc passed to ./configure, which
+</I>&gt;&gt;<i> means that BR isn't used at all
+</I>&gt;&gt;<i> &#160;o Most of those packages already bundle html gtk-doc's; is there any
+</I>&gt;&gt;<i> benefit rebuilding those docs when building the package? or should the
+</I>&gt;&gt;<i> gtk-doc BR get dropped in such cases (since no one complained about
+</I>&gt;&gt;<i> those html docs all those years)?
+</I>&gt;<i>
+</I>&gt;<i> In general I think it's best to generate everything from original sources
+</I>&gt;<i> [1]. It makes sure all build scripts/code/documentation is generated using
+</I>&gt;<i> the tools in the distro which may be newer and/or have patches compared to
+</I>&gt;<i> the tools used to generate the files shipped with the source code. It also
+</I>&gt;<i> ensures we can support such packages, because when someone reports a bug in
+</I>&gt;<i> a generated file we should never patch that file directly but its source.
+</I>&gt;<i>
+</I>&gt;&gt;<i> - I am thinking of splitting gtk-doc itself, putting gtkdoc-mkpdf in a
+</I>&gt;&gt;<i> separate sub-package which will require dblatex:
+</I>&gt;&gt;<i> &#160;o AFAICS dblatex is only used for creating PDF's from XML sources,
+</I>&gt;&gt;<i> so only useful for gtkdoc-mkpdf
+</I>&gt;<i>
+</I>&gt;<i> Interesting.
+</I>&gt;<i>
+</I>&gt;&gt;<i> &#160;o This will result in less HDD grinding due to texlive-texmf and
+</I>&gt;&gt;<i> xmltex being, unnecessarily, pulled in chroots (either local ones or
+</I>&gt;&gt;<i> on the BS). Note that for most of the packages I saw,
+</I>&gt;&gt;<i> --enable-gtk-doc-html is the default (assuming only --enable-gtk-doc
+</I>&gt;&gt;<i> was passed to configure).
+</I>&gt;&gt;<i> &#160;o I don't see any packages with pdf gtk-doc documentation:
+</I>&gt;&gt;<i> &#160;$ urpmf /usr/share/gtk-doc | grep pdf
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> &#160;gives nothing at all.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> So, theoretically, this split shouldn't break any packages (there're
+</I>&gt;&gt;<i> 144 SRPMS that have BR gtk-doc and 5 -devel packages that require
+</I>&gt;&gt;<i> gtk-doc). And if any package breaks due to the split, the fix is
+</I>&gt;&gt;<i> simply adding BR gtk-doc-pdf. Of course we can make it more painful
+</I>&gt;&gt;<i> and require that those 149 packages get a test build before the split
+</I>&gt;&gt;<i> is OK'ed...
+</I>&gt;<i>
+</I>&gt;<i> Maybe we should first set as policy to provide HTML developer documentation
+</I>&gt;<i> and not PDFs when there is a choice.
+</I>
+That policy has been implicitly in effect for a very long time, I
+couldn't find a single gtk-doc pdf....
+
+&gt;<i> Note however that HTML docs generated
+</I>&gt;<i> by doxygen can take a lot of space.
+</I>&gt;<i>
+</I>
+Yes; but that's a different issue, texlive* takes a lot of time to
+install but builds pdf's fast; doxygen is vice versa, installs quickly
+but takes a long time to build the docs sometimes...
+
+&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> &#160; &#160;Christiaan
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> [1] that's why I'd like to ask you not to remove any
+</I>&gt;<i> autoreconf/autotools/etc. calls from %build (:
+</I>&gt;<i>
+</I>&gt;<i>
+</I>
+You're talking about gnome-control-center? I thought autoreconf was
+run by mistake, as the old comment said it must be run for patch19
+which hasn't applied for some time.
+
+But indeed, there should be a clear policy about that: either we
+execute autoreconf/autotool.. etc for all packages (make
+%configure2_5x run it or something), or we only run it when needed for
+e.g. a patch or a package that has an old/new libtool than our
+libtool....
+
+--
+Ahmad Samir
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006962.html">[Mageia-dev] RFC: gtk-doc proposed changes
+</A></li>
+ <LI>Next message: <A HREF="006964.html">[Mageia-dev] [RPM] cauldron core/release mgarepo-1.9.11-1.mga2
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6963">[ date ]</a>
+ <a href="thread.html#6963">[ thread ]</a>
+ <a href="subject.html#6963">[ subject ]</a>
+ <a href="author.html#6963">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>