notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
polypaudio Sound server for UNIX
0.7_4 audio Deleted on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7_4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Project has been renamed pulseaudio, please use audio/pulseaudio instead
Maintainer: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-10-31 23:03:26
Last Update: 2008-01-01 22:39:42
SVN Revision: UNKNOWN
People watching this port, also watch:: taglib, xorg-fonts-miscbitmaps, python, libmad
License: not specified in port
WWW:
http://0pointer.de/lennart/projects/polypaudio/
Description:
Polypaudio is a sound server for UNIX. It is intended to be an improved drop-in replacement for the Enlightenment Sounds Daemon (ESOUND). In addition to the features ESDOUND provides, polypaudio has: * Extensible plugin architecture (by loading dynamic modules with dlopen()) * Support for more than one sink/source * Better low latency behavior * Embedable 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 recording * May be used to combine multiple sound cards to one (with sample rate adjustment) * Client side latency interpolation -- Polypaudio homepage WWW: http://0pointer.de/lennart/projects/polypaudio/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • polypaudio>0:audio/polypaudio
No installation instructions:
This port has been deleted.
PKGNAME: polypaudio
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. lynx : www/lynx
  2. gmake : devel/gmake
  3. libtool : devel/libtool15
  4. pkg-config : devel/pkg-config
  5. libraries : x11/xorg-libraries
Runtime dependencies:
  1. pkg-config : devel/pkg-config
  2. libraries : x11/xorg-libraries
Library dependencies:
  1. samplerate.1 : audio/libsamplerate
  2. ltdl.4 : devel/libltdl15
  3. glib-2.0.0 : devel/glib20
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7_4
01 Jan 2008 22:39:42
Original commit files touched by this commit
marcus search for other commits by this committer
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.
0.7_4
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
0.7_3
30 Apr 2007 00:17:51
Original commit files touched by this commit
marcus search for other commits by this committer
Fix this port to respect PTHREAD_{CFLAGS,LIBS}.

Submitted by:   nork
0.7_3
16 Apr 2007 12:31:24
Original commit files touched by this commit
ahze search for other commits by this committer
- Remove FreeBSD 4.x support [1]
- Mark DEPRECATED, use audio/pulseaudio instead

PR:             ports/111682 [1]
Submitted by:   edwin [1]
0.7_3
01 Feb 2007 02:42:06
Original commit files touched by this commit
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
0.7_3
05 Nov 2006 02:38:49
Original commit files touched by this commit
mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
0.7_3
03 May 2006 05:14:35
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
0.7_3
07 Mar 2006 08:28:06
Original commit files touched by this commit
ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
0.7_2
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.7_2
22 Jan 2006 05:52:28
Original commit files touched by this commit
edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
0.7_2
23 Nov 2005 22:41:05
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256 checksums
0.7_2
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
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.
0.7_2
05 Nov 2005 05:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
0.7_1
02 Apr 2005 16:41:52
Original commit files touched by this commit
ahze search for other commits by this committer
- Use USE_INC_LIBTOOL_VER instead of USE_LIBTOOL_VER to install .la files
  to fix runtime with libltdl
- Bump PORTREVISION
0.7
09 Jan 2005 17:53:39
Original commit files touched by this commit
kwm search for other commits by this committer
Update to version 0.7.
0.6
02 Nov 2004 21:38:48
Original commit files touched by this commit
marcus search for other commits by this committer
Add a missing dependency on libltdl.

Reported by:    pointyhat via kris
0.6
31 Oct 2004 22:53:01
Original commit files touched by this commit
marcus search for other commits by this committer
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

Number of commits found: 17