The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD audio : ecasound

Multitrack audio processing software

 Ecasound is a software package designed for multitrack audio
processing. It can be used for simple tasks like audio playback, 
recording and format conversions, as well as for multitrack effect 
processing, mixing, recording and signal recycling. Ecasound supports 
a wide range of audio inputs, outputs and effect algorithms. 
Effects and audio objects can be combined in various ways, and their
parameters can be controlled by operator objects like oscillators 
and MIDI-CCs. As most functionality is located in shared libraries,
creating alternative user-interfaces is easy. A versatile console mode
interface is included in the package. 

http://www.eca.cx/ecasound/



ecasound history


v. 1.34
date: 2007/10/23 23:06:48;  author: miwi;  state: Exp;  lines: +1 -1
- Update to 2.4.6.1

PR:		117330
Submitted by:	KATO Tsuguru 

v. 1.33 date: 2007/10/08 14:08:18; author: miwi; state: Exp; lines: +5 -4 - Update to 2.4.6 PR: 116016 Submitted by: KATO Tsuguru
v. 1.32 date: 2007/07/23 09:35:29; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.31 date: 2007/04/14 16:20:44; author: gabor; state: Exp; lines: +1 -5 - Remove 4.X support from unmaintained ports in categories starting with letter a-c
v. 1.30 date: 2007/01/10 18:21:44; author: miwi; state: Exp; lines: +5 -1 - Fix manpage install - Bump PORTREVISION Submitted by: pointyhat via kris
v. 1.29 date: 2006/12/21 19:57:26; author: miwi; state: Exp; lines: +2 -2 - Update to 2.4.5 PR: ports/106988 Submitted by: KATO Tsuguru
v. 1.28 date: 2006/08/14 10:08:22; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.27 date: 2006/08/06 05:38:13; author: rafan; state: Exp; lines: +6 -3 - Depend on readline port if library exists program will link it rather than a system one PR: ports/101437 Submitted by: Stanislav Sedov
v. 1.26 date: 2006/05/03 05:14:14; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports in categories starting with A.
v. 1.25 date: 2006/02/23 10:34:25; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.24 date: 2006/01/31 16:11:45; author: barner; state: Exp; lines: +5 -3 - Update to 2.4.4 Submitted by: Ports fury PR: ports/92609
v. 1.23 date: 2005/12/18 10:37:06; author: lawrance; state: Exp; lines: +33 -47 Update to 2.4.3. PR: ports/90562 Submitted by: Ports Fury
v. 1.22 date: 2005/11/26 05:13:17; author: linimon; state: Exp; lines: +1 -1 Reset maintainer at his request. PR: ports/89566
v. 1.21 date: 2005/11/15 06:47:51; author: ade; state: Exp; lines: +1 -3 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.20 date: 2004/07/09 17:41:51; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.19 date: 2004/06/04 17:29:08; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.18 date: 2004/03/14 06:15:56; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.17 date: 2004/02/04 05:18:26; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.16 date: 2003/10/23 19:07:47; author: arved; state: Exp; lines: +4 -3 USE_REINPLACE Respect CPPFLAGS and LDFLAGS PR: 47651 Submitted by: Simon Schubert
v. 1.15 date: 2003/09/24 09:37:03; author: osa; state: Exp; lines: +1 -1 Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998
v. 1.14 date: 2003/06/22 22:48:25; author: arved; state: Exp; lines: +1 -4 Update to 2.2.3 Fix Build. PR: 50858 Submitted by: "The Anarcat"
v. 1.13 date: 2003/05/06 07:02:47; author: kris; state: Exp; lines: +2 -0 BROKEN: Does not compile
v. 1.12 date: 2003/04/06 00:04:59; author: arved; state: Exp; lines: +4 -16 Update to 2.2.2 PR: 50580 Submitted by: maintainer
v. 1.11 date: 2003/02/21 10:59:27; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.10 date: 2003/01/14 04:17:21; author: kris; state: Exp; lines: +2 -1 Add some missing manpages
v. 1.9 date: 2002/12/26 10:57:07; author: edwin; state: Exp; lines: +1 -3 Removed sourceforge.net from the master-sites, the distfiles weren't there. Noticed by: portsurvey
v. 1.8 date: 2002/02/06 05:02:42; author: pat; state: Exp; lines: +1 -1 Update to 2.0.4 PR: 34645 Submitted by: maintainer
v. 1.7 date: 2002/01/06 06:20:17; author: will; state: Exp; lines: +1 -3 First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
v. 1.6 date: 2001/12/06 19:18:09; author: lioux; state: Exp; lines: +24 -7 o Update to 2.0.3 o Style fix: replace all spaces with tabs where appropriate o Add WITH_OPTMIZED_CFLAGS knob, build without any unless defined o Advertise WITH* options PR: 32139 Submitted by: maintainer
v. 1.5 date: 2001/09/15 04:35:42; author: dwcjr; state: Exp; lines: +13 -6 Make configure script find audio libs Bump PORTREVISION PR: 30058 Submitted by: maintainer
v. 1.4 date: 2001/08/24 17:04:29; author: roam; state: Exp; lines: +26 -12 Update to 2.0.2, introducing NOPORTDOCS support. PR: 30033 Submitted by: maintainer
v. 1.3 date: 2001/04/24 22:22:40; author: olgeni; state: Exp; lines: +15 -14 Update port to version 1.9dev5, plus misc. cleanups. Aside from the PR, I also removed the pkg-plist.py file and merged support for the python plist changes in the standard file, using PLIST_SUB. The plist has been resynced with the installed files, since "make package" used to fail. All patch files have been removed, as stated by related PR ports/26492, from maintainer. PR: 26629 (with some changes) Submitted by: maintainer
v. 1.2 date: 2001/03/17 13:40:04; author: dinoex; state: Exp; lines: +24 -5 from maintainer: Actually, the problem is that the ecasound port can optionally be compiled with python so that you have another interface to the program. The python dependency wasn't recorded in the makefile and the port was building the python bits by default, so the process of installing or packaging failed a one point. The fix is quite simple. And it features a couple of other enhancments. First off, the current plist must be renamed "pkg-plist.py". Second, a new plist must be made with the following diff on the original: me: The file pkg-plist contains only one revision, so a repro copy of this file won't be needed. I changed whitespaces to taps. PR: 25814 Submitted by: anarcat@tao.ca
v. 1.1 date: 2000/12/26 05:52:15; author: will; state: Exp; Add ecasound 1.8.5d15, a software package designed for multitrack audio processing. PR: 23778 Submitted by: The Anarcat =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm