| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jan 2008 22:39:42
0.7_4
|
marcus  |
Remove polypaudio. It has been depcreated for a while, and is no longer
maintained or fetchable from its old MASTER_SITE. It has been replaced by
pulseaudio. |
19 May 2007 20:32:57
0.7_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
30 Apr 2007 00:17:51
0.7_3
|
marcus  |
Fix this port to respect PTHREAD_{CFLAGS,LIBS}.
Submitted by: nork |
16 Apr 2007 12:31:24
0.7_3
|
ahze  |
- Remove FreeBSD 4.x support [1]
- Mark DEPRECATED, use audio/pulseaudio instead
PR: ports/111682 [1]
Submitted by: edwin [1] |
01 Feb 2007 02:42:06
0.7_3
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
05 Nov 2006 02:38:49
0.7_3
|
mezz  |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
03 May 2006 05:14:35
0.7_3
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
07 Mar 2006 08:28:06
0.7_3
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
0.7_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 05:52:28
0.7_2
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
23 Nov 2005 22:41:05
0.7_2
|
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
0.7_2
|
ade  |
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. |
05 Nov 2005 05:22:06
0.7_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
02 Apr 2005 16:41:52
0.7_1
|
ahze  |
- Use USE_INC_LIBTOOL_VER instead of USE_LIBTOOL_VER to install .la files
to fix runtime with libltdl
- Bump PORTREVISION |
09 Jan 2005 17:53:39
0.7
|
kwm  |
Update to version 0.7. |
02 Nov 2004 21:38:48
0.6
|
marcus  |
Add a missing dependency on libltdl.
Reported by: pointyhat via kris |
31 Oct 2004 22:53:01
0.6
|
marcus  |
Add polypaudio, a sound server for UNIX that is designed to be a drop-in
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 |