]> git.pld-linux.org Git - packages/wine.git/blame - wine.spec
- missing tetex-latex-cyrillic dependency for pdf_doc
[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
9%bcond_without html_docs # build html docs
10%bcond_without pdf_docs # build pdf docs
7a30e9d7 11#
16e36f25
JB
12# NOTE: wine detects following SONAMES for dlopen at build time:
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)
20# libX11, libXext, libXrender (x11drv.dll.so)
21# thus requires requild after change of any of 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