- Update to 2.7.0
PR: 140113 Submitted by: Ports Fury
This commit is contained in:
parent
0a3740e5f6
commit
47af41b8e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243649
3 changed files with 28 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue