ports/95884: update multimedia/mplayer - libtheora fix
infofarmer @ gmail. com
infofarmer at gmail.com
Sun Apr 16 15:50:14 UTC 2006
>Number: 95884
>Category: ports
>Synopsis: update multimedia/mplayer - libtheora fix
>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: Sun Apr 16 15:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Andrew Pantyukhin
>Release: FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #14: Sun Mar 5 15:57:19 MSK 2006 sat at sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386
>Description:
Prepare for a seamless libtheora version bump
Make THEORA knob actually relevant
>How-To-Repeat:
>Fix:
--- mplayer.diff begins here ---
diff -urN /usr/ports/multimedia/mplayer/Makefile mplayer/Makefile
--- /usr/ports/multimedia/mplayer/Makefile Sat Apr 8 18:52:21 2006
+++ mplayer/Makefile Sun Apr 16 18:50:59 2006
@@ -403,7 +403,7 @@
WITH_SVGALIB= yes
.endif
-.if exists(${LOCALBASE}/lib/libtheora.so.1)
+.if exists(${LOCALBASE}/lib/libtheora.so)
WITH_THEORA= yes
.endif
@@ -688,7 +688,8 @@
.endif
.if defined(WITH_THEORA)
-LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS+= theora:${PORTSDIR}/multimedia/libtheora
+CONFIGURE_ARGS+= --enable-theora
.else
CONFIGURE_ARGS+= --disable-theora
.endif
--- mplayer.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list