]> git.pld-linux.org Git - packages/wine.git/blobdiff - wine.spec
- rel 1
[packages/wine.git] / wine.spec
index 4e6a22f11e600521c8f337104f2471e421ef0cf1..de4a43f42cd671797ee3e885284c650d44bdb6bc 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without alsa            # don't build ALSA mm driver
+%bcond_with    esd             # build ESD mm driver
 %bcond_without jack            # don't build JACK mm driver
 %bcond_without nas             # don't build NAS mm driver
 %bcond_without sane            # don't build TWAIN DLL with scanning support (through SANE)
 %if %{without alsa}
 %undefine      with_jack
 %endif
+
 Summary:       Program that lets you launch Win applications
 Summary(es.UTF-8):     Ejecuta programas Windows en Linux
 Summary(pl.UTF-8):     Program pozwalający uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:          wine
-Version:       1.1.44
+Version:       1.2
 Release:       1
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
 Source0:       http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2
-# Source0-md5: f18649bd71b9099fecad22436d239cba
+# Source0-md5: eb4e5423b277fc1e77807b04f366f7b7
 Source1:       %{name}-uninstaller.desktop
 Patch0:                %{name}-fontcache.patch
 Patch1:                %{name}-makedep.patch
@@ -56,6 +58,7 @@ BuildRequires:        bison
 %{?with_cups:BuildRequires:    cups-devel}
 BuildRequires: docbook-dtd31-sgml
 BuildRequires: docbook-utils
+%{?with_esd:BuildRequires:     esound-devel}
 BuildRequires: flex
 BuildRequires: fontconfig-devel
 BuildRequires: fontforge
@@ -276,7 +279,7 @@ Sterownik NAS dla implementacji mm.dll (systemu multimediów) w Wine.
        --with-coreaudio \
        --with%{!?with_cups:out}-cups \
        --with-curses \
-       --with-esd \
+       --with%{!?with_esd:out}-esd \
        --with-fontconfig \
        --with-freetype \
        --with-glu \
@@ -481,6 +484,7 @@ fi
 %{_mandir}/man1/wineg++.1*
 %{_mandir}/man1/winemaker.1*
 %lang(de) %{_mandir}/de/man1/winemaker.1*
+%lang(fr) %{_mandir}/fr/man1/winemaker.1*
 %{_mandir}/man1/wmc.1*
 %{_mandir}/man1/wrc.1*
 %{_aclocaldir}/*.m4
This page took 0.025255 seconds and 4 git commands to generate.