summaryrefslogtreecommitdiffstats
path: root/video/mplayer/DETAILS
blob: 1db1594bd0b5d4a300ef9d9df093136a35ee26dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
. "$GRIMOIRE/FUNCTIONS"
           SPELL=mplayer
if [[ $MPLAYER_BRANCH == scm ]];  then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-svn.tar.bz2
   SOURCE_URL[0]=svn://svn.mplayerhq.hu/mplayer/trunk/:$SPELL-svn
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
         VERSION=1.1.1
          SOURCE=MPlayer-$VERSION.tar.xz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/releases/$SOURCE
   SOURCE_URL[1]=ftp://ftp2.mplayerhq.hu/MPlayer/releases/$SOURCE
   SOURCE_URL[2]=ftp://ftp5.mplayerhq.hu/MPlayer/releases/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
      SOURCE_GPG=mplayer.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/MPlayer-$VERSION
  SECURITY_PATCH=4
fi
      PATCHLEVEL=0
        WEB_SITE=http://www.mplayerhq.hu
      LICENSE[0]=GPL
         ENTERED=20010922
            DOCS="$DOCS etc/*.conf"
        KEYWORDS="player video"
           SHORT="MPlayer is a movie and animation player."
cat << EOF
MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86
CPUs, see the documentation). It plays most MPEG, VOB, AVI, VIVO, ASF/WMV,
QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, OGG and some RealMedia files,
supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too (and you
don't need the avifile library at all!).
Another big feature of mplayer is the wide range of supported output drivers.
It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use SDL
(and this way all drivers of SDL), VESA (on every VESA compatible card,even
without X!), and some lowlevel card-specific drivers (for Matrox, 3Dfx and
Radeon) too! Most of them supports software or hardware scaling, so you can
enjoy movies in fullscreen.
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 (9 supported
types!!!) with european/ISO 8859-1,2 (hungarian, english, czech, etc),
cyrillic, korean fonts, and OSD? 
EOF