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

(-)audio/csound6/Makefile (-2 / +10 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/audio/csound6/Makefile 394778 2015-08-19 13:29:59Z mat $
2
# $FreeBSD: head/audio/csound6/Makefile 394778 2015-08-19 13:29:59Z mat $
3
3
4
PORTNAME=	csound
4
PORTNAME=	csound
5
PORTVERSION=	6.05
5
PORTVERSION=	6.06
6
CATEGORIES=	audio lang
6
CATEGORIES=	audio lang
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION}
8
PKGNAMESUFFIX=	6
8
PKGNAMESUFFIX=	6
Lines 18-24 Link Here
18
		swig>2:${PORTSDIR}/devel/swig20 \
18
		swig>2:${PORTSDIR}/devel/swig20 \
19
		eigen>0:${PORTSDIR}/math/eigen3 \
19
		eigen>0:${PORTSDIR}/math/eigen3 \
20
		gmm++>0:${PORTSDIR}/math/gmm++
20
		gmm++>0:${PORTSDIR}/math/gmm++
21
LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
21
LIB_DEPENDS=	libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
22
		libsndfile.so:${PORTSDIR}/audio/libsndfile
22
23
23
USES=		bison cmake python:2
24
USES=		bison cmake python:2
24
CMAKE_ARGS=	-DBUILD_CSOUNDVST:BOOL=OFF \
25
CMAKE_ARGS=	-DBUILD_CSOUNDVST:BOOL=OFF \
Lines 57-62 Link Here
57
DSSI_RUN_DEPENDS=	dssi>0:${PORTSDIR}/audio/dssi
58
DSSI_RUN_DEPENDS=	dssi>0:${PORTSDIR}/audio/dssi
58
DSSI_CMAKE_OFF=		-DBUILD_DSSI_OPCODES:BOOL=OFF
59
DSSI_CMAKE_OFF=		-DBUILD_DSSI_OPCODES:BOOL=OFF
59
DSSI_CFLAGS=		-isystem ${LOCALBASE}/include/dssi
60
DSSI_CFLAGS=		-isystem ${LOCALBASE}/include/dssi
61
DSSI_PREVENTS=		ALSA
60
FLTK_DESC=		Build FLTK plugin and GUI
62
FLTK_DESC=		Build FLTK plugin and GUI
61
FLTK_LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-toolkits/fltk
63
FLTK_LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-toolkits/fltk
62
FLTK_CMAKE_ON=		-DBUILD_WINSOUND:BOOL=ON
64
FLTK_CMAKE_ON=		-DBUILD_WINSOUND:BOOL=ON
Lines 131-140 Link Here
131
	@${REINPLACE_CMD} -e \
133
	@${REINPLACE_CMD} -e \
132
		's| mixer)| csmixer)|' \
134
		's| mixer)| csmixer)|' \
133
		${WRKSRC}/util/CMakeLists.txt
135
		${WRKSRC}/util/CMakeLists.txt
136
.for i in Engine/auxfd.c H/prototyp.h OOps/diskin2.c OOps/dumpf.c \
137
	Opcodes/partials.c Top/csound.c
138
	@${REINPLACE_CMD} -e \
139
		's|\([[:blank:]]fd\)\(close\)|\1__\2|' ${WRKSRC}/${i}
140
.endfor
134
141
135
post-install:
142
post-install:
136
	@${LN} -sf libcsnd6.so.6.0 ${STAGEDIR}${PREFIX}/lib/libcsnd6.so.6
143
	@${LN} -sf libcsnd6.so.6.0 ${STAGEDIR}${PREFIX}/lib/libcsnd6.so.6
137
	@${LN} -sf libcsound64.so.6.0 ${STAGEDIR}${PREFIX}/lib/libcsound64.so.6
144
	@${LN} -sf libcsound64.so.6.0 ${STAGEDIR}${PREFIX}/lib/libcsound64.so.6
145
138
post-install-FLTK-on:
146
post-install-FLTK-on:
139
	@${LN} -sf libCsoundAC.so.6.0 ${STAGEDIR}${PREFIX}/lib/libCsoundAC.so.6
147
	@${LN} -sf libCsoundAC.so.6.0 ${STAGEDIR}${PREFIX}/lib/libCsoundAC.so.6
140
148
(-)audio/csound6/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (csound/Csound6.05.tar.gz) = 0d0ab4c1804265f4947e07c5e41ee72bc1a122b873bd77b9e7179f4c4db43a28
1
SHA256 (csound/Csound6.06.tar.gz) = 03e6542d60eaffc9b4c5e81f36243e8872dedbe94c036adaa8e07c27938feb11
2
SIZE (csound/Csound6.05.tar.gz) = 26208635
2
SIZE (csound/Csound6.06.tar.gz) = 27232172
(-)audio/csound6/files/patch-Opcodes-urandom.c (-10 lines)
Lines 1-10 Link Here
1
--- Opcodes/urandom.c.orig	2015-04-25 19:06:23 UTC
2
+++ Opcodes/urandom.c
3
@@ -22,7 +22,6 @@
4
 */
5
 
6
 #include "csdl.h"
7
-#include <ieee754.h>
8
 
9
 typedef struct {
10
     OPDS    h;
(-)audio/csound6/pkg-plist (+2 lines)
Lines 27-32 Link Here
27
bin/scsort
27
bin/scsort
28
bin/sdif2ad
28
bin/sdif2ad
29
bin/sndinfo
29
bin/sndinfo
30
bin/src_conv
30
bin/srconv
31
bin/srconv
31
%%FLTK%%bin/winsound
32
%%FLTK%%bin/winsound
32
include/csound/CppSound.hpp
33
include/csound/CppSound.hpp
Lines 70-75 Link Here
70
lib/csound/plugins-6.0/libfareygen.so
71
lib/csound/plugins-6.0/libfareygen.so
71
%%FLUIDSYNTH%%lib/csound/plugins-6.0/libfluidOpcodes.so
72
%%FLUIDSYNTH%%lib/csound/plugins-6.0/libfluidOpcodes.so
72
lib/csound/plugins-6.0/libfractalnoise.so
73
lib/csound/plugins-6.0/libfractalnoise.so
74
lib/csound/plugins-6.0/libframebuffer.so
73
%%HDF5%%lib/csound/plugins-6.0/libhdf5.so
75
%%HDF5%%lib/csound/plugins-6.0/libhdf5.so
74
%%PNG%%lib/csound/plugins-6.0/libimage.so
76
%%PNG%%lib/csound/plugins-6.0/libimage.so
75
lib/csound/plugins-6.0/libipmidi.so
77
lib/csound/plugins-6.0/libipmidi.so

Return to bug 203795