Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2007 05:24:04 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117103: [patch] multimedia/mplayer libtheora fix
Message-ID:  <200710110524.l9B5O4SQ077432@www.freebsd.org>
Resent-Message-ID: <200710110530.l9B5U1lq092593@freefall.freebsd.org>

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

>Number:         117103
>Category:       ports
>Synopsis:       [patch] multimedia/mplayer libtheora fix
>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:   Thu Oct 11 05:30:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        FreeBSD 6.2
>Organization:
private
>Environment:
>Description:
After libtheora update mplayer port could not find theora library.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: multimedia/mplayer/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	${MPLAYER_PORT_VERSION}
-PORTREVISION=	13
+PORTREVISION=	14
 COMMENT=	High performance media player supporting many formats
 
 .include "${.CURDIR}/Makefile.shared"
Index: multimedia/mplayer/Makefile.options
@@ -118,7 +118,7 @@
 .endif
 
 .if defined(WITH_THEORA)
-LIB_DEPENDS+=	theora.2:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS+=	theora.0:${PORTSDIR}/multimedia/libtheora
 .else
 CONFIGURE_ARGS+=	--disable-theora
 .endif


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



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