]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer.spec
- Fixed broken font link
[packages/mplayer.git] / mplayer.spec
CommitLineData
96f85681 1#
b543a46d 2# TODO
2cccbc61 3# - select which divx codec will be used (xvid, divx4linux, opnedivx)
b543a46d 4# (you can choose only one of it)
833dbe20 5
b543a46d 6# Conditional build:
7#
a8a0c1d1 8# _with_directfb - with DirectFB video output
da757fc7 9# _with_divx4linux - with divx4linux a/v support (binaries, instead of included OpenDivx)
10# _with_dxr3 - enable use of DXR3/H+ hardware MPEG decoder
9d62f689 11# _with_ggi - with ggi video output
da757fc7 12# _with_live - enable use of live.com libraries
13# _with_nas - with NAS audio output
a8a0c1d1 14# _with_svga - with svgalib video output
da757fc7 15#
62832369 16# _without_aalib - without aalib video output
a8a0c1d1 17# _without_alsa - without ALSA audio output
da757fc7 18# _without_arts - without arts audio output
19# _without_dshow - disable DirectShow support
20# _without_gui - without gui gtk+ interfeace
21# _without_joystick - disable joystick support
715e9997 22# _without_lirc - without lirc support
da757fc7 23# _without_mad - without mad (audio MPEG) support
24# _without_qt - without binary qt dll support
25# _without_real - without Real* 8/9 codecs support
a4f49b74 26# _without_runtime - disable runtime cpu detection, just detect CPU in
27# compiletime (advertised by mplayer authors as
28# working faster); in this case mplayer may not
29# work on machine other then where it was compiled
da757fc7 30# _without_select - disable audio select() support (for example required this option
31# ALSA or Vortex2 driver)
32# _without_win32 - without win32 codecs support
33# _without_vorbis - without ogg-vorbis audio support
e0e4b963 34#
96f85681 35
b543a46d 36# set it to 0, or 1
470cd891 37%define snapshot 0
b543a46d 38
b458005d 39%define sname MPlayer
0a38bda8 40%define snap 20030810
b458005d 41%define ffmpeg_ver 0.4.5
268c9ea9 42
a179d3db 43%ifnarch %{ix86}
b458005d 44%define _without_win32 1
630a3bd0 45%define _without_qt 1
155ac89d 46%endif
47
a8e3a9a7 48Summary: Yet another movie player for Linux
af480c75 49