SPECS (AC-branch): wine.spec - 0.9.46 HEAD merge
glen
glen at pld-linux.org
Wed Oct 3 09:34:08 CEST 2007
Author: glen Date: Wed Oct 3 07:34:08 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- 0.9.46 HEAD merge
---- Files affected:
SPECS:
wine.spec (1.220.2.8.2.22.2.3 -> 1.220.2.8.2.22.2.4)
---- Diffs:
================================================================
Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.220.2.8.2.22.2.3 SPECS/wine.spec:1.220.2.8.2.22.2.4
--- SPECS/wine.spec:1.220.2.8.2.22.2.3 Thu Sep 20 10:43:47 2007
+++ SPECS/wine.spec Wed Oct 3 09:34:03 2007
@@ -7,6 +7,10 @@
%bcond_without sane # don't build TWAIN DLL with scanning support (through SANE)
%bcond_without cups # without CUPS printing support in winspool,wineps DLLs
#
+# NOTE: wineconsole is a bit broken: try wineconsole cmd to see what will happen
+# As a workaroound use `wineconsole --backend=user cmd' (works fine)
+# ref: http://bugs.winehq.org/show_bug.cgi?id=8069
+#
# NOTE: wine detects the following SONAMES for dlopen at build time:
# libcrypto,libssl (wininet.dll)
# libcups (winspool.dll.so,wineps.dll.so)
@@ -27,16 +31,17 @@
Summary(pl.UTF-8): Program pozwalający uruchamiać aplikacje Windows
Summary(pt_BR.UTF-8): Executa programas Windows no Linux
Name: wine
-Version: 0.9.45
+Version: 0.9.46
Release: 1
Epoch: 1
License: LGPL
Group: Applications/Emulators
Source0: http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2
-# Source0-md5: feecc3ccb4639b672d8446154a4fb700
+# Source0-md5: aa729097ddb324185a3e092b37a5f9fe
Patch0: %{name}-fontcache.patch
Patch1: %{name}-makedep.patch
Patch2: %{name}-ncurses.patch
+Patch3: %{name}-bug9177_workaround.patch
#PatchX: %{name}-dga.patch
URL: http://www.winehq.org/
BuildRequires: OpenGL-devel
@@ -53,8 +58,8 @@
BuildRequires: fontconfig-devel
BuildRequires: fontforge
BuildRequires: freetype-devel >= 2.0.5
-BuildRequires: glut-devel
BuildRequires: giflib-devel
+BuildRequires: glut-devel
%{?with_jack:BuildRequires: jack-audio-connection-kit-devel}
BuildRequires: libjpeg-devel
BuildRequires: libtool
@@ -67,7 +72,7 @@
%{?with_sane:BuildRequires: sane-backends-devel}
BuildRequires: valgrind
BuildRequires: xrender-devel
-Requires: binfmt-detector
+Suggests: binfmt-detector
# link to wine/ntdll.dll.so, without any SONAME
Provides: libntdll.dll.so
Obsoletes: wine-doc-pdf
@@ -224,6 +229,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
# turn off compilation of some tools
sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
@@ -448,6 +454,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.220.2.8.2.22.2.4 2007/10/03 07:34:03 glen
+- 0.9.46 HEAD merge
+
Revision 1.220.2.8.2.22.2.3 2007/09/20 08:43:47 jezik
- 0.9.45 (builds and works fine)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wine.spec?r1=1.220.2.8.2.22.2.3&r2=1.220.2.8.2.22.2.4&f=u
More information about the pld-cvs-commit
mailing list