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