Commit graph

11 commits

Author SHA1 Message Date
rillig
bdd529ab2a Use ../../category/package instead of ../package. 2005-10-23 19:05:34 +00:00
jmmv
e0e78ff7d0 For packages using libao, add a default dependency on a plugin (either
oss or sun), based on the current OS name.  This is only used if no
other libao plugin is installed, and is binary package friendly.

Addresses PR pkg/30920 by Chuck Cranor.
2005-10-08 12:30:38 +00:00
adam
3e7106a6e4 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-16 14:49:13 +00:00
tv
c487cb967a 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-10-03 00:12:51 +00:00
jlam
1a280185e1 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-09-22 08:09:14 +00:00
wiz
8fcc6f2165 Clean up traces of buildlink2->buildlink3 conversion; remove unused
bl2 file.
2004-04-22 12:29:35 +00:00
minskim
ef49a1ae7a bl3ify. 2004-03-07 06:21:51 +00:00
jlam
1de906e2e6 Only libao has been bl3ified. Fix building of libao-{arts,esound} until
they have been, too.
2004-01-07 18:00:16 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
87230a8e59 Initial import of libao-esound, version 0.8.3:
Libao is a cross-platform audio library that allows programs to
output audio using a simple API on a wide variety of platforms.

This package provides an esound plugin for libao's core.

Addresses part of PR pkg/20727.
2003-04-11 19:12:58 +00:00