From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 31 07:04:56 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 651F9106567A for ; Sun, 31 Aug 2008 07:04:56 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id C11DE8FC1D for ; Sun, 31 Aug 2008 07:04:55 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 31 Aug 2008 07:04:53 -0000 Received: from 85-127-253-3.dynamic.xdsl-line.inode.at (EHLO taxman.pepperland) [85.127.253.3] by mail.gmx.net (mp061) with SMTP; 31 Aug 2008 09:04:53 +0200 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX19bZlI9OKdb3m/MGjrhqy/IKpzXEbvHhLOMqeAKuK iZ5SL3T8R1gUEM From: Stefan Ehmann To: freebsd-multimedia@freebsd.org Date: Sun, 31 Aug 2008 09:04:52 +0200 User-Agent: KMail/1.10.0 (FreeBSD/7.0-RELEASE-p3; KDE/4.1.0; i386; ; ) References: <200808301815.25483.shoesoft@gmx.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200808310904.53043.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 Subject: Re: Unable to get OSD (and probably subtitles) in MPlayer X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 07:04:56 -0000 On Saturday 30 August 2008 18:44:28 Lars Stokholm wrote: > On Sat, Aug 30, 2008 at 6:15 PM, Stefan Ehmann wrote: > > What works for me: > > > > make to have multimedia/mplayer-fonts installed > > $ cd /usr/ports/multimedia/mplayer > > $ make install-user > > Thank you for your reply, but I prefer using freetype and as I > understand it, install-user only works for bitmap fonts. Okay, I always used bitmap fonts. > Here's something from the install log: > > mplayer-0.99.11_5 depends on shared library: iconv.3 - found > ... > Checking for iconv ... no > ... > Checking for freetype >=3D 2.0.9 ... no (iconv support needed) > Checking for fontconfig ... no (freetype support needed) > Checking for SSA/ASS support ... no (FreeType support needed) > > I'm not sure if this is the cause of my problems, but it seems like it > to me. Why does it say "Checking for iconv ... no" when the share > library iconv.3 is found? config.log says cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O -pipe -fno-fast-m= ath=20 =A0 =2DI... -I.../libavutil =A0 -L/usr/local/lib =A0 =A0-o /tmp/mplayer-conf--3= 7111=20 /tmp/mplayer-conf--37111.c -lm tmp/mplayer-conf--37111.c:3:19: error: iconv.h: No such file or directory =2DI/usr/local/include seems to be missing My currently installed mplayer had working truetype fonts. After=20 reinstallation no longer :( With the latest version truetype support is broken. My previously installed= =20 version (from 24 Aug 2008 12:20:52 I think) had working truetype support. =2D-=20 Stefan