Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2009 03:00:11 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140113: Update port: audio/ecasound to 2.7.0
Message-ID:  <20091031030011.c2d50d79.tkato432@yahoo.com>
Resent-Message-ID: <200910301810.n9UIA3LA036509@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140113
>Category:       ports
>Synopsis:       Update port: audio/ecasound to 2.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 30 18:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 2.7.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/ecasound/Makefile audio/ecasound/Makefile
--- /usr/ports/audio/ecasound/Makefile	2009-05-13 02:07:53.000000000 +0900
+++ audio/ecasound/Makefile	2009-10-24 17:03:27.000000000 +0900
@@ -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 @@
 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 @@
 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 @@
 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 -urN /usr/ports/audio/ecasound/distinfo audio/ecasound/distinfo
--- /usr/ports/audio/ecasound/distinfo	2009-02-21 02:35:42.000000000 +0900
+++ audio/ecasound/distinfo	2009-10-20 23:56:46.000000000 +0900
@@ -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 -urN /usr/ports/audio/ecasound/pkg-plist audio/ecasound/pkg-plist
--- /usr/ports/audio/ecasound/pkg-plist	2009-02-21 02:35:42.000000000 +0900
+++ audio/ecasound/pkg-plist	2009-10-24 17:04:02.000000000 +0900
@@ -10,17 +10,20 @@
 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-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-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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091031030011.c2d50d79.tkato432>