mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
63e653adaa
From [1] * What is new in gsl-2.7: * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com) * fixed bug #60335 (spmatrix test failure, J. Lamb) * fixed bug #36577 * clarified documentation on interpolation accelerators (V. Krishnan) * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte) * fixed doc bug #59758 * fixed bug #58202 (rstat median for n=5) * added support for native C complex number types in gsl_complex when using a C11 compiler * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 * updated exponential fitting example for nonlinear least squares * added banded LU decomposition and solver (gsl_linalg_LU_band) * New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap * bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me) * made gsl_sf_legendre_array_index() inline and documented - gsl_sf_legendre_nlm() [1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS PR: 256423 Exp-run by: antoine
88 lines
2.4 KiB
Makefile
88 lines
2.4 KiB
Makefile
# Created by: trevor
|
|
|
|
PORTNAME= snd
|
|
PORTVERSION= 21.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://ccrma.stanford.edu/software/snd/ \
|
|
SF
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Multitracking sound editor and utilities
|
|
|
|
LICENSE= snd
|
|
LICENSE_NAME= snd license
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= localbase:ldflags
|
|
|
|
OPTIONS_DEFINE= FFTW3 GSL S7 LADSPA MOTIF GTK2 X11 DOCS EXAMPLES
|
|
OPTIONS_DEFAULT= FFTW3 GSL LADSPA GTK2 X11
|
|
FFTW3_DESC= Use FFTW
|
|
GSL_DESC= Use GNU Scientific Library
|
|
S7_DESC= Use S7 as the extension language
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-float-samples
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= snd snd-info sndplay
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3
|
|
FFTW3_CONFIGURE_WITH= fftw
|
|
|
|
GSL_LIB_DEPENDS= libgsl.so:math/gsl
|
|
GSL_CONFIGURE_WITH= gsl
|
|
|
|
S7_CONFIGURE_WITH= s7
|
|
|
|
LADSPA_BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
|
|
LADSPA_RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
|
|
LADSPA_CONFIGURE_WITH= ladspa
|
|
|
|
GTK2_USES= gnome
|
|
GTK2_USE= GNOME=gtk20
|
|
GTK2_CONFIGURE_WITH= gtk
|
|
|
|
MOTIF_USES= motif
|
|
MOTIF_CONFIGURE_WITH= motif
|
|
|
|
X11_CONFIGURE_ON= --with-no-gui
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^ _Complex| Vaiolate _Complex|g ; \
|
|
s|-O2 -I|-I|g ; \
|
|
s|LDFLAGS -ldl|LDFLAGS|g' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|^sndinfo:|snd-info:|g ; \
|
|
s|-o sndinfo|-o snd-info|g' ${WRKSRC}/makefile.in
|
|
|
|
do-install:
|
|
.for i in snd snd-info sndplay
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
|
|
.endfor
|
|
${INSTALL_MAN} ${WRKSRC}/snd.1 ${STAGEDIR}${MANPREFIX}/man/man1/
|
|
|
|
do-install-S7-on:
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.scm ${STAGEDIR}${DATADIR}
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}/tools
|
|
${INSTALL_DATA} ${WRKSRC}/tools/*.scm ${STAGEDIR}${DATADIR}/tools
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}/sndins/samples
|
|
${INSTALL_DATA} ${WRKSRC}/sndins/samples/*.scm ${STAGEDIR}${DATADIR}/sndins/samples
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for i in HISTORY.Snd README.Snd
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR}
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/pix
|
|
${INSTALL_DATA} ${WRKSRC}/pix/*.png ${STAGEDIR}${DOCSDIR}/pix
|
|
|
|
do-install-EXAMPLES-on:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/DotEmacs ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|