Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 13:00:39 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332237 - head/audio/twolame
Message-ID:  <201310311300.r9VD0dSg088987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Oct 31 13:00:38 2013
New Revision: 332237
URL: http://svnweb.freebsd.org/changeset/ports/332237

Log:
  audio/twolame: bring additional lib dependencies
  
  - FLAC, vorbis and ogg and linked with bin/twolame [1] (based on)
  
  PR:		ports/181213 [1]
  Submitted by:	bsam

Modified:
  head/audio/twolame/Makefile

Modified: head/audio/twolame/Makefile
==============================================================================
--- head/audio/twolame/Makefile	Thu Oct 31 12:56:19 2013	(r332236)
+++ head/audio/twolame/Makefile	Thu Oct 31 13:00:38 2013	(r332237)
@@ -3,6 +3,7 @@
 
 PORTNAME=	twolame
 PORTVERSION=	0.3.13
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF \
 		http://www.ecs.soton.ac.uk/~njh/twolame/
@@ -10,7 +11,10 @@ MASTER_SITES=	SF \
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	MPEG Audio Layer 2 encoder
 
-LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile \
+		libFLAC.so:${PORTSDIR}/audio/flac \
+		libvorbis.so:${PORTSDIR}/audio/livorbis \
+		libogg.so:${PORTSDIR}/audio/libogg
 
 USES=		gmake pathfix pkgconfig
 USE_LDCONFIG=	yes



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