]> git.pld-linux.org Git - packages/wine.git/blame - wine.spec
- 20050628
[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
37dc3a4d 10%bcond_with xlibs
7a30e9d7 11#
546bbb82 12# NOTE: wine detects the following SONAMES for dlopen at build time:
16e36f25
JB
13# libcrypto,libssl (wininet.dll)
14# libcups (winspool.dll.so,wineps.dll.so)
15# libcurses/libncurses (wineconsole program)
16# libfontconfig (gdi32.dll.so)
17# libfreetype (wineps.dll.so,gdi32.dll.so)
18# libGL (x11drv.dll.so,ddraw.dll.so)
19# libjack (winejack.drv.so - explicit dependency in subpackage)
e7acaf22 20# libX11, libXext, libXi, libXrender (x11drv.dll.so)
546bbb82 21# thus requires rebuild after change of any of the above.
931f130b
JB
22#
23# JACK requires ALSA
24%if %{without alsa}
25%undefine with_jack
26%endif
698e86e7 27Summary: Program that lets you launch Win applications
f33a1517 28Summary(es): Ejecuta programas Windows en Linux
698e86e7 29