Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2004 23:43:04 +0100
From:      Peter Schuller <peter.schuller@infidyne.com>
To:        freebsd-questions@freebsd.org
Cc:        marlon corleone <chkrootkit@hotmail.com>
Subject:   Re: mplayer
Message-ID:  <200402182343.05206.peter.schuller@infidyne.com>
In-Reply-To: <BAY14-F287EKRuYDlrj00015d37@hotmail.com>
References:  <BAY14-F287EKRuYDlrj00015d37@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> how do i fix mplayer-gtk-esound-0.92.0_5 so i can install mplayer?   thanks

Dunno, however if you can live with mplayer without GUI (like me), you can 
modify the mplayer port's Makefile so that it doesn't use any GTK stuff.

I.e., comment out:

#.if ${HAVE_GNOME:Mesound}!=""
#WITH_ESOUND=   yes
#.endif

I also had to comment out this for 5.2-RELEASE:

#.if ${OSVERSION} >= 502000
#BROKEN=                "Does not compile"
#.endif

After that it compiles and works perfectly on this machine.

(Should I file a PR for this anybody? I mean, mplayer is *very* usable without 
a GUI, so I would personally rather see the GTK usage being skipped rather 
than having it marked as broken manually.)

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrieval: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org



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