- Update to 1.5
PR: 155816 Submitted by: Ports Fury
This commit is contained in:
parent
c60e19bf72
commit
ad68b44486
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271867
3 changed files with 17 additions and 8 deletions
|
@ -6,23 +6,30 @@
|
|||
#
|
||||
|
||||
PORTNAME= whysynth
|
||||
PORTVERSION= 20090608
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 20100922
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://smbolton.com/whysynth/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Versatile softsynth implemented as a DSSI plugin
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \
|
||||
${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
||||
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
|
||||
lo.7:${PORTSDIR}/audio/liblo \
|
||||
jack.0:${PORTSDIR}/audio/jack \
|
||||
fftw3f.5:${PORTSDIR}/math/fftw3-float
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (whysynth-20090608.tar.bz2) = cf25793f7743f9cd90fe433c6da7ca13218cd186f0d701351d28a66218660b71
|
||||
SIZE (whysynth-20090608.tar.bz2) = 2089470
|
||||
SHA256 (whysynth-20100922.tar.bz2) = 8a82520723bb7cdb788ff76b276418da49aa2cd6bd97801203e362b8fc46723f
|
||||
SIZE (whysynth-20100922.tar.bz2) = 2126947
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
lib/dssi/whysynth.so
|
||||
lib/dssi/whysynth.a
|
||||
lib/dssi/whysynth.la
|
||||
lib/dssi/whysynth.so
|
||||
lib/dssi/whysynth/WhySynth_gtk
|
||||
%%DATADIR%%/current_default_patches.WhySynth
|
||||
%%DATADIR%%/more_K4_interpretations.WhySynth
|
||||
%%DATADIR%%/version_20051005_patches.WhySynth
|
||||
%%DATADIR%%/version_20051231_patches.WhySynth
|
||||
%%DATADIR%%/version_20090608_patches.WhySynth
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm lib/dssi/whysynth
|
||||
|
|
Loading…
Reference in a new issue