Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2013 22:11:23 +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: r329839 - head/graphics/amide
Message-ID:  <201310082211.r98MBNRG001387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Oct  8 22:11:23 2013
New Revision: 329839
URL: http://svnweb.freebsd.org/changeset/ports/329839

Log:
  graphics/amide: link using ffmpeg0
  
  - Link using ffmpeg0
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/graphics/amide/Makefile

Modified: head/graphics/amide/Makefile
==============================================================================
--- head/graphics/amide/Makefile	Tue Oct  8 22:07:19 2013	(r329838)
+++ head/graphics/amide/Makefile	Tue Oct  8 22:11:23 2013	(r329839)
@@ -2,7 +2,7 @@
 
 PORTNAME=	amide
 PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.tgz
@@ -40,7 +40,7 @@ DCMTK_LIB_DEPENDS=		libdcmdata.so:${PORT
 FAME_CONFIGURE_ENABLE=		libfame
 FAME_LIB_DEPENDS=		libfame.so:${PORTSDIR}/multimedia/libfame
 FFMPEG_CONFIGURE_ENABLE=	ffmpeg
-FFMPEG_LIB_DEPENDS=		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
+FFMPEG_LIB_DEPENDS=		libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0
 GSL_CONFIGURE_ENABLE=		libgsl
 GSL_LIB_DEPENDS=		libgsl.so:${PORTSDIR}/math/gsl
 VOLPACK_CONFIGURE_ENABLE=	libvolpack
@@ -52,7 +52,10 @@ NLS_CONFIGURE_ENABLE=		nls
 post-patch:
 	@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
 		${WRKSRC}/amide_config.h.in
-	@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' \
+	@${REINPLACE_CMD} \
+		-e 's|%%LOCALBASE%%|${LOCALBASE}|' \
+		-e 's|libavcodec|libavcodec0|g' \
+		-e 's|libavutil|libavutil0|g' \
 		${WRKSRC}/configure
 
 .include <bsd.port.mk>



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