]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer.spec
- added CVE-2005-4048 patch (heap overflow exploitable via PNG images)
[packages/mplayer.git] / mplayer.spec
CommitLineData
94cb018b 1#
5e37db9a
PG
2# TODO:
3# - use external lrmi and few other libs:
4# http://www.gocyberlink.com/english/products/powercinema/pcm-linux/license/mplayer-10_copyright.htm
5#
94cb018b 6# Conditional build:
8cc223f8 7%bcond_with directfb # with DirectFB video output
11421384 8%bcond_with divx4linux # with divx4linux a/v support (binaries, instead of included OpenDivx)
8cc223f8
JB
9%bcond_with dxr3 # enable use of DXR3/H+ hardware MPEG decoder
10%bcond_with ggi # with ggi video output
8cc223f8
JB
11%bcond_with nas # with NAS audio output
12%bcond_with svga # with svgalib video output
13%bcond_with osd # with osd menu support
adfd0023 14%bcond_with altivec # with altivec support (altivec code brakes image in mpeg4, and may segfault on others)
2af58a38 15%bcond_with xmms # with XMMS inputplugin support
8cc223f8 16%bcond_without aalib # without aalib video output
e5b91f83 17%bcond_without jack # without JACKD support
8cc223f8
JB
18%bcond_without alsa # without ALSA audio output
19%bcond_without arts # without arts audio output
dd153a0d 20%bcond_without caca # without libcaca video output
8cc223f8 21%bcond_without dshow # disable DirectShow support
8d7378f8 22%bcond_without gui # without GTK+ GUI
8cc223f8 23%bcond_without joystick # disable joystick support
a4298e0c 24%bcond_without libdv # disable libdv en/decoding support
8cc223f8 25%bcond_without lirc # without lirc support
5f4f63f5 26%bcond_without live # without live.com libraries
8cc223f8 27%bcond_without mad # without mad (audio MPEG) support
8e34a548 28%bcond_without polyp # without polyp audio output
8cc223f8
JB
29%bcond_without quicktime # without binary quicktime dll support
30%bcond_without real # without Real* 8/9 codecs support
31%bcond_without runtime # disable runtime cpu detection, just detect CPU
11421384
ER
32 # in compile time (advertised by mplayer authors as working faster); in this case
33 # mplayer may not work on machine other then where it was compiled
34%bcond_without select # disable audio select() support (for example 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 37%bcond_without win32 # without win32 codecs support
3b930ad6 38%bcond_without vorbis # without Ogg-Vorbis audio support
2af58a38 39%bcond_without mencoder # disable mencoder (a/v encoder) compilation
49aed190 40%bcond_without libdts # disable libdts support
906bf13b 41%bcond_without sdl # disable SDL
aab7d90d 42%bcond_without doc # don't build docs (slow)
8cc223f8 43%bcond_with gtk2 # EXPERIMENTAL support for GTK+ version 2
11421384 44%bcond_with shared # experimental libmplayer.so support
2dfabf36 45
94cb018b
JB
46%ifnarch %{ix86}
47%undefine with_win32
7a82c266 48%undefine with_quicktime
94cb018b
JB
49%endif
50
906bf13b
JB
51%ifarch %{x8664}
52%undefine with_runtime
53%endif
b543a46d 54# set it to 0, or 1
470cd891 55%define snapshot 0
b543a46d 56
b458005d 57%define sname MPlayer
198487b4 58%define snap %{nil}
268c9ea9 59
76124ffb 60%define pre pre7try2
78b5604e 61
906bf13b 62Summary: MPlayer - THE Movie Player for UN*X
deba608c 63Summary(de): MPlayer ist ein unter der freien GPL-Lizenz stehender Media-Player
c902f7c6 64