Date: Fri, 9 Jun 2006 20:53:24 +0200 (CEST) From: Juergen Lock <nox@jelal.kn-bremen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98763: multimedia/mplayer: track linux-realplayer codecs path change Message-ID: <200606091853.k59IrOLt030287@saturn.kn-bremen.de> Resent-Message-ID: <200606091900.k59J0ba0059686@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98763 >Category: ports >Synopsis: multimedia/mplayer: track linux-realplayer codecs path change >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: Fri Jun 09 19:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 5.5-PRERELEASE i386 >Organization: me? organized?? >Environment: System: FreeBSD saturn 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0: Fri Mar 17 04:37:54 CET 2006 nox@saturn:/usr/obj/usr/home/nox/src-r5/src/sys/NEPTUNu i386 >Description: linux-realplayer now installs to X11BASE, mplayer port still looks for it in LOCALBASE >How-To-Repeat: Install linux-realplayer then mplayer, watch mplayer not pick up real codecs >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/mplayer/Makefile,v retrieving revision 1.136 diff -u -r1.136 Makefile --- Makefile 15 May 2006 19:54:51 -0000 1.136 +++ Makefile 7 Jun 2006 23:17:48 -0000 @@ -440,7 +440,7 @@ WITH_XANIM= yes .endif -.if exists(${LOCALBASE}/lib/RealPlayer/realplay.bin) +.if exists(${X11BASE}/lib/RealPlayer/realplay.bin) WITH_REALPLAYER= yes .endif @@ -738,7 +738,7 @@ .if defined(WITH_REALPLAYER) CONFIGURE_ARGS+= --enable-real \ - --with-reallibdir=${LOCALBASE}/lib/RealPlayer/codecs + --with-reallibdir=${X11BASE}/lib/RealPlayer/codecs RUN_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer BUILD_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606091853.k59IrOLt030287>