From owner-svn-ports-head@FreeBSD.ORG Tue Oct 8 22:11:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA8ADB2C; Tue, 8 Oct 2013 22:11:23 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7FC82648; Tue, 8 Oct 2013 22:11:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r98MBNFp001388; Tue, 8 Oct 2013 22:11:23 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r98MBNRG001387; Tue, 8 Oct 2013 22:11:23 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310082211.r98MBNRG001387@svn.freebsd.org> From: William Grzybowski Date: Tue, 8 Oct 2013 22:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329839 - head/graphics/amide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 22:11:23 -0000 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