summaryrefslogtreecommitdiff
path: root/print/apsfilter/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2006-07-09 16:34:49 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2006-07-09 16:34:49 +0000
commitb26f78bb3ff8cfd3e5f756feff1f62058b0f6839 (patch)
treee7649d90d4fa26226950135a2e523d0036ce9693 /print/apsfilter/Makefile
parentUpdate to 7900. (diff)
Update to new version 7.2.8
New features: can play audio files. lpd then acts like a jukebox. Remote Audio printing/playing is at experimental stage (untested). Theoretically it should be possible that multiple print clients feed the central print server with sound card with audio files.
Notes
Notes: svn path=/head/; revision=167281
Diffstat (limited to 'print/apsfilter/Makefile')
-rw-r--r--print/apsfilter/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 17b33cfaf278..d79934e40823 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= apsfilter
-PORTVERSION= 7.2.7
-PORTREVISION= 2
+PORTVERSION= 7.2.8
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
@@ -93,6 +92,10 @@ RUN_DEPENDS+= wmf2eps:${PORTSDIR}/graphics/libwmf
RUN_DEPENDS+= sk2ps:${PORTSDIR}/graphics/skencil
RUN_DEPENDS+= tgif:${PORTSDIR}/graphics/tgif-nls
RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig
+# filter utilities for playing audio files via line printer scheduler
+RUN_DEPENDS+= mpg321:${PORTSDIR}/audio/mpg321
+RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools
+RUN_DEPENDS+= wavplay:${PORTSDIR}/audio/wavplay
.else
# "xxx to ps" filter utilities that don't require X
# XXX needs more work