<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/djvu/patches/" rel="alternate"/><link href="https://sourceforge.net/p/djvu/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/djvu/patches/</id><updated>2022-10-07T00:14:46.642000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>#44 Fix Qt detection when qmake prints extra lines</title><link href="https://sourceforge.net/p/djvu/patches/44/?limit=25#18a5" rel="alternate"/><published>2022-10-07T00:14:46.642000Z</published><updated>2022-10-07T00:14:46.642000Z</updated><author><name>Leon Bottou</name><uri>https://sourceforge.net/u/leonb/</uri></author><id>https://sourceforge.net7391c2a2f292bf7b67b31f4b4f10f6913264b7dc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>Fix Qt detection when qmake prints extra lines</title><link href="https://sourceforge.net/p/djvu/patches/44/" rel="alternate"/><published>2022-10-06T02:50:26.574000Z</published><updated>2022-10-06T02:50:26.574000Z</updated><author><name>Daniel Nachun</name><uri>https://sourceforge.net/u/danielnachun/</uri></author><id>https://sourceforge.net0749eabbc5c4aec9bf2862ee51b5b20ec0997f0d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;We have encountered a build failure in Homebrew on macOS when building djview4 that occurs because it fails to detect the Qt version properly.  The cause of this seems to be that in certain configurations, possibly when multiple Xcode installations are present, qmake returns prints additional lines to stderr.  The exected output from qmake is a line that begins with "Project MESSAGE:".  To fix the configuration, I have modified the test to use grep to only keep lines that begin with "Project MESSAGE:" before piping this to sed.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix Qt detection when qmake prints extra lines</title><link href="https://sourceforge.net/p/djvu/patches/44/" rel="alternate"/><published>2022-10-06T02:50:26.574000Z</published><updated>2022-10-06T02:50:26.574000Z</updated><author><name>Daniel Nachun</name><uri>https://sourceforge.net/u/danielnachun/</uri></author><id>https://sourceforge.net4f82f868af8a8f313b1e8cd210030b9c3fac3595</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 44 has been modified: Fix Qt detection when qmake prints extra lines&lt;br/&gt;
Edited By: Leon Bottou (leonb)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#42 djview: formatting text annotations left aligned instead of centered</title><link href="https://sourceforge.net/p/djvu/patches/42/?limit=25#8be3" rel="alternate"/><published>2021-07-11T13:51:03.250000Z</published><updated>2021-07-11T13:51:03.250000Z</updated><author><name>Leon Bottou</name><uri>https://sourceforge.net/u/leonb/</uri></author><id>https://sourceforge.netfdf0e26440edffc1c5865062117721cd782dfbab</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; accepted&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>command line tool for extracting a set of pages from a djvu document</title><link href="https://sourceforge.net/p/djvu/patches/43/" rel="alternate"/><published>2021-06-07T23:27:39.145000Z</published><updated>2021-06-07T23:27:39.145000Z</updated><author><name>Roland Winkler</name><uri>https://sourceforge.net/u/rwinkler/</uri></author><id>https://sourceforge.net1edc49a64dd6ae042f9b4296eacb0068036014fc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Djview allows one to extract a range of pages from a djvu document and save them as a new file.  I wanted to do this with a command-line tool so that this can become part of a shell script.  So I ended up with the file djvusave.cpp attached below.  Maybe this is useful for others, too.  I am not very good with C++.  So I just copy&amp;amp;pasted this code that can probably be improved.  &lt;/p&gt;
&lt;p&gt;PS: I am more familiar with hacking elisp for Emacs where I wrote djvu.el in GNU Elpa.  Thanks for djvu!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>djview: formatting text annotations left aligned instead of centered</title><link href="https://sourceforge.net/p/djvu/patches/42/" rel="alternate"/><published>2021-06-07T23:11:39.866000Z</published><updated>2021-06-07T23:11:39.866000Z</updated><author><name>Roland Winkler</name><uri>https://sourceforge.net/u/rwinkler/</uri></author><id>https://sourceforge.net4499c66e90c75455325a6c319bcc905a09bf4d7d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Djview puts text annotations into boxes where the lines are centered.  For some time, I have been using the patch attached below that formats the lines left-aligned which I find easier to read.  It would be nice if this patch can be included in the code base.  Then I need not patch and compile djview anymore each time I upgrade my computer.&lt;br/&gt;
Thanks a lot for djvu!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>djview: formatting text annotations left aligned instead of centered</title><link href="https://sourceforge.net/p/djvu/patches/42/" rel="alternate"/><published>2021-06-07T23:11:39.866000Z</published><updated>2021-06-07T23:11:39.866000Z</updated><author><name>Roland Winkler</name><uri>https://sourceforge.net/u/rwinkler/</uri></author><id>https://sourceforge.netbf921db9906da5c8afb8bef069ecaab7c3948622</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 42 has been modified: djview: formatting text annotations left aligned instead of centered&lt;br/&gt;
Edited By: Leon Bottou (leonb)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'accepted'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#41 djview4 color PDF export results in a blank page</title><link href="https://sourceforge.net/p/djvu/patches/41/?limit=25#2821" rel="alternate"/><published>2020-07-22T12:21:54.486000Z</published><updated>2020-07-22T12:21:54.486000Z</updated><author><name>Adam Richter</name><uri>https://sourceforge.net/u/adamjrichter/</uri></author><id>https://sourceforge.nete277dc2adb9f01b60496d522bea000dffc14ad66</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, again, Leon.  If you have not done so already and would not prefer to do so yourself, I would like to notify the upstream libtiff developers of your djvu tiff2pdf.c change in the discussion at &lt;a href="https://gitlab.com/libtiff/libtiff/-/issues/1" rel="nofollow"&gt;https://gitlab.com/libtiff/libtiff/-/issues/1&lt;/a&gt; and suggest they consider merging your patch.  Of course, if you would prefer to handle that, that would be even better, but I appreciate the time you have already invested in producing your patch and am trying to minimize my imposition on your time.  So, you do not indicate in the next couple of days that I should do otherwise, I will go ahead and bring up your patch (and fully credit you, of course) to the libtiff developers.  Thank you for your help! --Adam&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#41 djview4 color PDF export results in a blank page</title><link href="https://sourceforge.net/p/djvu/patches/41/?limit=25#c9cd" rel="alternate"/><published>2020-07-14T19:08:26.709000Z</published><updated>2020-07-14T19:08:26.709000Z</updated><author><name>Adam Richter</name><uri>https://sourceforge.net/u/adamjrichter/</uri></author><id>https://sourceforge.netbc38c7bbc64231bbc7392b2f36208f156581832a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you so much, Leon, for your super fast turnaround on this and the education about JPEG, TIFF and PDF.  I am relieved that someone who knows these formats was able to determine what is apparently a much more correct fix.  Thanks also for pushing your change to the git repository so quickly.  I have fetched the change, rebuilt, and confirm that your version works for me.&lt;/p&gt;
&lt;p&gt;Thanks also to Barak Pearlmutter for his guidance and input on how to proceed with submitting this bug.  I hopefully look forward to this fix propagating into Debian-based packaging of djvu that I understand Barak maintains.&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#40 Fix building with the Microsoft compiler</title><link href="https://sourceforge.net/p/djvu/patches/40/?limit=25#6c75" rel="alternate"/><published>2020-07-14T15:45:50.961000Z</published><updated>2020-07-14T15:45:50.961000Z</updated><author><name>Leon Bottou</name><uri>https://sourceforge.net/u/leonb/</uri></author><id>https://sourceforge.netf3a46d3f6ae201c544834bc79b95cde0846bec1d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;Description has changed:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Diff:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="gd"&gt;--- old&lt;/span&gt;
&lt;span class="gi"&gt;+++ new&lt;/span&gt;
&lt;span class="gu"&gt;@@ -0,0 +1 @@&lt;/span&gt;
&lt;span class="gi"&gt;+accepted&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry></feed>