2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-18 18:22:08 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 0.8.6:
0.8.6 - January 11, 2005
- Added Polypaudio driver(libao-polyp 0.4)
from Lennart Poettering
- Use esd_close() in the esd driver
- Broaden sample rate tolerance in the OSS driver for nForce
compatibility
|
2004-12-18 18:14:19 by grant beattie | Files touched by this commit (1) |
Log message:
add libmacosx for Darwin.
|
2004-12-18 18:12:00 by grant beattie | Files touched by this commit (1) |
Log message:
Darwin doesn't build liboss or libsun, but does use dlopen.
no PKGREVISION bump because it didn't build before.
|
2004-11-16 15:49:13 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
Changes 0.8.5:
* Support now for the ALSA 1.0 API
* ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap" \
option.
* Patch to OSS plugin to fix skipping issues with some drivers (like emu10k1).
* Can build with --disable-esd option again
* Minor build fixes
|
2004-11-12 02:18:44 by Hubert Feyrer | Files touched by this commit (2) |
Log message:
Give this a chance to build on MacOS X.
Tested by Holger Amann [keeney at fehu dot org]
|
2004-10-12 16:33:58 by Todd Vierling | Files touched by this commit (1) |
Log message:
Make work on Interix. (Its base libao has no direct audio drivers; a
plugin such as libao-esound is required.)
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-04-22 14:29:35 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Clean up traces of buildlink2->buildlink3 conversion; remove unused
bl2 file.
|