diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-27 13:57:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-27 13:57:00 +0800 |
commit | 2081324031d83c963a430830a3f34048aa35f51b (patch) | |
tree | fefed10738fa511f2005abf3b16a1e9dfaa582c6 | |
parent | 5efc726ffc1949fbcc74470882ec94cfdd8d1cd4 (diff) | |
download | freebsd-ports-gnome-2081324031d83c963a430830a3f34048aa35f51b.tar.gz freebsd-ports-gnome-2081324031d83c963a430830a3f34048aa35f51b.tar.zst freebsd-ports-gnome-2081324031d83c963a430830a3f34048aa35f51b.zip |
Enable support for audio/akode-plugins-pulseaudio
PR: ports/121344
Submitted by: Scot Hetzel <swhetzel@gmail.com>
-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 |