Bug 59145 - maintainer-update of multimedia/mplayer
Summary: maintainer-update of multimedia/mplayer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-10 18:10 UTC by Thomas E. Zander
Modified: 2003-11-16 04:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.61 KB, patch)
2003-11-10 18:10 UTC, Thomas E. Zander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas E. Zander 2003-11-10 18:10:17 UTC
This update of multimedia/mplayer consists of:

o Add missing dependency on libungif, reported by Pav Lucistnik <pav@oook.cz>
o Import latest kame ipv6 patches.
o Bump PORTREVISION

Fix: Please apply the following patch to multimedia/mplayer:
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-11-14 02:23:49 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 NAKAJI Hiroyuki 2003-11-16 03:50:23 UTC
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