SPECS: wine.spec - added configure options for bconds - added all other con...

arvenil arvenil at pld-linux.org
Sun Sep 7 14:19:37 CEST 2008


Author: arvenil                      Date: Sun Sep  7 12:19:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added configure options for bconds
- added all other configure options
- added TODO
- adapter

---- Files affected:
SPECS:
   wine.spec (1.330 -> 1.331) 

---- Diffs:

================================================================
Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.330 SPECS/wine.spec:1.331
--- SPECS/wine.spec:1.330	Sat Sep  6 22:19:31 2008
+++ SPECS/wine.spec	Sun Sep  7 14:19:32 2008
@@ -7,6 +7,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)
@@ -59,8 +62,8 @@
 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}
@@ -256,14 +259,38 @@
 %{__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
@@ -484,6 +511,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.331  2008/09/07 12:19:32  arvenil
+- added configure options for bconds
+- added all other configure options
+- added TODO
+- adapter
+
 Revision 1.330  2008/09/06 20:19:31  arvenil
 - added a lot of missing BRs
 - removed configure options which doesn't exist
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wine.spec?r1=1.330&r2=1.331&f=u



More information about the pld-cvs-commit mailing list