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

(-)audio/libsamplerate/Makefile (-4 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	libsamplerate
8
PORTNAME=	libsamplerate
9
PORTVERSION=	0.0.15
9
PORTVERSION=	0.1.1
10
PORTREVISION=	1
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	http://www.mega-nerd.com/SRC/
11
MASTER_SITES=	http://www.mega-nerd.com/SRC/
13
12
Lines 15-23 Link Here
15
COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio
14
COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio
16
15
17
LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
16
LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
18
		fftw.2:${PORTSDIR}/math/fftw
17
		fftw3.3:${PORTSDIR}/math/fftw3
19
18
20
USE_GNOME=	gnomehack gnometarget pkgconfig
19
USE_GNOME=	gnomehack gnometarget lthack pkgconfig
21
USE_INC_LIBTOOL_VER=	13
20
USE_INC_LIBTOOL_VER=	13
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LDFLAGS="-L${LOCALBASE}/lib"
22
		LDFLAGS="-L${LOCALBASE}/lib"
(-)audio/libsamplerate/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libsamplerate-0.0.15.tar.gz) = 6b15cc39d1275f1118de4d57f89544eb
1
MD5 (libsamplerate-0.1.1.tar.gz) = c50e68b6cc078b5aeb68e7be6faaf641
2
SIZE (libsamplerate-0.0.15.tar.gz) = 585250
2
SIZE (libsamplerate-0.1.1.tar.gz) = 699874
(-)audio/libsamplerate/files/patch-configure (-13 lines)
Lines 1-13 Link Here
1
2
$FreeBSD: ports/audio/libsamplerate/files/patch-configure,v 1.1 2003/02/03 12:40:41 sobomax Exp $
3
4
--- configure	2003/02/03 12:25:06	1.1
5
+++ configure	2003/02/03 12:25:19
6
@@ -7849,6 +7849,7 @@
7
 
8
 # This can be used to rebuild libtool when needed
9
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
10
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
11
 
12
 # Always use our own libtool.
13
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)audio/libsamplerate/pkg-plist (-4 / +1 lines)
Lines 2-15 Link Here
2
include/samplerate.h
2
include/samplerate.h
3
lib/libsamplerate.a
3
lib/libsamplerate.a
4
lib/libsamplerate.so
4
lib/libsamplerate.so
5
lib/libsamplerate.so.0
5
lib/libsamplerate.so.1
6
libdata/pkgconfig/samplerate.pc
6
libdata/pkgconfig/samplerate.pc
7
%%PORTDOCS%%%%DOCSDIR%%/SRC.css
7
%%PORTDOCS%%%%DOCSDIR%%/SRC.css
8
%%PORTDOCS%%%%DOCSDIR%%/SRC.png
8
%%PORTDOCS%%%%DOCSDIR%%/SRC.png
9
%%PORTDOCS%%%%DOCSDIR%%/api.html
9
%%PORTDOCS%%%%DOCSDIR%%/api.html
10
%%PORTDOCS%%%%DOCSDIR%%/api_full.html
11
%%PORTDOCS%%%%DOCSDIR%%/api_misc.html
12
%%PORTDOCS%%%%DOCSDIR%%/api_simple.html
13
%%PORTDOCS%%%%DOCSDIR%%/download.html
10
%%PORTDOCS%%%%DOCSDIR%%/download.html
14
%%PORTDOCS%%%%DOCSDIR%%/faq.html
11
%%PORTDOCS%%%%DOCSDIR%%/faq.html
15
%%PORTDOCS%%%%DOCSDIR%%/history.html
12
%%PORTDOCS%%%%DOCSDIR%%/history.html

Return to bug 69290