Date: Tue, 27 May 2008 08:05:49 +0200 From: Martin Wilke <miwi@FreeBSD.org> To: Edwin Groothuis <edwin@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/akode Makefile Message-ID: <20080527060549.GD68346@bsdcrew.de> In-Reply-To: <200805270557.m4R5v098046146@repoman.freebsd.org> References: <200805270557.m4R5v098046146@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, May 27, 2008 at 05:57:00AM +0000, Edwin Groothuis wrote: > edwin 2008-05-27 05:57:00 UTC > > FreeBSD ports repository > > Modified files: > audio/akode Makefile > Log: > Enable support for audio/akode-plugins-pulseaudio > > PR: ports/121344 > Submitted by: Scot Hetzel <swhetzel@gmail.com> And Maintainer approval ?? > > Revision Changes Path > 1.21 +6 -0 ports/audio/akode/Makefile > http://cvsweb.FreeBSD.org/ports/audio/akode/Makefile.diff?r1=1.20&r2=1.21 > | --- ports/audio/akode/Makefile 2008/03/13 17:40:57 1.20 > | +++ ports/audio/akode/Makefile 2008/05/27 05:57:00 1.21 > | @@ -2,11 +2,12 @@ > | # Date created: July 09 2004 > | # Whom: Michael Nottebrock <lofi@FreeBSD.org> > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/audio/akode/Makefile,v 1.20 2008/03/13 17:40:57 lofi Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/audio/akode/Makefile,v 1.21 2008/05/27 05:57:00 edwin Exp $ > | # > | > | PORTNAME= akode > | PORTVERSION= 2.0.2 > | +PORTREVISION= 1 > | PORTEPOCH= 1 > | CATEGORIES= audio kde > | MASTER_SITES= ${MASTER_SITE_GENTOO} > | @@ -24,6 +25,7 @@ OPTIONS= FFMPEG "FFMPEG decoder plugin" > | MPC "Monkey's Audio decoder plugin" on \ > | MPEG "MPEG Audio (including mp3) plugin" on \ > | OSS "OSS output plugin" on \ > | + PULSEAUDIO "Pulseaudio output plugin" off \ > | RESAMPLER "Resampler processing plugin" on \ > | XIPH "FLAC/Speex/Vorbis decoder plugin" on > | > | @@ -62,6 +64,10 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_ > | RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_oss_sink.so:${PORTSDIR}/audio/akode-plugins-oss > | .endif > | > | +.if defined(WITH_PULSEAUDIO) > | +RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_polyp_sink.so:${PORTSDIR}/audio/akode-plugins-pulseaudio > | +.endif > | + > | .if !defined(WITHOUT_RESAMPLER) > | RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_src_resampler.so:${PORTSDIR}/audio/akode-plugins-resampler > | .endif > - -- +-----------------------+-------------------------------+ | PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkg7pL0ACgkQFwpycAVoI1MC9gCgn/DVFn1LQ8G4q1veMTd1TwQV GB4AnR66TwjU3tNLy5qGsf7ielSBfWym =vSug -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080527060549.GD68346>