Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2020 08:03:16 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557114 - head/audio/ecasound
Message-ID:  <202012060803.0B683GGB081669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Sun Dec  6 08:03:16 2020
New Revision: 557114
URL: https://svnweb.freebsd.org/changeset/ports/557114

Log:
  audio/ecasound: Update to 2.9.3
  
  Minor release with some bugfixes. Most important change
  is full support for Python 3 now.
  
  Changelog: https://nosignal.fi/ecasound/history.php
  
  PR:		251521
  Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
  Approved by:	arrowd (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27491

Modified:
  head/audio/ecasound/Makefile
  head/audio/ecasound/distinfo
  head/audio/ecasound/pkg-plist

Modified: head/audio/ecasound/Makefile
==============================================================================
--- head/audio/ecasound/Makefile	Sun Dec  6 08:03:01 2020	(r557113)
+++ head/audio/ecasound/Makefile	Sun Dec  6 08:03:16 2020	(r557114)
@@ -2,14 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	ecasound
-PORTVERSION=	2.9.1
-PORTREVISION=	7
+PORTVERSION=	2.9.3
 CATEGORIES=	audio
 MASTER_SITES=	http://ecasound.seul.org/download/ \
 		http://nosignal.fi/download/ \
 		http://ecawave.sourceforge.net/download/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	neel@neelc.org
 COMMENT=	Multitrack audio processing software
 
 LICENSE=	GPLv2 LGPL21
@@ -17,14 +16,14 @@ LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:audio/ladspa
 
-USES=		gmake libtool localbase:ldflags pkgconfig readline:port shebangfix
+USES=		gmake libtool localbase:ldflags ncurses pkgconfig \
+		readline:port shebangfix
 SHEBANG_FILES=	ecatools/ecamonitor
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-liblilv \
 		--disable-rubyecasound \
 		--enable-sys-readline=no \
 		--disable-arts
-USE_LDCONFIG=	yes
 
 LDFLAGS+=	-pthread
 
@@ -33,6 +32,8 @@ OPTIONS_DEFAULT=PYTHON
 OPTIONS_SUB=	yes
 
 ALSA_CONFIGURE_ENABLE=	alsa
+# Prevent from linking libasound.so if ALSA disabled.
+ALSA_CONFIGURE_ENV_OFF=	ac_cv_search_snd_pcm_open=no
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
 AUDIOFILE_CONFIGURE_ENABLE=	audiofile
 AUDIOFILE_LIB_DEPENDS=	libaudiofile.so:audio/libaudiofile
@@ -56,5 +57,9 @@ post-patch:
 		 s| $$EXTRACPPFLAGS||g ; \
 		 s| -D_P1003_1B_VISIBLE|| ; \
 		 s|python -c|$$PYTHONPATH -c|' ${WRKSRC}/configure
+
+post-install-PYTHON-off:
+	${RM} -R ${STAGEDIR}${PREFIX}/bin/ecamonitor
+	${RM} -R ${STAGEDIR}${MANPREFIX}/man/man1/ecamonitor.1.gz
 
 .include <bsd.port.mk>

Modified: head/audio/ecasound/distinfo
==============================================================================
--- head/audio/ecasound/distinfo	Sun Dec  6 08:03:01 2020	(r557113)
+++ head/audio/ecasound/distinfo	Sun Dec  6 08:03:16 2020	(r557114)
@@ -1,2 +1,3 @@
-SHA256 (ecasound-2.9.1.tar.gz) = 39fce8becd84d80620fa3de31fb5223b2b7d4648d36c9c337d3739c2fad0dcf3
-SIZE (ecasound-2.9.1.tar.gz) = 1057333
+TIMESTAMP = 1606889072
+SHA256 (ecasound-2.9.3.tar.gz) = 468bec44566571043c655c808ddeb49ae4f660e49ab0072970589fd5a493f6d4
+SIZE (ecasound-2.9.3.tar.gz) = 1101628

Modified: head/audio/ecasound/pkg-plist
==============================================================================
--- head/audio/ecasound/pkg-plist	Sun Dec  6 08:03:01 2020	(r557113)
+++ head/audio/ecasound/pkg-plist	Sun Dec  6 08:03:16 2020	(r557114)
@@ -1,7 +1,7 @@
 bin/ecaconvert
 bin/ecafixdc
 bin/ecalength
-bin/ecamonitor
+%%PYTHON%%bin/ecamonitor
 bin/ecanormalize
 bin/ecaplay
 bin/ecasignalview
@@ -160,7 +160,7 @@ lib/libkvutils.a
 man/man1/ecaconvert.1.gz
 man/man1/ecafixdc.1.gz
 man/man1/ecalength.1.gz
-man/man1/ecamonitor.1.gz
+%%PYTHON%%man/man1/ecamonitor.1.gz
 man/man1/ecanormalize.1.gz
 man/man1/ecaplay.1.gz
 man/man1/ecasignalview.1.gz



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