Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2011 14:54:41 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156929: [patch] multimedia/vlc: fix the goom dependency
Message-ID:  <201105101454.p4AEsfxU045229@red.freebsd.org>
Resent-Message-ID: <201105101500.p4AF0Kbx030661@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156929
>Category:       ports
>Synopsis:       [patch] multimedia/vlc: fix the goom dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 10 15:00:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
multimedia/vlc can depend on graphics/goom after some recent update, but cannot find it during the install: the dependency is broken, the wrong name of the library is used.
>How-To-Repeat:

>Fix:
See the patch.

Patch attached with submission follows:

--- multimedia/vlc/Makefile
+++ multimedia/vlc/Makefile
@@ -358,7 +358,7 @@ CONFIGURE_ARGS+=--enable-gnutls --enable-libgcrypt
 .endif
 
 .if defined(WITH_GOOM)
-LIB_DEPENDS+=	goom.0:${PORTSDIR}/graphics/goom
+LIB_DEPENDS+=	goom2.0:${PORTSDIR}/graphics/goom
 CONFIGURE_ARGS+=--enable-goom
 .else
 CONFIGURE_ARGS+=--disable-goom


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105101454.p4AEsfxU045229>