From: Kevin Conder <dentalkevin@gmail.com>
To: sox-devel@lists.sourceforge.net
Subject: Proposed fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and 14.4.2.
Date: Tue, 26 Jan 2016 21:57:25 -0600 [thread overview]
Message-ID: <CALtij8gRVGcTBJgWst8V4rX+_QHy1NzmfNuJDzCFsFZf9Y2uxw@mail.gmail.com> (raw)
I have a fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and
14.4.2. The problem is when any PDF is created, the result is two
duplicate documents concatenated together.
http://sourceforge.net/p/sox/bugs/261/
The cause was a bug in pdfroff. The solution is to use groff's
internal PDF builder instead.
So, instead of this:
pdfroff -t -man -Tps sox.1 > sox.pdf
Use this:
groff -t -man -Tpdf sox.1 > sox.pdf
So, how do I proceed? Do I submit a merge request through git or post
a patch to this list?
--
Kevin Conder
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
next reply other threads:[~2016-01-27 3:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 3:57 Kevin Conder [this message]
2016-01-27 9:07 ` Proposed fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and 14.4.2 Eric Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.sourceforge.net/lists/listinfo/sox-devel
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CALtij8gRVGcTBJgWst8V4rX+_QHy1NzmfNuJDzCFsFZf9Y2uxw@mail.gmail.com \
--to=sox-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/sox.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).