diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-06 19:48:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-06 19:48:00 +0000 |
commit | cce4c384e85b4ef4e1ddda43e0d78aff814a1d49 (patch) | |
tree | 933c40ec33dc45f4ba4970606b0dabde64d14c56 /multimedia/mplayer/files | |
parent | 7a55cea119e7f5259f9d69c9fda1baad57a8b811 (diff) |
Log from Maintainer:
mplayer does not necessarily these config files to work properly.
They are needed however if one wants to set system-wide defaults
different from mplayer's built-in settings.
Therefore,
o these files have more example character and are now
installed in ${PREFIX}/share/mplayer/examples/etc
o this is mentioned in files/pkg-message.in
Also there are further cleanups:
o The port now recognizes the new skin dir accorting to
ports/103891. Please commit these two diffs together
in order to maintain dependency consistency
o pkg-message in the port root dir should be removed from
the tree as we are using files/pkg-message.in for quite
some time now
PR: ports/103892
Submitted by: Denis Eremenko <moonshade@pnhz.kz>
Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=174671
Diffstat (limited to 'multimedia/mplayer/files')
-rw-r--r-- | multimedia/mplayer/files/pkg-message.in | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/multimedia/mplayer/files/pkg-message.in b/multimedia/mplayer/files/pkg-message.in index 57c6c9c235b9..83103c0e2bca 100644 --- a/multimedia/mplayer/files/pkg-message.in +++ b/multimedia/mplayer/files/pkg-message.in @@ -1,11 +1,32 @@ + +=================================================================== +MPlayer comes with useful documentation covering many topics like +output devices, video encoding, repairing broken files etc. +They are installed in + +%%DOCSDIR%% + +for references. +=================================================================== +MPlayer's system-wide configuration dir is + +%%PREFIX%%/etc/mplayer + +If you want to install configuration files into this location +in order to change mplayer's default settings for all users on +your system, you find some examples in + +%%DATADIR%%/examples/etc +=================================================================== This port provides a simple and easy to use -tool to provide fonts in OSD. +tool to provide bitmap fonts in OSD. Just cd to the ports directory and type make install-user Note: This is only for the bitmap fonts! If you've compiled -mplayer with truetype support, this won't work. +mplayer with truetype support, i.e. it is linked to freetype, +which is the preferred and supported default setting, this won't +work as expected. +=================================================================== -Please take a look at docs in -%%DOCSDIR%% |