svn commit: r331205 - head/multimedia/audacious-plugins
William Grzybowski
wg at FreeBSD.org
Mon Oct 21 23:09:05 UTC 2013
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} ""
More information about the svn-ports-all
mailing list