Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 08:24:40 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301301 - head/audio/libbs2b
Message-ID:  <201207220824.q6M8OemL055785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207220824.q6M8OemL055785>