svn commit: r557114 - head/audio/ecasound
Rainer Hurling
rhurlin at FreeBSD.org
Sun Dec 6 08:03:17 UTC 2020
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 at 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 at FreeBSD.org
+MAINTAINER= neel at 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
More information about the svn-ports-head
mailing list