svn commit: r302650 - head/audio/pulseaudio

Koop Mast kwm at FreeBSD.org
Thu Aug 16 17:26:54 UTC 2012


Author: kwm
Date: Thu Aug 16 17:26:54 2012
New Revision: 302650
URL: http://svn.freebsd.org/changeset/ports/302650

Log:
  Implict depend on libsndfile, since libsndfile was made a optional depend in
  the libsamplerate port..
  
  Submitted by:	Luca Pizzamiglio <luca.pizzamiglio at gmail.com>
  		John Hein <gnome-jfbml at snkmail.com>

Modified:
  head/audio/pulseaudio/Makefile

Modified: head/audio/pulseaudio/Makefile
==============================================================================
--- head/audio/pulseaudio/Makefile	Thu Aug 16 17:05:58 2012	(r302649)
+++ head/audio/pulseaudio/Makefile	Thu Aug 16 17:26:54 2012	(r302650)
@@ -12,7 +12,7 @@
 
 PORTNAME=	pulseaudio
 PORTVERSION=	0.9.23
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://freedesktop.org/software/pulseaudio/releases/
 
@@ -20,6 +20,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Sound server for UNIX
 
 LIB_DEPENDS=	samplerate.1:${PORTSDIR}/audio/libsamplerate \
+		sndfile.1:${PORTSDIR}/audio/libsndfile \
 		speexdsp.1:${PORTSDIR}/audio/speex \
 		dbus-1.3:${PORTSDIR}/devel/dbus \
 		gdbm.4:${PORTSDIR}/databases/gdbm \



More information about the svn-ports-all mailing list