Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2013 23:09:05 +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: r331205 - head/multimedia/audacious-plugins
Message-ID:  <201310212309.r9LN95tw021432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Oct 21 23:09:05 2013
New Revision: 331205
URL: http://svnweb.freebsd.org/changeset/ports/331205

Log:
  multimedia/audacious-plugins: link against ffmpeg instead of ffmpeg-devel
  
  - Link against ffmpeg instead of ffmpeg-devel
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/multimedia/audacious-plugins/Makefile

Modified: head/multimedia/audacious-plugins/Makefile
==============================================================================
--- head/multimedia/audacious-plugins/Makefile	Mon Oct 21 22:46:49 2013	(r331204)
+++ head/multimedia/audacious-plugins/Makefile	Mon Oct 21 23:09:05 2013	(r331205)
@@ -3,6 +3,7 @@
 
 PORTNAME=	audacious-plugins
 PORTVERSION=	3.4.1
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://distfiles.audacious-media-player.org/
 
@@ -169,7 +170,7 @@ PLIST_SUB+=	FLACPLUGIN="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MFFAUDIO}
-LIB_DEPENDS+=	avcodec-devel:${PORTSDIR}/multimedia/ffmpeg-devel
+LIB_DEPENDS+=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
 CONFIGURE_ARGS+=--enable-ffaudio
 PLIST_SUB+=	FFAUDIOPLUGIN=""
 .else
@@ -375,14 +376,6 @@ pre-everything::
 	@${ECHO_CMD} ""
 .endif
 
-post-patch:
-.if ${PORT_OPTIONS:MFFAUDIO}
-	@${REINPLACE_CMD} -e 's|libavcodec |libavcodec-devel | ; \
-		s|libavformat |libavformat-devel | ; \
-		s|libavutil |libavutil-devel |' \
-	${WRKSRC}/configure ${WRKSRC}/configure.ac
-.endif
-
 pre-configure:
 .if ${PORT_OPTIONS:MAUDIOCD} && !exists(${LOCALBASE}/lib/libcdio_cdda.so)
 	@${ECHO_CMD} ""



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