]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer.spec
- fixed %%lang for zh_CN
[packages/mplayer.git] / mplayer.spec
CommitLineData
94cb018b
JB
1#
2# Conditional build:
33c4efab 3%bcond_with directfb # with DirectFB video output
4%bcond_with divx4linux # with divx4linux a/v support (binaries, instead of
5 # included OpenDivx)
6
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
13
20a66bdb 14%bcond_with altivec # with altivec support (gcc 3.3.x bug target/11793)
1837afdf 15
33c4efab 16%bcond_without aalib # without aalib video output
17%bcond_without alsa # without ALSA audio output
18%bcond_without arts # without arts audio output
19%bcond_without dshow # disable DirectShow support
20%bcond_without gui # without gui gtk+ interfeace
21%bcond_without joystick # disable joystick support
22%bcond_without lirc # without lirc support
23%bcond_without mad # without mad (audio MPEG) support
7a82c266 24%bcond_without quicktime# without binary quicktime dll support
33c4efab 25%bcond_without real # without Real* 8/9 codecs support
26%bcond_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
30%bcond_without select # disable audio select() support (for example required
31 # this option ALSA or Vortex2 driver)
32%bcond_without win32 # without win32 codecs support
33%bcond_without vorbis # without ogg-vorbis audio support
96f85681 34
2dfabf36 35%bcond_with gtk2 # EXPERIMENTAL support for GTK+ version 2
36
94cb018b
JB
37%ifnarch %{ix86}
38%undefine with_win32
7a82c266 39%undefine with_quicktime
94cb018b
JB
40%endif
41
b543a46d 42# set it to 0, or 1
470cd891 43%define snapshot 0
b543a46d 44
b458005d 45%define sname MPlayer
0a38bda8 46%define snap 20030810
b458005d 47%define ffmpeg_ver 0.4.5
268c9ea9 48
aee40e50 49%define pre pre3
a8e3a9a7 50Summary: Yet another movie player for Linux
33c4efab 51