pkgsrc/audio/esound/Makefile
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

25 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.35 2002/09/23 15:02:26 wiz Exp $
DISTNAME= esound-0.2.29
CATEGORIES= audio
MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/ \
ftp://gd.tuwien.ac.at/hci/GNOME/gnome.org/sources/esound/0.2/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html
COMMENT= the Enlightened sound daemon
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/esound
CONF_FILES= ${EGDIR}/esd.conf ${PKG_SYSCONFDIR}/esd.conf
.include "../../audio/libaudiofile/buildlink2.mk"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"