summaryrefslogtreecommitdiffstats
path: root/audio/polypaudio
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-231-2/+2
| | | | Approved by: portmgr (kris)
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256 checksumspav2005-11-231-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | 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.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* - Use USE_INC_LIBTOOL_VER instead of USE_LIBTOOL_VER to install .la filesahze2005-04-022-1/+88
| | | | | to fix runtime with libltdl - Bump PORTREVISION
* Update to version 0.7.kwm2005-01-0912-177/+83
|
* Add a missing dependency on libltdl.marcus2004-11-021-0/+1
| | | | Reported by: pointyhat via kris
* Add polypaudio, a sound server for UNIX that is designed to be a drop-inmarcus2004-10-3113-0/+421
replacement for ESOUND with a few more bells and whistles: * Extensible plugin architecture (by loading dynamic loadable modules with dlopen()) * Support for more than one sink/source * Better low latency behaviour * Embedabble into other software (the core is available as C library) * Completely asynchronous C API * Simple command line interface for reconfiguring the daemon while running * Flexible, implicit sample type conversion and resampling * "Zero-Copy" architecture * Module autoloading * Very accurate latency measurement for playback and recordin. * May be used to combine multiple sound cards to one (with sample rate adjustment) * Client side latency interpolation
OpenPOWER on IntegriCloud