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