From owner-svn-ports-head@FreeBSD.ORG Wed Oct 9 12:51:39 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 90C3241A; Wed, 9 Oct 2013 12:51:39 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F5C22465; Wed, 9 Oct 2013 12:51:39 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id v2so508686qcr.6 for ; Wed, 09 Oct 2013 05:51:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vxisewVJxIdxwOyLu9bRZGGW/5M8tOfR+4fch/gLzNM=; b=I/fJlf1uXERhzJbVV8RhmVhASPdZn4WhHBKEh1oQOKEAuw1tYin2mCT/AbPRTsRVpH QgLierooIAFbeAWzMKTBxXkddYuG0AzRzPO7QrjwEqwI36oJF/gYBjnWSN1eJLoLP6Md SfJRMVMDdAcqTB/yzrng72CAJJEmStoi/aCBb72NfEBZ7lHyhyBEzdKxMP3dIFqmN5QG hp5MPYiob8U5jx2iRh5kQoFOcrdaeZagyb6heAhhFPQxRAAAoB4XuJtdRSHP7I3orwKT 2jj0z4fRUCiUqwl54ud4O6JXHxA961nJvxrOnoQv/Bh02nf1djK29aAzvB9OH7kPzfCZ /SkA== MIME-Version: 1.0 X-Received: by 10.224.165.136 with SMTP id i8mr10913106qay.82.1381323098158; Wed, 09 Oct 2013 05:51:38 -0700 (PDT) Received: by 10.140.81.233 with HTTP; Wed, 9 Oct 2013 05:51:38 -0700 (PDT) In-Reply-To: <201310091250.r99CosSl066996@svn.freebsd.org> References: <201310091250.r99CosSl066996@svn.freebsd.org> Date: Wed, 9 Oct 2013 09:51:38 -0300 Message-ID: Subject: Re: svn commit: r329892 - head/multimedia/vdr-plugin-softhddevice From: William Grzybowski To: William Grzybowski Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers 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:51:39 -0000 On Wed, Oct 9, 2013 at 9:50 AM, William Grzybowski wrote: > 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 Approved by: portmgr (bapt, implicit) Sorry :) > > 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} -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil