summaryrefslogtreecommitdiff
path: root/audio/pulseaudio
AgeCommit message (Collapse)AuthorFilesLines
2012-01-08Whitespace only.shattered1-4/+4
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-12Fix build on SunOS 5.10 by #ifdefing the code using SO_TIMESTAMP.hans3-0/+74
Add the patches that I forgot in the previous commit.
2011-10-12Fix build on SunOS 5.10 (and probably older versions, too).hans3-8/+13
SunOS 5.10 doesn't have SO_TIMESTAMP, and it also lacks oss. For some reason the lack of oss also causes hal support to be disabled.
2011-09-14Fix build on SunOS.hans5-8/+53
2011-09-14Fix libatomic_ops dependency to match the logic in Makefile.hans1-2/+2
2011-09-14Make this build again with native pkg-config by using ${AUTORECONF_ARGS}.hans1-2/+2
2011-08-23Recursive bump from gdbm shlib bump.obache2-4/+4
2011-07-21Remove a lvalue cast in asm() to fix build with clang.joerg2-1/+26
2011-05-21Bump PKGREVISION for new patch.wiz1-2/+2
2011-05-21Add comments to most patches.wiz13-25/+79
Also add a patch by drochner: pthread_key_create returns 0 on success; return values on failure are not defined. Remaining patches without comments: patch-ab: adding an ifdef notyet in src/daemon/main.c patch-a{c,e}: --start -> -D (no idea why) patch-af: allow some Linux-only code also on NetBSD
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-01Add avahi as default options, because PA tools require it.ahoka1-1/+2
2011-01-20revert previous (except the build fix patch)ahoka1-7/+2
i was notified that a proposed fix is available
2011-01-20use pulse's poll wrapper on 5.99.* to workaround an assertionahoka3-3/+30
triggered on netbsd current systems possibly a bug in poll, but could be just some linuxism in the code this should be further investigated
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-02Fix path to dbus machine-id file. Bump PKGREVISION.wiz3-7/+16
From Chuck Silvers.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14More PKGREVISION bumps for pixman update.wiz1-2/+2
2010-08-10Fix build failure on NetBSD/arm.tsutsui3-5/+38
patch-ah (new): Fix wrong placed #else clause against #if defined(__linux__) in cpu-arm.c. patch-ba: Check NetBSD's native atomic_ops in configure even in arm case. configure checks $host_cpu first, not $host_os on checks for native atomic operations. (In upstream it seems fixed to see $host_os first but it might still have problem around NetBSD version checks)
2010-07-24Add fix for symlink race reported in CVE-2009-1299 taken fromtron4-3/+89
Lennart Poettering's GIT repository.
2010-07-04Don't attempt to create the directory "/lib/udev/rules.d" on platformstron2-7/+11
that don't use "udev".
2010-06-15require libsndfile>=1.0.20.obache1-1/+2
2010-06-08Needs at least autoconf 2.63. From Makoto Fujiwara in PR 43434.dholland1-2/+2
2010-02-22Add fix for NetBSD-4*, from Robert Elz in PR 42820.wiz1-1/+5
2010-02-11the libs need dbus, so propagate a dependencydrochner1-1/+2
2010-02-07Also add missing buildlinkfy to buildlink3.mk.obache1-1/+2
2010-02-02- add libsndfile to bl3jmcneill4-4/+89
- don't invoke git when running autoreconf - bump pkgrevision
2010-02-02Correct package list for systems with OSS support e.g. Mac OS X.tron1-4/+4
2010-02-01Add missing buildlinkry to fix modular X.org build.tnn1-1/+4
Bump PKGREVISION.
2010-02-01gc old patches, no longer necessary for pa 0.9.21jmcneill8-398/+0
2010-02-01Update pulseaudio to 0.9.21.jmcneill14-234/+374
Too many changes to list here: http://pulseaudio.org/milestone/0.9.15 http://pulseaudio.org/milestone/0.9.16 http://pulseaudio.org/milestone/0.9.17 http://pulseaudio.org/milestone/0.9.18 http://pulseaudio.org/milestone/0.9.19 http://pulseaudio.org/milestone/0.9.20 http://pulseaudio.org/milestone/0.9.21
2010-01-24Added LICENSE information.heinz1-1/+2
2010-01-21make the "avahi" option "off" per defauld, as in other pkgs,drochner2-4/+3
bump PKGREVISION
2009-12-27Avoid an assert on pthread_setschedparam() if the priority was alreadyabs3-7/+28
SCHED_OTHER - bump pkgrevision
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-09-18Fix default module path to not include trailing slashes as it breaksjoerg2-11/+22
libtool.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-28- plug up CVE-2009-1894, Linux specific local root shell vulnerabilitytnn3-6/+17
- add SPECIAL_PERMS to make the user-destdir build consistent - bump PKGREVISION
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-07Added minimum buildlink found in lib/libpulse.la (not all libpulse*.la).obache1-1/+11
Fixes PR#41625.
2009-07-05Remove trailing white spaces.obache1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-05-29Make pkgsrc provide autoconf>=2.62, the minimum version required here.heinz1-1/+3
See configure.ac, line 23.
2009-05-04Don't depend on the "consolekit" package under Mac OS X as thetron1-1/+3
"consolekit" package doesn't build.
2009-05-04depend on consolekit as well -- it checks for it at runtime. Bump PKGREVISION.wiz1-2/+3
2009-04-10Fix pulseaudio for Linux. From Aleksey Cheusov in PR 41184.wiz2-3/+9
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-21PKGREVISION bump for libsndfile ABI depends bump.wiz1-1/+2
2009-02-07Supports DESTDIR.joerg1-1/+3