[MPlayer-cvslog] CVS: main/DOCS/tech binary-packaging.txt,1.2,1.3
Dominik Mierzejewski CVS
syncmail at mplayerhq.hu
Wed Nov 9 00:58:46 CET 2005
CVS change done by Dominik Mierzejewski CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv18091
Modified Files:
binary-packaging.txt
Log Message:
SDL no longer needed by default
libavcodec MUST be linked in statically
Index: binary-packaging.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/binary-packaging.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- binary-packaging.txt 29 Dec 2004 05:49:24 -0000 1.2
+++ binary-packaging.txt 8 Nov 2005 23:58:43 -0000 1.3
@@ -38,7 +38,6 @@
- JPEG/PNG/TGA
- (X)MGA
- OSS
- - SDL
- tdfxfb
- (c/x)vidix
- X11/Xvideo
@@ -47,7 +46,7 @@
- FAAD
- libavcodec(internal)
- native codecs (libmpeg2/liba52/mp3lib)
- - Ogg Vorbis support
+ - Vorbis Tremor codec(internal)
- RealPlayer codecs support
- Win32/VfW/DShow/QT codecs support
- XAnim codecs support
@@ -82,7 +81,7 @@
package management system does not provide specific support for
internationalization.
-Libavcodec MUST always be in the latest development version and it SHOULD
+Libavcodec MUST always be in the latest development version and it MUST
be linked statically into the mplayer binary, because MPlayer requires a
recent libavcodec snapshot. While some distributions provide FFmpeg
packages containing a shared libavcodec library, they are often based on the
@@ -104,7 +103,7 @@
/usr/share/mplayer/font/ fonts
/usr/share/mplayer/Skin/ GUI skins
-You MUST never include the codecs.conf file in your package. It is useful
+You MUSTN'T include the codecs.conf file in your package. It is useful
only for development purposes and often causes obscure problems for users.
@@ -123,7 +122,7 @@
mplayer-codecs-* contain binary codecs available from MPlayer's site
mplayer-font-* contain various bitmap fonts for OSD (obsolete)
mplayer-gui contains MPlayer binary with GUI (gmplayer);
- requires default skin package
+ contans default skin (Blue)
mplayer-skin-* contain various MPlayer GUI skins
mplayer-vidix contains VIDIX support library for MPlayer
mplayer-vidix-* contain VIDIX drivers for specific cards, one per package
More information about the MPlayer-cvslog
mailing list