FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:09 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
pulseaudio 0.9.21_2 audio on this many watch lists=8 search for ports that depend on this port
Sound server for UNIX
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Oct 2006 09:37:06


PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
Win32 systems. A sound server is basically a proxy for your sound applications.
It allows you to do advanced operations on your sound data as it passes between
your application and your hardware. Things like transferring the audio to a
different machine, changing the sample format or channel count and mixing
several sounds into one are easily achieved using a sound server.

WWW: http://pulseaudio.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, x11/libX11, x11/libSM, x11/libXtst, x11/libICE, devel/libtool22, textproc/intltool, devel/pkg-config
Required To Run: x11/libX11, x11/libSM, x11/libXtst, x11/libICE, devel/pkg-config, devel/gio-fam-backend
Required Libraries: audio/libsamplerate, audio/speex, devel/dbus, databases/gdbm, devel/libexecinfo, sysutils/consolekit, net/avahi-app, sysutils/hal, devel/gettext, devel/libltdl22, accessibility/atk, devel/gconf2, devel/glib20, x11-toolkits/gtk20, devel/libIDL, textproc/libxml2, devel/ORBit2, x11-toolkits/pango

To install the port: cd /usr/ports/audio/pulseaudio/ && make install clean
To add the package: pkg_add -r pulseaudio


Configuration Options
===> The following configuration options are available for pulseaudio-0.9.21_2:
     JACK=Off (default) "JACK audio support"
     AVAHI=On (default) "Enable Avahi mDNS support"
     HAL=On (default) "Enable HAL support"
     GCONF=On (default) "Enable GConf support"
===> Use 'make config' to modify these settings

Master Sites:
http://0pointer.de/lennart/projects/pulseaudio/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-07-13
    Affects: users of audio/pulseaudio
    Author: gnome@FreeBSD.org
    Reason: 
      The realtime group (default GID of 557) has been renamed pulse-rt to keep
      in sync with the pulseaudio distribution.  If you are upgrading from a
      previous version of pulseaudio, you will need to modify /etc/group and
      change the name of the group with ID 557 to ``pulse-rt''.
    
    
Port Moves
  • port moved here from audio/polypaudio on 2008-01-01
    REASON: Project renamed

Number of commits found: 62

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.9.21_2
dinoex search for other commits by this committer
- update to jpeg-8
23 Jan 2010 19:49:26
Original commit files touched by this commit  0.9.21_1
marcus search for other commits by this committer
Unconditionally depend on consolekit, and remove an unused configure option.

PR:             142906
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
28 Nov 2009 20:06:37
Original commit files touched by this commit  0.9.21
marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
04 Oct 2009 18:53:26
Original commit files touched by this commit  0.9.19
marcus search for other commits by this committer
Fix the plist when Avahi support is not enabled.

Submitted by:   barbara <barbara.xxx1975@libero.it>
01 Oct 2009 04:23:02
Original commit files touched by this commit  0.9.19
marcus search for other commits by this committer
Update to 0.9.19.
20 Sep 2009 14:42:28
Original commit files touched by this commit  0.9.18
kwm search for other commits by this committer
Add --with-database=gdbm.

If tdb is installed it will prefer tdb over gdbm. So make it use gdbm.

Feature safe:   yes
19 Sep 2009 19:24:02
Original commit files touched by this commit  0.9.18
marcus search for other commits by this committer
Update to 0.9.18.

Feature safe:   yes
12 Sep 2009 02:32:49
Original commit files touched by this commit  0.9.17_1
marcus search for other commits by this committer
Do not install Linux-only directories.

Reported by:    pointyhat via erwin
11 Sep 2009 06:55:45
Original commit files touched by this commit  0.9.17
marcus search for other commits by this committer
Pulseaudio no longer comes with a pkg-message.
11 Sep 2009 04:45:50
Original commit files touched by this commit  0.9.17
marcus search for other commits by this committer
Update to 0.9.17.
06 Sep 2009 22:18:50
Original commit files touched by this commit  0.9.15_5
flz search for other commits by this committer
Add support to create users and groups from information stored in UIDs/GIDs
files. Users and groups won't be deleted at deinstall time as we're lacking
a refcount to know if any port is using them.

Also convert a few ports while I'm here.

PR:             ports/108514
Submitted by:   mm, self
17 Aug 2009 03:59:20
Original commit files touched by this commit  0.9.15_4
rnoland search for other commits by this committer
The hal detection component rejects everything except pcm0.  This is
not correct on FreeBSD.  This patch allows pulse to identify all valid
pcm devices in the gnome sound preferences.

Approved by:    marcus
03 Aug 2009 08:35:52
Original commit files touched by this commit  0.9.15_3
marcus search for other commits by this committer
Remove two patch hunks which cause issues with starting pulseaudio when
the default configuration file is used.
02 Aug 2009 22:29:12
Original commit files touched by this commit  0.9.15_2
mezz search for other commits by this committer
Force commit: Update to 0.9.15, it requires newer libtool22/libltdl22.
02 Aug 2009 20:36:34
Original commit files touched by this commit  0.9.15_2
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
10 Jul 2009 07:57:16
Original commit files touched by this commit  0.9.14_7
marcus search for other commits by this committer
Fix pulseaudio's interaction with OSS on FreeBSD.  Most notably, use the
fixer file descriptor when executing mixer-rleated ioctls.  It was only
luck that this used to work with the DSP file descriptor, but broke when
vpc was introduced in -CURRENT.

Thanks to ariff for tracking this down.

Submitted by:   ariff
10 May 2009 06:34:39
Original commit files touched by this commit  0.9.14_6
marcus search for other commits by this committer
Make sure the configuration files get installed correctly when using
packages.

Reported by:    Joseph S. Atkinson <jsatkinson@embarqmail.com>
27 Apr 2009 19:56:46
Original commit files touched by this commit  0.9.14_5
marcus search for other commits by this committer
Re-add some patches as extra patches for older versions of FreeBSD to fix
a deadlock in pulseaudio.
24 Apr 2009 07:38:26
Original commit files touched by this commit  0.9.14_4
kwm search for other commits by this committer
Presenting GNOME 2.26.1 for FreeBSD.

Approved by:    portmgr (marcus)
13 Apr 2009 02:20:45
Original commit files touched by this commit  0.9.14_2
marcus search for other commits by this committer
Mark unsafe for multiple jobs.

Reported by:    rnoland
10 Apr 2009 06:56:28
Original commit files touched by this commit  0.9.14_2
marcus search for other commits by this committer
Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
16 Mar 2009 09:53:47
Original commit files touched by this commit  0.9.14
linimon search for other commits by this committer
Mark as broken on sparc64.
20 Jan 2009 02:32:43
Original commit files touched by this commit  0.9.14
marcus search for other commits by this committer
Update to 0.9.14.
01 Jan 2009 18:44:21
Original commit files touched by this commit  0.9.13_2
mezz search for other commits by this committer
Add a missing dependency, intltool, when disable HAL, DBUS and GCONF options
at the same time. Bump the PORTREVISION.

PR:             ports/130094
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
17 Dec 2008 05:42:43
Original commit files touched by this commit  0.9.13_1
marcus search for other commits by this committer
Change avahi dependency to avahi-client.

PR:             129692
10 Nov 2008 22:16:02
Original commit files touched by this commit  0.9.13_1
mezz search for other commits by this committer
Add a missing dependency, databases/gdbm, when WITHOUT_AVAHI is defined. Bump
the PORTREVISION.

PR:             ports/128688
Reported by:    amdmi3
03 Nov 2008 20:20:23
Original commit files touched by this commit  0.9.13
mezz search for other commits by this committer
Remove -Wmissing-include-dirs from the build to avoid crash in the build.

PR:             ports/128261
Submitted by:   Scot W. Hetzel <swhetzel@gmaill.com>
08 Oct 2008 18:35:13
Original commit files touched by this commit  0.9.13
marcus search for other commits by this committer
Update to 0.9.13.
29 Sep 2008 05:33:09
Original commit files touched by this commit  0.9.12
marcus search for other commits by this committer
Update to 0.9.12.
26 Jul 2008 22:29:53
Original commit files touched by this commit  0.9.11
marcus search for other commits by this committer
Update to 0.9.11.
06 Jun 2008 14:07:20
Original commit files touched by this commit  0.9.10_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.9.10_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
02 Apr 2008 15:20:47
Original commit files touched by this commit  0.9.10
ahze search for other commits by this committer
Add pkg-message

Pulseaudio is designed to run in realtime, to achieve this pulseaudio is
marked SUID root by default. To take advantage of pulseaudio's realtime
functionality you must be a member of the 'pulse-rt' group.

ie: 'pw mod group pulse-rt -m [USERNAME]'

Discussed with: marcus
31 Mar 2008 13:02:19
Original commit files touched by this commit  0.9.10
ahze search for other commits by this committer
Update to 0.9.10
25 Mar 2008 15:07:01
Original commit files touched by this commit  0.9.9_1
ahze search for other commits by this committer
Fix plist
24 Mar 2008 03:50:55
Original commit files touched by this commit  0.9.9_1
marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
20 Mar 2008 09:19:39
Original commit files touched by this commit  0.9.9
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
15 Mar 2008 18:49:17
Original commit files touched by this commit  0.9.9
marcus search for other commits by this committer
One more pass at fixing this on 5.X.

Reported by:    pointyhat via pav
02 Mar 2008 06:03:39
Original commit files touched by this commit  0.9.9
marcus search for other commits by this committer
Port the atomic_fetchadd_int function for use on 5.X.

Reported by:    pointyhat via pav
25 Feb 2008 19:12:21
Original commit files touched by this commit  0.9.9
marcus search for other commits by this committer
Update to 0.9.9.
09 Jan 2008 22:02:40
Original commit files touched by this commit  0.9.8_1
marcus search for other commits by this committer
Correct patch path typo.
09 Jan 2008 22:01:52
Original commit files touched by this commit  0.9.8_1
marcus search for other commits by this committer
Fix the build on 5.X.

Reported by:    pointyhat via erwin
05 Jan 2008 18:42:50
Original commit files touched by this commit  0.9.8_1
marcus search for other commits by this committer
Fix typo, and patch the correct Makefile.

Reported by:    Romain Tartiere <romain@blogreen.org>
05 Jan 2008 15:02:37
Original commit files touched by this commit  0.9.8_1
marcus search for other commits by this committer
Remove -Wl,-no-undefined from the LDFLAGS to allow pulse to build on
FreeBSD < 7.X.

PR:             119286
04 Jan 2008 01:05:26
Original commit files touched by this commit  0.9.8_1
marcus search for other commits by this committer
* Fix some potential 64-bit problems
* Fix a build problem on < 7.X

Submitted by:   Christoph Moench-Tegeder <cmt@burggraben.net>
01 Jan 2008 22:35:54
Original commit files touched by this commit  0.9.8
marcus search for other commits by this committer
Update to 0.9.8.
26 Dec 2007 02:32:46
Original commit files touched by this commit  0.9.6_4
marcus search for other commits by this committer
Pulseaudio only needs to depend on avahi-app.

PR:             119021
Submitted by:   "Dima Panov" <fluffy@fluffy.khv.ru>
25 Oct 2007 00:37:25
Original commit files touched by this commit  0.9.6_4
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 Jul 2007 07:40:50
Original commit files touched by this commit  0.9.6_3
marcus search for other commits by this committer
Change the pulseaudio realtime group from ``realtime'' to `pulse-rt'' to stay
in sync with the distribution.
12 Jul 2007 05:08:56
Original commit files touched by this commit  0.9.6_2
marcus search for other commits by this committer
Fix some crashes and some build warnings.  This should get pulse working as an
ESD replacement once again.

Reported by:    lofi
09 Jul 2007 06:30:36
Original commit files touched by this commit  0.9.6_1
marcus search for other commits by this committer
Fix the build and some possible functionality issues on 64-bit platforms.
09 Jul 2007 03:59:25
Original commit files touched by this commit  0.9.6
marcus search for other commits by this committer
Update to 0.9.6.
28 May 2007 19:52:12
Original commit files touched by this commit  0.9.5_5
marcus search for other commits by this committer
Remove a leftover directory in the (default) GConf case.

Reported by:    pointyhat via kris
25 May 2007 16:57:49
Original commit files touched by this commit  0.9.5_4
marcus search for other commits by this committer
Correct patch name so that it actually applies.

Reported by:    Volodymyr Kostyrko <arcade@synergetica.dn.ua>
24 May 2007 19:59:23
Original commit files touched by this commit  0.9.5_3
marcus search for other commits by this committer
Fix creating of shared memory segments by specifying a writable location to
store the associated file.

Reported by:    Khairil Yusof <kaeru@inigo-tech.com>
Approved by:    portmgr
19 May 2007 21:32:57
Original commit files touched by this commit  0.9.5_2
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}.
02 May 2007 19:40:01
Original commit files touched by this commit  0.9.5_1
marcus search for other commits by this committer
Remove a leftover directory.

Reported by:    pointyhat via kris
30 Apr 2007 01:20:34
Original commit files touched by this commit  0.9.5
marcus search for other commits by this committer
* Update to 0.9.5
* Respect PTHREAD_{CFLAGS,LIBS}
* Make sure pulse-dependent applications are linked against PTHREAD_LIBS [1]
* Add missing pulse and pulse-access user and groups

Reported by:    Romain Tartiere <romain@blogreen.org> [1]
05 Mar 2007 16:56:24
Original commit files touched by this commit  0.9.4
ahze search for other commits by this committer
- Update to 0.9.4
- Add support for audio/jack via WITH_JACK

PR:             109894
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
10 Feb 2007 23:38:52
Original commit files touched by this commit  0.9.3_1
marcus search for other commits by this committer
Chase the avahi-core shared lib version.
04 Nov 2006 22:28:57
Original commit files touched by this commit  0.9.3
mezz search for other commits by this committer
Mark IGNORE on 4.X as it does not build.

Reported by:    krismail
14 Oct 2006 09:35:50
Original commit files touched by this commit  0.9.3
marcus search for other commits by this committer
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 62

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.239 seconds.