Date: Sat, 14 Dec 2002 19:13:03 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: ports@FreeBSD.org Cc: hopet@ics.muni.cz, riggs@rrr.de, lioux@FreeBSD.org Subject: Re: FreeBSD Port: liveMedia-2002.10.22 Message-ID: <200212141013.gBEAD3Gp098416@nd250009.gab.xdsl.ne.jp> In-Reply-To: <200212140258.gBE2w5Gp076424@nd250009.gab.xdsl.ne.jp> References: <001c01c2a2eb$81b67d70$2603fb93@kloboucek> <200212140258.gBE2w5Gp076424@nd250009.gab.xdsl.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 14 Dec 2002 11:58:05 +0900 Norikatsu Shigemura <nork@FreeBSD.org> wrote: > Humm.. multimedia/mplayer is broken at 4-STABLE by new liveMedia. To fix, patch following lines. Because blockMyself method was changed to doEventLoop one. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/mplayer/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 5 Dec 2002 10:45:33 -0000 1.37 +++ Makefile 14 Dec 2002 10:07:31 -0000 @@ -28,6 +28,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XLIB= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS=${PTHREAD_LIBS} \ @@ -254,6 +255,10 @@ @${ECHO_MSG} "You can disable runtime cpu detection features by defining WITHOUT_RUNTIME_CPUDETECTION" .endif .endif # ARCH == i386 + +post-patch: + ${REINPLACE_CMD} -e 's/blockMyself/doEventLoop/g' \ + ${WRKSRC}/libmpdemux/demux_rtp.cpp pre-configure: .if defined(WITH_LIBDVDREAD) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212141013.gBEAD3Gp098416>