]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer.spec
- release .2 to sync all archs
[packages/mplayer.git] / mplayer.spec
CommitLineData
94cb018b
JB
1#
2# Conditional build:
8cc223f8
JB
3%bcond_with directfb # with DirectFB video output
4%bcond_with divx4linux # with divx4linux a/v support (binaries, instead
5 # of included OpenDivx)
33c4efab 6
8cc223f8
JB
7%bcond_with dxr3 # enable use of DXR3/H+ hardware MPEG decoder
8%bcond_with ggi # with ggi video output
9%bcond_with live # enable use of live.com libraries
10%bcond_with nas # with NAS audio output
11%bcond_with svga # with svgalib video output
12%bcond_with osd # with osd menu support
33c4efab 13
198487b4
JB
14%bcond_with altivec # with altivec support (won't run w/o altivec
15 # due to instruction used in CPU detection(?))
1837afdf 16
8cc223f8
JB
17%bcond_without aalib # without aalib video output
18%bcond_without alsa # without ALSA audio output
19%bcond_without arts # without arts audio output
20%bcond_without dshow # disable DirectShow support
21%bcond_without gui # without gui gtk+ interfeace
22%bcond_without joystick # disable joystick support
a4298e0c 23%bcond_without libdv # disable libdv en/decoding support
8cc223f8
JB
24%bcond_without lirc # without lirc support
25%bcond_without mad # without mad (audio MPEG) support
26%bcond_without quicktime # without binary quicktime dll support
27%bcond_without real # without Real* 8/9 codecs support
28%bcond_without runtime # disable runtime cpu detection, just detect CPU
29 # in compile time (advertised by mplayer
30 # authors as working faster); in this case
31 # mplayer may not work on machine other then
32 # where it was compiled
33%bcond_without select # disable audio select() support (for example
34 # required this option ALSA or Vortex2 driver)
a4298e0c 35%bcond_without smb # disable Samba (SMB) input support
de0c2d91 36%bcond_without theora # without theora support
8cc223f8
JB
37%bcond_without win32 # without win32 codecs support
38%bcond_without vorbis # without ogg-vorbis audio support
96f85681 39
8cc223f8 40%bcond_with gtk2 # EXPERIMENTAL support for GTK+ version 2
717ab96e 41%bcond_with xlibs
2dfabf36 42
94cb018b
JB
43%ifnarch %{ix86}
44%undefine with_win32
7a82c266 45%undefine with_quicktime
94cb018b
JB
46%endif
47
b543a46d 48# set it to 0, or 1
470cd891 49%define snapshot 0
b543a46d 50
b458005d 51%define sname MPlayer
198487b4 52%define snap %{nil}
268c9ea9 53
78b5604e 54%define pre pre5
55
c902f7c6 56Summary: Yet another movie player
57