Date: Sun, 16 Apr 2006 08:44:28 -0700 (PDT) From: "infofarmer @ gmail. com" <infofarmer@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/95884: update multimedia/mplayer - libtheora fix Message-ID: <4442665c.492431c1.2cfb.6901@mx.gmail.com> Resent-Message-ID: <200604161550.k3GFoDi8070081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4442665c.492431c1.2cfb.6901>