overdubbing, multiplying, reversing and more. It allows for multiple
simultaneous multi-channel loops limited only by your computer's available
memory.
WWW: http://essej.net/sooperlooper/
PR: ports/164642
Submitted by: mathias.picker@gmx.de
and pitch-shifting. It permits you to change the tempo and pitch of an audio
stream or recording dynamically and independently of one another.
WWW: http://breakfastquay.com/rubberband/
PR: ports/164641
Submitted by: mathias.picker@gmx.de
information from audio data typically referred to as audio analysis plugins or
audio feature extraction plugins.
WWW: http://www.vamp-plugins.org/
PR: ports/164640
Submitted by: mathias.picker@gmx.de
* additional proofing against invalid/malicious streams in decode
* fix a memory leak in vorbis_commentheader_out().
* updates, corrections and clarifications in the Vorbis I specification
document
- Use USE_DOS2UNIX to remove ^M from documentation
- Add support for the bundled configuration builder
- Move default logging directory to PORTNAME specific one
- Move example files to EXAMPLESDIR and make optional
- Remove dsp_sc plugin documentation
- Reinstate required_dirs variable from rc.d script
- Remove log file creation from rc.d script (no longer required)
- Display clean-up warning on port deinstall (based on bsd.port.mk)
PR: ports/164591
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> maintainer
Approved by: gabor (mentor)
version. I will maintain this port and host the tarball on my mirror.
The following changes were made to the re-rolled tarball:
- Merged all the FreeBSD patches
- Fixed new compiler warnings
- Added a note about the changes/tarball re-roll
- Changed the version to 2.0
Changes to the port:
- Reworked Makefile and pkg-descr
- Add LICENSE
pass necessary variables as MAKE_ARGS
- Define LICENSE knob (GPLv2) and hand over to multimedia@
- Cleanup Makefile a bit while I am at it (sort knobs, remove superfluous
variable PROGRAM)
- Detect MMX support per MACHINE_CPU, remove OPTIONS
- Remove .else clause since --disable-mmx is the default
- Collapse including <bsd.port.pre/post.mk> into just <bsd.port.mk>
- Reindent MAN1 variable assignment (line up with other knobs)
- Adjust COMMENT and Makefile header while I am here
- Bump from beta (build 14) to release (build 29)
- Resolve oddities surrounding PLIST_SUB and SUB_LIST (thanks Michael and Gabor)
- Update pkg-plist to reflect updated documentation
- Support creation of both sc_serv.log and sc_w3c.log on startup
PR: ports/16440
Approved by: gabor (mentor)
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr