0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

updating some descriptions, changelog, etc

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8405 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-12-07 21:36:25 +00:00
parent 5fe43b6fd6
commit 56c50a2d3b
4 changed files with 34 additions and 17 deletions

10
debian/TODO.Debian vendored
View File

@ -1,12 +1,12 @@
- create packages of mp_font3 and win32codecs, depend/recommend them.
- fibmap_mplayer - figure out what to do with suid.
- create packages of mp_font (TTF? BITMAP? AND HOW?), depend/recommend them.
- create package for win32codecs (WHY?)
- global configuration
( /etc/mplayer/mplayer.conf
/etc/mplayer/codecs.conf
/usr/lib/mplayer/font )
- Add script for copying *.dlls from users windows directory,
- OBSOLETED: fibmap_mplayer - figure out what to do with suid.
- OBSOLETED: create package with odivx and make this one depend/recommend it
- OBSOLETED: Add script for copying *.dlls from users windows directory,
or figure out some other way of satisfying other dependencies
like *.dlls and fonts.
In other words - automate win32dll.zip installation.
- create package with odivx and make this one depend/recommend it

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
mplayer (0.90pre11-0) unstable; urgency=low
* new release.
* now compiled with --enable-runtime-cpudetection for safety reasons.
Disable it for slightly better performance, but the package will run only
on the CPU the build machine had.
* updated package description
-- Gabucino <gabucino@mplayerhq.hu> Sun, 24 Nov 2002 17:01:12 +0100
mplayer (0.90pre9-0) unstable; urgency=low
* new release.

29
debian/control vendored
View File

@ -9,16 +9,23 @@ Package: mplayer
Architecture: any
Depends: ${shlibs:Depends},debconf,libconfhelper-perl
Description: The Ultimate Movie Player
MPlayer is a movie player for Un*x. It plays most MPEG, AVI and ASF files,
supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even
DivX movies with MPlayer.
MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86
CPUs, see the ports section). It plays most MPEG, VOB, AVI, OGG/OGM, VIVO,
ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files,
supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. You can
watch VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies too (and you don't
need the avifile library at all!).
.
MPlayer supports a wide range of output drivers: X11, Xv, DGA, OpenGL,
SVGAlib, fbdev, AAlib, GGI, SDL . You can use SDL and thus all the SDL
drivers. Same goes for GGI.
There are some low-level card-specific drivers (e.g. Matrox). Most of the
drivers support either software or hardware scaling, so you can enjoy
movies in full screen mode.
Another big feature of MPlayer is the wide range of supported output drivers.
It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but you
can also use GGI and SDL (and this way all their drivers) and some lowlevel
card-specific drivers (for Matrox, 3Dfx and Radeon, Mach64, Permedia3) too!
Most of them supports software or hardware scaling, so you can enjoy movies in
fullscreen.
.
MPlayer has nice, big antialiased shaded subtitles (7 supported types!)
with Hungarian, English, Cyrillic, Czech and Korean fonts, and OSD.
MPlayer supports displaying through some hardware MPEG decoder boards, such as
the DVB and DXR3/Hollywood+.
.
And what about the nice big antialiased shaded subtitles (10 supported types)
with European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic, Korean
fonts, and the onscreen display (OSD)?

2
debian/rules vendored
View File

@ -20,7 +20,7 @@ configure-stamp:
dh_testdir
# Add here commands to configure the package.
$(checkdir)
./configure --prefix=/usr --confdir=/etc/mplayer --enable-gui $(DEB_BUILD_OPTIONS)
./configure --prefix=/usr --confdir=/etc/mplayer --enable-runtime-cpudetection --enable-gui $(DEB_BUILD_OPTIONS)
touch configure-stamp