From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 30 18:10:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36E5A106568F for ; Fri, 30 Oct 2009 18:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 15B398FC1B for ; Fri, 30 Oct 2009 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9UIA3OE036510 for ; Fri, 30 Oct 2009 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9UIA3LA036509; Fri, 30 Oct 2009 18:10:03 GMT (envelope-from gnats) Resent-Date: Fri, 30 Oct 2009 18:10:03 GMT Resent-Message-Id: <200910301810.n9UIA3LA036509@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CC031065676 for ; Fri, 30 Oct 2009 18:00:59 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id EB6BC8FC0C for ; Fri, 30 Oct 2009 18:00:58 +0000 (UTC) Received: from localhost.localdomain (ZT029225.ppp.dion.ne.jp [59.128.29.225]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 6D42E4AC036 for ; Sat, 31 Oct 2009 03:00:50 +0900 (JST) Message-Id: <20091031030011.c2d50d79.tkato432@yahoo.com> Date: Sat, 31 Oct 2009 03:00:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/140113: Update port: audio/ecasound to 2.7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2009 18:10:04 -0000 >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: