Commit graph

63 commits

Author SHA1 Message Date
joerg
529a590738 FreeBSD also has esddsp files. Bump revision. 2006-08-26 15:25:26 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
drochner
9ccf74f69d update to 0.2.36
changes:
-minor fixes and cleanup
2005-07-27 17:16:32 +00:00
wiz
a0dd9db539 Convert to options framework. 2005-06-08 13:20:04 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
471e9747c2 Allow this to build on Interix in client-only mode. 2004-10-11 18:02:59 +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
wiz
3421ef6ad7 Update to 0.2.35:
* fix location of configuration file in man (Craig Routledge)
        * MMAP support for esddsp (from artsdsp, Olivier Blin)
        * GNU/kFreeBSD support (Robert Milan)
        * add new default_options in configuration file and environement
          variable, fix regression caused by patch since 0.2.30
        * use ALSA default alias (Cyrille Chepelov)
        * clean code (Kjartan Maraas)
2004-08-15 16:50:55 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
jmmv
30d971c510 Update to 0.2.34: fixes some unnecessary C99 constructs, so this should
build now properly with GCC 2.95.
2004-05-15 07:24:42 +00:00
xtraeme
5598787c3b Upgrade esound to 0.2.33.
Changes:

        * use new ALSA PCM API if available (Lukasz Mach and Eddy Mylyono)
        * fix build on AIX and OSF (Albert Chin-A-Young)
        * don't try to close audio device if not opened (Debian)
        * fix build with latest automake (Stanislav Bradec)
        * no longer required automake 1.4 (Thomas Cataldo)
        * Fix Darwin build (Jerry Talkington)
        * fix typo in manpage (Kjartan Maraas)

While here use subst.mk instead of patching configure script.
2004-03-02 05:03:47 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jlam
d19f053e4d bl3ify 2004-01-06 07:17:03 +00:00
wiz
1345b2f3cc Update to 0.2.32:
* Fix build when IPv6 is disabled (Soren Jacobsen)
        * Fix missing file in tarball (Dan Winship)
2003-09-07 10:46:06 +00:00
jmmv
852263d020 Update to 0.2.31: Solaris 8 build fixes. 2003-08-17 19:37:23 +00:00
jmmv
654aa2a2dc Update to 0.2.30:
* IPv6 support (Archana Shah)
* Cygwin support (Masahiro Sakai)
* MacOS X CoreAudio support (Masanori Sekino)
* Always read esd config file, not only when auto-spawning (James Strandboge)
* Prevents drop-outs for hardware allowing low period_size (ALSA) (Stanislav)
* Man pages fixes (Stanislav)
* Major code cleanup (Kjartan)
* Ensure esd_open_audio succeed if interrupted (Arvind)
* Allow 0 as auto-standby value (Mohammed Waleed Kadous)
* Allow simultaneous play and record on Solaris (Balamurali)
* Add support for session name to esdcat (j@thing.net)
2003-08-01 17:10:40 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
jmmv
f5a6ed4680 Install HTML documentation, as requested in PR pkg/20523 by Isihara Takanori.
Bump PKGREVISION to 1.
2003-03-15 08:58:43 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
jlam
1050902340 Use ossaudio.buildlink2.mk and modify to allow this to work with audio/oss. 2002-10-03 12:21:29 +00:00
wiz
643e28afad Use MASTER_SITES_GNOME. 2002-09-24 13:01:15 +00:00
wiz
29b5b532db Update to 0.2.29. Changes:
* audio.c: set esd_audio_fd = -1 when we esd_audio_close()
        * esd.c: Set esd_forced_standby = 0 when we resume.
        * players.c: (read_player): fix crash on Solaris 9
        * configure.in: add summary info at end of configure
        * esd.c: (main): Fix --help
        *esdsample.c: (main): Fixed buffer-overflows.
        *esddsp.c: (unlink), (sockaddr_mangle):Fixed buffer-overflows.
        *esd.c: (safe_mksocketdir):Added code to check the return value
        of chmod() call.Fixes bug #89609
        * esdctl.c: (main): fix segfault when using -s (Debian)
        * esddsp.in: No longer use LD_PRELOAD_PATH  (Debian)
        * configure.in: Added -with-esd-dir option.
        * esound.pc.in: Added esd_serverdir
        * Makefile.am:  ADD -DSERVERDIR to INCLUDES
        * esdlib.c:     Call esd from SERVERDIR.  Replaced sizeof()
                    call with strlen() which is more appropriate.
        Allow users to specify the location of the esd executable.  This
        is useful for setups which want to place the esd daemon in
        libexec rather than bin.

and some ALSA related fixes.
2002-09-23 15:02:26 +00:00
wiz
296e47119e Update to 0.2.28:
Bugfixes and new man pages.
2002-08-31 04:04:36 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
wiz
f45a8b48a0 Update to 0.2.26.
Changes: Fix resampling from 44 to 48kHz, and other bug fixes.
2002-05-08 14:26:07 +00:00
wiz
91f4e0d7a4 LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE. 2002-04-29 18:54:12 +00:00
wiz
20407861c9 Update to 0.2.25: Bugfix releases. 2002-04-29 08:40:27 +00:00
jlam
3bd6a6b610 Honor PKG_SYSCONFDIR. 2002-02-17 21:55:43 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
wiz
17887a8629 Update to 0.2.23. 'Major' changes since 0.2.22:
Added pkgconfig file; fix esd launch race condition, resulting in a 10s
pause.
2001-09-13 18:11:35 +00:00
jlam
9f84fdeada Remove inclusion of libgetopt/buildlink.mk. If the base system doesn't
supply a getopt_long function, then esound provides its own.
2001-08-20 03:47:05 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
31d1b3af60 Use REPLACE_BUILDLINK instead of repeating the post-build same code over
and over again in the pkgsrc tree.
2001-06-26 16:30:55 +00:00
jlam
8f1a1450ae Mark as USE_BUILDLINK_ONLY. 2001-06-19 04:00:48 +00:00
jlam
8f39419491 Regularize fixes to config scripts to use the same code. 2001-06-18 20:49:00 +00:00
jlam
0f5b5101f4 Convrt to use buildlink.mk. 2001-06-16 19:50:57 +00:00
rh
824d9c16fa Update esound to 0.2.22. Changes include:
o  esd supports for multiple recording clients
        - multiple esd_record_stream or esd_record_stream_fallback can
        now run simultaneously

o  security improvements
        - you should upgrade to 0.2.21 - older version have security
        holes, which can compromite account of any esd user
2001-04-06 22:41:37 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
jlam
6783f3499c Update esound to 0.2.20. Changes from version 0.2.19 include fix connecting to localhost (127.0.0.1) and other miscellaneous fixes. 2000-10-15 03:04:52 +00:00
wiz
5ff1f00f2d Update esound to 0.2.19. Changes from the ChangeLog:
* Undo esd_send_file change on 03-03 - it makes lots of things break.
* Fix fcntl that tried to remove non-blocking flag.
* audio_solaris.c: Don't set the output device, volume and
  balance when opening audio device. Those should be configurable
  by an external program and the values set that way preserved
  as defaults for sunsequent playing. (bugs #2587 and #5682)
2000-08-10 13:37:47 +00:00
jlam
dff1ef09e9 USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching
configure.
2000-06-09 07:23:20 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00