]> git.pld-linux.org Git - packages/wine.git/commitdiff
- added a lot of missing BRs auto/th/wine-1_1_4-2
authorarvenil <arvenil@pld-linux.org>
Sat, 6 Sep 2008 20:19:31 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed configure options which doesn't exist
- added (partial) configure options to force build with additional features
- removed note about broken wineconsole, bug is marked as fixed since 1.0rc1
  and for me wineconsole works fine
- release 2

Changed files:
    wine.spec -> 1.330

wine.spec

index 026f928e115c5a55705c48fe66f21206b32197de..a4899af85267f4f5903135bf4e071f11e4aea466 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -6,10 +6,6 @@
 %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)
@@ -31,7 +27,7 @@ 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.4
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
@@ -59,8 +55,11 @@ BuildRequires:       fontconfig-devel
 BuildRequires: fontforge
 BuildRequires: freetype-devel >= 2.0.5
 BuildRequires: giflib-devel
+BuildRequires: hal-devel
 %{?with_jack:BuildRequires:    jack-audio-connection-kit-devel}
+BuildRequires: lcms-devel
 BuildRequires: libjpeg-devel
+BuildRequires: libgphoto2-devel
 BuildRequires: libtool
 BuildRequires: libxslt-devel
 %{?with_nas:BuildRequires:     nas-devel}
@@ -70,10 +69,15 @@ BuildRequires:      openjade >= 1:1.3.3-0.pre1
 BuildRequires: openldap-devel
 BuildRequires: opensp >= 1:1.5.1
 BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: pkgconfig
 %{?with_sane:BuildRequires:    sane-backends-devel}
 #BuildRequires:        valgrind
+BuildRequires: xorg-lib-libXcomposite-devel
+BuildRequires: xorg-lib-libXcursor-devel
 BuildRequires: xorg-lib-libXi-devel
+BuildRequires: xorg-lib-libXinerama-devel
 BuildRequires: xorg-lib-libXmu-devel
+BuildRequires: xorg-lib-libXrandr-devel
 BuildRequires: xorg-lib-libXrender-devel
 BuildRequires: xorg-lib-libXxf86dga-devel
 BuildRequires: xorg-lib-libXxf86vm-devel
@@ -251,10 +255,15 @@ sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
 %{__autoconf}
 %{__autoheader}
 %configure \
-       %{!?debug:--disable-debug} \
-       %{!?debug:--disable-trace} \
-       --enable-curses \
-       --enable-opengl \
+       --with-cms \
+       --with-gphoto \
+       --with-hal \
+       --with-xcomposite \
+       --with-xcursor \
+       --with-xinerama \
+       --with-xinput \
+       --with-xrandr \
+       --with-xxf86vm \
        --with-x
 %{__make} depend
 %{__make}
This page took 0.745771 seconds and 4 git commands to generate.