Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Nov 2003 20:00:42 -0800 (PST)
From:      NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59145: maintainer-update of multimedia/mplayer
Message-ID:  <200311160400.hAG40glL068815@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/59145; it has been noted by GNATS.

From: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To: freebsd-gnats-submit@FreeBSD.org, riggs@rrr.de,
	Norikatsu Shigemura <nork@FreeBSD.org>
Cc:  
Subject: Re: ports/59145: maintainer-update of multimedia/mplayer
Date: Sun, 16 Nov 2003 12:50:23 +0900

 Hi,
 
 I also found this update causes build error, as reported by walt.
 http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2085928+0+current/freebsd-ports
 
 I checked out Makefile 1.73 and distinfo 1.18 and this revision can be
 successfully built.
 
 I can not find how to fix the problem but config.mak is a little
 different between before and after this PR.
 
 --- work/MPlayer-0.92/config.mak        Sun Nov 16 10:10:31 2003
 +++ /home/nakaji/work/ports/multimedia/mplayer/work/MPlayer-0.92/config.mak    Sun Nov 16 11:58:58 2003
 @@ -60,10 +60,10 @@
  DVB_INC = 
  PNG_LIB = -lpng -lz
  JPEG_LIB = -ljpeg
 -GIF_LIB = 
 +GIF_LIB = -lungif
  SDL_LIB = -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -lc_r
 -SVGA_LIB = 
 -AA_LIB = 
 +SVGA_LIB = -lvgagl -lvga -lm
 +AA_LIB = -laa
  
  # audio output
  ALSA_LIB = 
 
 It seems there is a bug in configure script of mplayer itself. Auto
 detection of libraries does not work properly.
 -- 
 NAKAJI Hiroyuki



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311160400.hAG40glL068815>