Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151262296
D27491.id80379.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D27491.id80379.diff
View Options
Index: head/audio/ecasound/Makefile
===================================================================
--- head/audio/ecasound/Makefile
+++ head/audio/ecasound/Makefile
@@ -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 @@
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_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 @@
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>
Index: head/audio/ecasound/distinfo
===================================================================
--- head/audio/ecasound/distinfo
+++ head/audio/ecasound/distinfo
@@ -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
Index: head/audio/ecasound/pkg-plist
===================================================================
--- head/audio/ecasound/pkg-plist
+++ head/audio/ecasound/pkg-plist
@@ -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 @@
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 4:40 AM (11 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30994214
Default Alt Text
D27491.id80379.diff (2 KB)
Attached To
Mode
D27491: audio/ecasound: Update to 2.9.3
Attached
Detach File
Event Timeline
Log In to Comment