ports/117103: [patch] multimedia/mplayer libtheora fix

Alex Kozlov spam at rm-rf.kiev.ua
Thu Oct 11 05:30:01 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list