diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-27 05:57:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-27 05:57:00 +0000 |
commit | f474bd0bc50dff40611528426885cc708dd62f4a (patch) | |
tree | 0a93b10fdfe46f7dac668ccc79c91a054bde0829 /audio/akode | |
parent | a57d45076c54ffb96420ab8f9f6affa5b30ce368 (diff) | |
download | ports-f474bd0bc50dff40611528426885cc708dd62f4a.tar.gz ports-f474bd0bc50dff40611528426885cc708dd62f4a.zip |
Notes
Diffstat (limited to 'audio/akode')
-rw-r--r-- | audio/akode/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile index cddd1a7afdaf..50ab3ad5a7aa 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -7,6 +7,7 @@ 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" off \ 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_mpeg_decoder.so:${PORTSDIR}/audio/akode- 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 |