diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-02 18:54:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-02 18:54:24 +0800 |
commit | bb93ff23540e185db03c87b2dd99039a8c9edf1f (patch) | |
tree | 934a6ef929a988d1d19e30fdb8bb3128f34a05f1 /audio/ecasound | |
parent | f15f4d5931bca3b452a7059c38e831e61e7c62db (diff) | |
download | freebsd-ports-gnome-bb93ff23540e185db03c87b2dd99039a8c9edf1f.tar.gz freebsd-ports-gnome-bb93ff23540e185db03c87b2dd99039a8c9edf1f.tar.zst freebsd-ports-gnome-bb93ff23540e185db03c87b2dd99039a8c9edf1f.zip |
- Update to 2.7.0
PR: 140113
Submitted by: Ports Fury
Diffstat (limited to 'audio/ecasound')
-rw-r--r-- | audio/ecasound/Makefile | 24 | ||||
-rw-r--r-- | audio/ecasound/distinfo | 6 | ||||
-rw-r--r-- | audio/ecasound/pkg-plist | 9 |
3 files changed, 28 insertions, 11 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index 82e88864c1ed..b8c340f2d46f 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ecasound -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.7.0 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ @@ -19,19 +18,21 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa OPTIONS= ARTS "Enable aRts support" off \ AUDIOFILE "Enable libaudiofile support" off \ JACK "Enable JACK support" off \ + LO "Enable liblo support" off \ + OIL "Enable liboil support" off \ SAMPLERATE "Enable libsamplerate support" off USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-pyecasound \ --disable-rubyecasound \ - --with-largefile \ --enable-sys-readline USE_LDCONFIG= yes -MAN1= ecasound-iam.1 ecasound.1 ecatools.1 ecafixdc.1 ecalength.1 \ - ecamonitor.1 ecanormalize.1 ecaplay.1 ecasignalview.1 +MAN1= ecaconvert.1 ecafixdc.1 ecalength.1 ecamonitor.1 \ + ecanormalize.1 ecaplay.1 ecasignalview.1 ecasound.1 \ + ecasound-iam.1 ecatools.1 MAN5= ecasoundrc.5 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} @@ -61,6 +62,16 @@ LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack CONFIGURE_ARGS+= --disable-jack .endif +.if defined(WITH_LO) +LIB_DEPENDS+= lo.7:${PORTSDIR}/audio/liblo +CONFIGURE_ARGS+= --enable-liblo +.endif + +.if defined(WITH_OIL) +LIB_DEPENDS+= oil-0.3.0:${PORTSDIR}/devel/liboil +CONFIGURE_ARGS+= --enable-liboil +.endif + .if defined(WITH_SAMPLERATE) LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate .else @@ -70,6 +81,7 @@ CONFIGURE_ARGS+= --disable-libsamplerate --disable-sndfile post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g ; \ s| $$EXTRAGCCFLAGS||g ; \ + s| $$EXTRACPPFLAGS||g ; \ s| -pthread||g ; \ s| -D_THREAD_SAFE||g ; \ s| -D_P1003_1B_VISIBLE||' ${WRKSRC}/configure diff --git a/audio/ecasound/distinfo b/audio/ecasound/distinfo index d66470a7a323..1030941d6316 100644 --- a/audio/ecasound/distinfo +++ b/audio/ecasound/distinfo @@ -1,3 +1,3 @@ -MD5 (ecasound-2.6.0.tar.gz) = 41f9445b9a9c0cde141831cb53d1ef8f -SHA256 (ecasound-2.6.0.tar.gz) = 925d12a422883c356565c542110d070f61c3693e01eaa1b00eb25082e4779f88 -SIZE (ecasound-2.6.0.tar.gz) = 966629 +MD5 (ecasound-2.7.0.tar.gz) = 0311307fa4fb4f085178843b3cec477a +SHA256 (ecasound-2.7.0.tar.gz) = 09337d9c00c9898cbd0fca17b88f8922b13f0b10b741da69a0b213911cc46b74 +SIZE (ecasound-2.7.0.tar.gz) = 1006849 diff --git a/audio/ecasound/pkg-plist b/audio/ecasound/pkg-plist index 307775bb91fd..ea00b07b88de 100644 --- a/audio/ecasound/pkg-plist +++ b/audio/ecasound/pkg-plist @@ -10,17 +10,20 @@ bin/libecasound-config bin/libecasoundc-config include/kvutils/kvu_com_line.h include/kvutils/kvu_dbc.h +include/kvutils/kvu_debug.h include/kvutils/kvu_definition_by_contract.h include/kvutils/kvu_fd_io.h include/kvutils/kvu_inttypes.h include/kvutils/kvu_locks.h include/kvutils/kvu_message_item.h +include/kvutils/kvu_message_queue.h include/kvutils/kvu_numtostr.h include/kvutils/kvu_object_queue.h include/kvutils/kvu_procedure_timer.h include/kvutils/kvu_rtcaps.h include/kvutils/kvu_temporary_file_directory.h include/kvutils/kvu_threads.h +include/kvutils/kvu_timestamp.h include/kvutils/kvu_utils.h include/kvutils/kvu_value_queue.h include/libecasound/audio-stamp.h @@ -81,13 +84,14 @@ include/libecasound/eca-audio-time.h include/libecasound/eca-chain.h include/libecasound/eca-chainop.h include/libecasound/eca-chainsetup-bufparams.h +include/libecasound/eca-chainsetup-edit.h include/libecasound/eca-chainsetup-parser.h include/libecasound/eca-chainsetup-position.h include/libecasound/eca-chainsetup.h include/libecasound/eca-chainsetup_impl.h -include/libecasound/eca-control-base.h include/libecasound/eca-control-dump.h -include/libecasound/eca-control-objects.h +include/libecasound/eca-control-main.h +include/libecasound/eca-control-mt.h include/libecasound/eca-control.h include/libecasound/eca-engine-driver.h include/libecasound/eca-engine.h @@ -106,6 +110,7 @@ include/libecasound/eca-object-factory.h include/libecasound/eca-object-map.h include/libecasound/eca-object.h include/libecasound/eca-operator.h +include/libecasound/eca-osc.h include/libecasound/eca-preset-map.h include/libecasound/eca-resources.h include/libecasound/eca-sample-conversion.h |