]> git.pld-linux.org Git - packages/wine.git/blame - wine.spec
- added bcond with d3d9(that patch freez my desktop)
[packages/wine.git] / wine.spec
CommitLineData
7a30e9d7 1#
2# Conditional build:
931f130b
JB
3%bcond_without alsa # don't build ALSA mm driver
4%bcond_without arts # don't build aRts mm driver
931f130b 5%bcond_without jack # don't build JACK mm driver
a393647c 6%bcond_without nas # don't build NAS mm driver
d59eb5fe 7%bcond_with d3d9 # build with d3d9 patch
16e36f25
JB
8%bcond_without sane # don't build TWAIN DLL with scanning support (through SANE)
9%bcond_without cups # without CUPS printing support in winspool,wineps DLLs
10%bcond_without html_docs # build html docs
11%bcond_without pdf_docs # build pdf docs
37dc3a4d 12%bcond_with xlibs
7a30e9d7 13#
546bbb82 14# NOTE: wine detects the following SONAMES for dlopen at build time:
16e36f25
JB
15# libcrypto,libssl (wininet.dll)
16# libcups (winspool.dll.so,wineps.dll.so)
17# libcurses/libncurses (wineconsole program)
18# libfontconfig (gdi32.dll.so)
19# libfreetype (wineps.dll.so,gdi32.dll.so)
20# libGL (x11drv.dll.so,ddraw.dll.so)
21# libjack (winejack.drv.so - explicit dependency in subpackage)
e7acaf22 22# libX11, libXext, libXi, libXrender (x11drv.dll.so)
546bbb82 23# thus requires rebuild after change of any of the above.
931f130b
JB
24#
25# JACK requires ALSA
26%if %{without alsa}
27%undefine with_jack
28%endif
698e86e7 29Summary: Program that lets you launch Win applications
f33a1517 30Summary(es): Ejecuta programas Windows en Linux
698e86e7 31