View | Details | Raw Unified | Return to bug 267908
Collapse All | Expand All

(-)Makefile (+8 lines)
Lines 96-99 OPUS_LIB_DEPENDS= libopusfile.so:audio/o Link Here
96
99
97
INSTALL_TARGET=		install-strip
100
INSTALL_TARGET=		install-strip
98
101
102
post-patch:
103
	# rename sox's custom EX/EE macros so they don't get overridden by
104
	# the default ones
105
	${REINPLACE_CMD} \
106
		-e 's/EX$$/soxEX/' \
107
		-e 's/EE$$/soxEE/' \
108
		${WRKSRC}/*.[0-9]
109
99
.include <bsd.port.mk>
110
.include <bsd.port.mk>
(-)files/patch-sox.1 (+26 lines)
Added Link Here
1
--- sox.1.orig	2021-05-09 20:19:07 UTC
2
+++ sox.1
3
@@ -3531,8 +3531,7 @@ The average of the absolute value of each sample in th
4
 T}
5
 Mean amplitude	\(S1/\s-2n\s+2\^\(*S\^\fIx\s-2\dk\u\s0\fR	T{
6
 The average of each sample in the audio.  If this figure is non-zero, then it indicates the
7
-presence of a D.C. offset (which could be removed using the
8
-.B dcshift
9
+presence of a D.C. offset (which could be removed using the \fBdcshift\fR
10
 effect).
11
 T}
12
 RMS amplitude	\(sr(\(S1/\s-2n\s+2\^\(*S\^\fIx\s-2\dk\u\s0\fR\(S2)	T{
13
@@ -3545,11 +3544,9 @@ Mean delta	\(S1/\s-2n\-1\s+2\^\(*S\^\^\(br\^\fIx\s-2\d
14
 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)
15
 Rough frequency	\ 	In Hz.
16
 Volume Adjustment	\ 	T{
17
-The parameter to the
18
-.B vol
19
+The parameter to the \fBvol\fR
20
 effect which would make the audio as loud as possible without clipping.
21
-Note: See the discussion on
22
-.B Clipping
23
+Note: See the discussion on \fBClipping\fR
24
 above for reasons why it is rarely a good idea actually to do this.
25
 T}
26
 .TE

Return to bug 267908