Module submission - Wine-cvs

jean.bruenn@ip-minds.de jean.bruenn at ip-minds.de
Fri Mar 3 10:37:00 UTC 2006


module name       : Wine-cvs
suggested section : zbeta
update (y/n)      : y
bugfix (y/n)      : n
security (y/n)    : n

ENHANCEMENT
I changed some small things, added optional and other depends,
added CONFIGURE (without win16, with win64)

greetings Jean
wdp

-------------- next part --------------
--- Wine-cvs/BUILD	2005-05-07 20:07:34.000000000 +0200
+++ Wine-cvs/BUILD	2006-03-03 11:35:10.000000000 +0100
@@ -1,11 +1,21 @@
 (
+
+if [ "$WIN64" == "y" ]; then
+	OPTS="$OPTS --enable-win64"
+fi &&
+if [ "$WIN16" == "y" ]; then
+	OPTS="$OPTS --disable-win16"
+fi &&
+
 ./configure --build=i686-pc-linux-gnu \
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--localstatedir=/var \
 		--infodir=/usr/share/info \
 		--mandir=/usr/share/man \
-		--enable-opengl &&
+		--enable-opengl \
+		--with-x \
+		$OPTS       &&
 
   make depend               &&
   make                      &&
--- Wine-cvs/CONFIGURE	1970-01-01 01:00:00.000000000 +0100
+++ Wine-cvs/CONFIGURE	2006-03-03 11:34:05.000000000 +0100
@@ -0,0 +1,2 @@
+mquery WIN64 "build a Win64 emulator on AMD64 (won't run Win32 binaries) NOT RECOMMENDED?" n &&
+mquery WIN16 "do not include Win16 support?" n &&
--- Wine-cvs/DEPENDS	2005-05-07 20:07:34.000000000 +0200
+++ Wine-cvs/DEPENDS	2006-03-03 11:27:52.000000000 +0100
@@ -1,2 +1,5 @@
 depends  flex  &&
-depends  bison
+depends  bison &&
+depends  gcc &&
+optional_depends libxml2 "" "" "for a functional msxml implementation" &&
+optional_depends cups "" "" "for printer support"
-------------- next part --------------
lvu submit Wine-cvs 8d145338b0023ef51bad44b1c22c781f  -
2.6.14.5 2.6.12 gcc-3.4.5 glibc-2.3.6



More information about the Lunar mailing list