From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 12 13:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 14D8DF4F for ; Wed, 12 Jun 2013 13:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EBA5B1A4F for ; Wed, 12 Jun 2013 13:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5CD00EZ008323 for ; Wed, 12 Jun 2013 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5CD00JR008322; Wed, 12 Jun 2013 13:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 12 Jun 2013 13:00:00 GMT Resent-Message-Id: <201306121300.r5CD00JR008322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Kondratiev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 093B3F24 for ; Wed, 12 Jun 2013 12:58:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id F02A41A3B for ; Wed, 12 Jun 2013 12:58:50 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5CCwoSD076394 for ; Wed, 12 Jun 2013 12:58:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5CCwoq2076393; Wed, 12 Jun 2013 12:58:50 GMT (envelope-from nobody) Message-Id: <201306121258.r5CCwoq2076393@oldred.freebsd.org> Date: Wed, 12 Jun 2013 12:58:50 GMT From: Vladimir Kondratiev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179511: [patch] multimedia/audacious-plugins: fix ffaudio plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 13:00:01 -0000 >Number: 179511 >Category: ports >Synopsis: [patch] multimedia/audacious-plugins: fix ffaudio plugin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vladimir Kondratiev >Release: 10.0-CURRENT r251566 >Organization: >Environment: FreeBSD wulf 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r251566M: Sun Jun 9 17:21:34 MSK 2013 root@wulf:/usr/obj/usr/src/sys/WULF amd64 >Description: ffaudio plugin can not be built as configure script checks version of multimedia/ffmpeg libs and finds it outdated. Attached patch fixes configure script allowing it to check libs from newer multimedia/ffmpeg1 port. >How-To-Repeat: Build port with FFAUDIO option enabled >Fix: patch attached Patch attached with submission follows: Index: audacious-plugins/Makefile =================================================================== --- audacious-plugins/Makefile (revision 320674) +++ audacious-plugins/Makefile (working copy) @@ -348,6 +348,14 @@ @${ECHO_CMD} "" .endif +post-patch: +.if ${PORT_OPTIONS:MFFAUDIO} + @${REINPLACE_CMD} -e 's|libavcodec |libavcodec1 |' \ + -e 's|libavformat |libavformat1 |' \ + -e 's|libavutil |libavutil1 |' \ + ${WRKSRC}/configure ${WRKSRC}/configure.ac +.endif + pre-configure: .if ${PORT_OPTIONS:MAUDIOCD} && !exists(${LOCALBASE}/lib/libcdio_cdda.so) @${ECHO_CMD} "" Index: audacious-plugins/pkg-plist =================================================================== --- audacious-plugins/pkg-plist (revision 320674) +++ audacious-plugins/pkg-plist (working copy) @@ -162,6 +162,7 @@ lib/audacious/Input/tonegen.so lib/audacious/Input/vtx.so %%FLACPLUGIN%%lib/audacious/Input/flacng.so +%%FFAUDIOPLUGIN%%lib/audacious/Input/ffaudio.so lib/audacious/Input/xsf.so %%ADPLUGPLUGIN%%lib/audacious/Input/adplug.so lib/audacious/Input/metronom.so >Release-Note: >Audit-Trail: >Unformatted: