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

(-)audio/libsamplerate/Makefile (-1 / +5 lines)
Lines 9-15 Link Here
9
PORTVERSION=	0.1.8
9
PORTVERSION=	0.1.8
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	http://www.mega-nerd.com/SRC/
12
MASTER_SITES=	http://www.mega-nerd.com/SRC/ \
13
		${MASTER_SITE_LOCAL}
13
MAINTAINER=	multimedia@FreeBSD.org
14
MAINTAINER=	multimedia@FreeBSD.org
14
COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio
15
COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio
Lines 25-30 Link Here
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
26
MAKE_ARGS=	htmldocdir=${PREFIX}/share/doc/libsamplerate
27
MAKE_ARGS=	htmldocdir=${PREFIX}/share/doc/libsamplerate
28
test:
29
	@(cd ${WRKSRC}; make test)
30
27
pre-install:
31
pre-install:
28
.if defined(NOPORTDOCS)
32
.if defined(NOPORTDOCS)
29
	@${REINPLACE_CMD} -e 's/SUBDIRS = M4 src doc examples tests/SUBDIRS = M4 src examples tests/' ${WRKSRC}/Makefile
33
	@${REINPLACE_CMD} -e 's/SUBDIRS = M4 src doc examples tests/SUBDIRS = M4 src examples tests/' ${WRKSRC}/Makefile
(-)audio/libsamplerate/files/patch-src-samplerate.h (+11 lines)
Line 0 Link Here
1
--- src/samplerate.h.orig	2011-01-19 19:39:21.000000000 +0900
2
+++ src/samplerate.h	2011-10-13 14:14:56.000000000 +0900
3
@@ -174,7 +174,7 @@
4
 	SRC_SINC_MEDIUM_QUALITY		= 1,
5
 	SRC_SINC_FASTEST			= 2,
6
 	SRC_ZERO_ORDER_HOLD			= 3,
7
-	SRC_LINEAR					= 4,
8
+	SRC_LINEAR					= 4
9
 } ;
10
11
 /*

Return to bug 161568