]> git.pld-linux.org Git - packages/wine.git/commitdiff
- added configure options for bconds
authorarvenil <arvenil@pld-linux.org>
Sun, 7 Sep 2008 12:19:32 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added all other configure options
- added TODO
- adapter

Changed files:
    wine.spec -> 1.331

wine.spec

index a4899af85267f4f5903135bf4e071f11e4aea466..3f8ce7bf7681343e2f4431b12c3e3facb17dcd77 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -6,6 +6,9 @@
 %bcond_without sane            # don't build TWAIN DLL with scanning support (through SANE)
 %bcond_without cups            # without CUPS printing support in winspool,wineps DLLs
 #
+# TODO:
+# - support for CAPI (ISDN support; --with-capi)
+#
 # NOTE: wine detects the following SONAMES for dlopen at build time:
 #   libcrypto,libssl (wininet.dll)
 #   libcups (winspool.dll.so,wineps.dll.so)
@@ -58,8 +61,8 @@ BuildRequires:        giflib-devel
 BuildRequires: hal-devel
 %{?with_jack:BuildRequires:    jack-audio-connection-kit-devel}
 BuildRequires: lcms-devel
-BuildRequires: libjpeg-devel
 BuildRequires: libgphoto2-devel
+BuildRequires: libjpeg-devel
 BuildRequires: libtool
 BuildRequires: libxslt-devel
 %{?with_nas:BuildRequires:     nas-devel}
@@ -255,14 +258,38 @@ sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
 %{__autoconf}
 %{__autoheader}
 %configure \
+       --with%{!?with_alsa:out}-alsa \
+       --with-audioio \
        --with-cms \
+       --with%{!?with_cups:out}-cups \
+       --with-coreaudio \
+       --with-cups \
+       --with-curses \
+       --with-esd \
+       --with-fontconfig \
+       --with-freetype \
+       --with-glu \
        --with-gphoto \
        --with-hal \
+       --with%{!?with_jack:out}-jack \
+       --with-jpeg \
+       --with-ldap \
+       --with%{!?with_nas:out}-nas \
+       --with-opengl \
+       --with-openssl \
+       --with-oss \
+       --with-png \
+       --with%{!?with_sane:out}-sane \
        --with-xcomposite \
        --with-xcursor \
        --with-xinerama \
        --with-xinput \
+       --with-xml \
        --with-xrandr \
+       --with-xrender \
+       --with-xshape \
+       --with-xshm \
+       --with-xslt \
        --with-xxf86vm \
        --with-x
 %{__make} depend
This page took 0.144363 seconds and 4 git commands to generate.