Date: Mon, 11 Apr 2005 19:53:20 -0500 (CDT) From: "Conrad J. Sabatier" <conrads@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: riggs@rrr.de Subject: ports/79809: multimedia/mplayer: update Makefile to use new linux-realplayer Message-ID: <200504120053.j3C0rKNE065901@dolphin.local.net> Resent-Message-ID: <200504120100.j3C10las096580@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79809 >Category: ports >Synopsis: multimedia/mplayer: update Makefile to use new linux-realplayer >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 12 01:00:47 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 6.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD dolphin.local.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Apr 9 16:09:53 CDT 2005 root@dolphin.local.net:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: mplayer's Makefile checks for out-of-date (non-existent) RealPlayer8 instead of the new linux-realplayer port >How-To-Repeat: build with existing Makefile. Whether you have linux-realplayer installed already, or specify WITH_REALPLAYER=yes, mplayer still will not configure itself properly to use it >Fix: Apply the attached patch --- mplayer.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/mplayer/Makefile,v retrieving revision 1.112 diff -u -d -H -r1.112 Makefile --- Makefile 14 Mar 2005 23:07:15 -0000 1.112 +++ Makefile 12 Apr 2005 00:36:41 -0000 @@ -422,7 +422,7 @@ WITH_XANIM= yes .endif -.if exists(${LOCALBASE}/lib/RealPlayer8/realplay) +.if exists(${LOCALBASE}/lib/RealPlayer/realplay.bin) WITH_REALPLAYER= yes .endif @@ -701,7 +701,7 @@ .if defined(WITH_REALPLAYER) CONFIGURE_ARGS+= --enable-real \ - --with-reallibdir=${LOCALBASE}/lib/RealPlayer8/Codecs + --with-reallibdir=${LOCALBASE}/lib/RealPlayer/codecs RUN_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer BUILD_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer .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?200504120053.j3C0rKNE065901>