FreeBSD Bugzilla – Attachment 238323 Details for
Bug 267908
audio/sox: man page broken badly.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
work around manpage formatting issues
soxman.diff (text/plain), 1.62 KB, created by
Dan Nelson
on 2022-11-25 00:54:36 UTC
(
hide
)
Description:
work around manpage formatting issues
Filename:
MIME Type:
Creator:
Dan Nelson
Created:
2022-11-25 00:54:36 UTC
Size:
1.62 KB
patch
obsolete
>diff -r dc49e614ddb2 Makefile >--- Makefile Thu Nov 24 17:01:32 2022 -0500 >+++ Makefile Thu Nov 24 18:48:35 2022 -0600 >@@ -96,4 +99,12 @@ OPUS_LIB_DEPENDS= libopusfile.so:audio/o > > INSTALL_TARGET= install-strip > >+post-patch: >+ # rename sox's custom EX/EE macros so they don't get overridden by >+ # the default ones >+ ${REINPLACE_CMD} \ >+ -e 's/EX$$/soxEX/' \ >+ -e 's/EE$$/soxEE/' \ >+ ${WRKSRC}/*.[0-9] >+ > .include <bsd.port.mk> >diff -r dc49e614ddb2 files/patch-sox.1 >--- /dev/null Thu Jan 01 00:00:00 1970 +0000 >+++ files/patch-sox.1 Thu Nov 24 18:48:35 2022 -0600 >@@ -0,0 +1,26 @@ >+--- sox.1.orig 2021-05-09 20:19:07 UTC >++++ sox.1 >+@@ -3531,8 +3531,7 @@ The average of the absolute value of each sample in th >+ T} >+ Mean amplitude \(S1/\s-2n\s+2\^\(*S\^\fIx\s-2\dk\u\s0\fR T{ >+ The average of each sample in the audio. If this figure is non-zero, then it indicates the >+-presence of a D.C. offset (which could be removed using the >+-.B dcshift >++presence of a D.C. offset (which could be removed using the \fBdcshift\fR >+ effect). >+ T} >+ RMS amplitude \(sr(\(S1/\s-2n\s+2\^\(*S\^\fIx\s-2\dk\u\s0\fR\(S2) T{ >+@@ -3545,11 +3544,9 @@ Mean delta \(S1/\s-2n\-1\s+2\^\(*S\^\^\(br\^\fIx\s-2\d >+ RMS delta \(sr(\(S1/\s-2n\-1\s+2\^\(*S\^(\fIx\s-2\dk\u\s0\fR\^\-\^\fIx\s-2\dk\-1\u\s0\fR)\(S2) >+ Rough frequency \ In Hz. >+ Volume Adjustment \ T{ >+-The parameter to the >+-.B vol >++The parameter to the \fBvol\fR >+ effect which would make the audio as loud as possible without clipping. >+-Note: See the discussion on >+-.B Clipping >++Note: See the discussion on \fBClipping\fR >+ above for reasons why it is rarely a good idea actually to do this. >+ T} >+ .TE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267908
: 238323