svn commit: r301301 - head/audio/libbs2b

Pawel Pekala pawel at FreeBSD.org
Sun Jul 22 08:24:41 UTC 2012


Author: pawel
Date: Sun Jul 22 08:24:40 2012
New Revision: 301301
URL: http://svn.freebsd.org/changeset/ports/301301

Log:
  - Bump port after recent audio/libogg update [1]
  - Add explicit dependency on audio/libogg so this port
    will not be forgotten in the future [1]
  - Add explicit dependency on audio/flac and audio/vorbis,
    bs2bconvert binary links to them as well [2]
  
  PR:		ports/170034 [1]
  Submitted by:	myself [1], maintainer [2]
  Approved by:	maintainer

Modified:
  head/audio/libbs2b/Makefile

Modified: head/audio/libbs2b/Makefile
==============================================================================
--- head/audio/libbs2b/Makefile	Sun Jul 22 08:16:01 2012	(r301300)
+++ head/audio/libbs2b/Makefile	Sun Jul 22 08:24:40 2012	(r301301)
@@ -7,6 +7,7 @@
 
 PORTNAME=	libbs2b
 PORTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/bs2b/bs2b/${PORTVERSION}
 
@@ -14,7 +15,10 @@ MAINTAINER=	liangtai.s4 at gmail.com
 COMMENT=	Bauer Stereophonic-to-Binaural DSP
 
 BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkg-config
-LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS+=	sndfile:${PORTSDIR}/audio/libsndfile \
+		ogg:${PORTSDIR}/audio/libogg \
+		FLAC:${PORTSDIR}/audio/flac \
+		vorbis:${PORTSDIR}/audio/libvorbis
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes



More information about the svn-ports-head mailing list