1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Depend on audio/libsndfile, package links to it when available on

system and at least TWOLAME option needs it to configure properly.

PR:		ports/183950
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
Approved by:	maintainer timeout
This commit is contained in:
Pawel Pekala 2013-12-12 19:30:43 +00:00
parent 1bcf82ea75
commit f861d69b29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336285

View File

@ -3,6 +3,7 @@
PORTNAME= audacity
PORTVERSION= 2.0.5
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE \
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
@ -13,6 +14,8 @@ COMMENT= GUI editor for digital audio waveforms
LICENSE= GPLv2
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
USE_AUTOTOOLS= aclocal autoconf
@ -66,9 +69,6 @@ CONFIGURE_ARGS+= --disable-sse
DEBUG_CONFIGURE_WITH= debug
SNDFILE_CONFIGURE_WITH= libsndfile
SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
FFMPEG_CONFIGURE_WITH= ffmpeg
FFMPEG_RUN_DEPENDS= ffmpeg0:${PORTSDIR}/multimedia/ffmpeg0
FFMPEG_BUILD_DEPENDS= ffmpeg0>=0:${PORTSDIR}/multimedia/ffmpeg0