From owner-svn-ports-head@FreeBSD.ORG Wed Oct 9 12:50:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1A60932B; Wed, 9 Oct 2013 12:50:55 +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 0798D245D; Wed, 9 Oct 2013 12:50:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r99Cos1I066997; Wed, 9 Oct 2013 12:50:54 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r99CosSl066996; Wed, 9 Oct 2013 12:50:54 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310091250.r99CosSl066996@svn.freebsd.org> From: William Grzybowski Date: Wed, 9 Oct 2013 12:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329892 - head/multimedia/vdr-plugin-softhddevice 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: Wed, 09 Oct 2013 12:50:55 -0000 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}