]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer.spec
- fixed BR: xvid-devel (added epoch)
[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#
630a3bd0 8# _without_qt - without binary qt dll support
079ab816 9# _without_lirc - without lirc support
c4735e5f 10# _without_gui - without gui gtk+ interfeace
a8a0c1d1 11# _without_win32 - without win32 codecs support
e4772636 12# _without_real - without Real* 8/9 codecs support
833dbe20 13# _without_dshow - disable DirectShow support
a8a0c1d1
JB
14# _with_divx4linux - with divx4linux a/v support (binaries, instead of included OpenDivx)
15# _without_mad - without mad (audio MPEG) support
16# _without_vorbis - without ogg-vorbis audio support
17# _with_directfb - with DirectFB video output
9d62f689 18# _with_ggi - with ggi video output
a8a0c1d1 19# _with_svga - with svgalib video output
e27aadb8 20# _without_aa - without aalib video output
a8a0c1d1
JB
21# _without_arts - without arts audio output
22# _without_alsa - without ALSA audio output
23# _without_nas - without NAS audio output
a4f49b74 24# _without_select - disable audio select() support (for example required this option
e4772636 25# ALSA or Vortex2 driver)
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
074e98f6 30# _with_dxr3 - enable use of DXR3/H+ hardware MPEG decoder
07585c5e 31# _with_live - enable use of live.com libraries
e0e4b963 32# _without_joystick - disable joystick support
33#
96f85681 34
b543a46d 35# set it to 0, or 1
c48d8269 36%define snapshot 0
b543a46d 37
b458005d 38%define sname MPlayer
630a3bd0 39%define snap 20021202
b458005d 40%define ffmpeg_ver 0.4.5
268c9ea9 41
a179d3db 42%ifnarch %{ix86}
b458005d 43%define _without_win32 1
630a3bd0 44%define _without_qt 1
155ac89d 45%endif
46
a8e3a9a7 47Summary: Yet another movie player for Linux
af480c75 48