Date: Wed, 9 Oct 2013 12:50:54 +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: r329892 - head/multimedia/vdr-plugin-softhddevice Message-ID: <201310091250.r99CosSl066996@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Oct 9 12:50:54 2013 New Revision: 329892 URL: http://svnweb.freebsd.org/changeset/ports/329892 Log: multimedia/vdr-plugin-softhddevice: link using ffmpeg0 - Link using ffmpeg0 Modified: head/multimedia/vdr-plugin-softhddevice/Makefile Modified: head/multimedia/vdr-plugin-softhddevice/Makefile ============================================================================== --- head/multimedia/vdr-plugin-softhddevice/Makefile Wed Oct 9 12:34:24 2013 (r329891) +++ head/multimedia/vdr-plugin-softhddevice/Makefile Wed Oct 9 12:50:54 2013 (r329892) @@ -3,7 +3,7 @@ PORTNAME= vdr-plugin-softhddevice PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://projects.vdr-developer.org/attachments/download/1000/ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nox@FreeBSD.org COMMENT= Video Disk Recorder - softhddevice plugin -LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg \ +LIB_DEPENDS+= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \ vdpau:${PORTSDIR}/multimedia/libvdpau \ xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \ asound:${PORTSDIR}/audio/alsa-lib @@ -43,6 +43,9 @@ CONFIG+= -DUSE_VAAPI .endif post-patch: post-patch-plugin + @${REINPLACE_CMD} \ + -e 's,libavcodec,libavcodec0,g' \ + ${WRKSRC}/Makefile post-install: post-install-pluginlocales .if ${PORT_OPTIONS:MDOCS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310091250.r99CosSl066996>