Oops.  Wrong path for libusb.  Here is it again :)

On Thu, Jan 18, 2007 at 02:19:56AM +0100, Robert Millan wrote:
> 
> Uhm sorry.  libSM was enough to *build* and get a wine binary that works.  
> But to
> get all the features you need one more pack of libraries.
> 
> I'm providing a patch for all of them.  In addition, we also need libicu36-dev
> but unfortunately the ia32-libs-dev package in which it would belong is only
> available for ia64.  I avoided changing this in my patch, assuming you'd want 
> to
> decide it yourself.
> 
> (the only files we need from libicu36-dev are libsicuuc.a and libsicudata.a)
> 
> Thanks!

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended for
spam harvesters.  Writing to it will get you added to my black list.
diff -ur ia32-libs-1.18.old/debian/rules ia32-libs-1.19/debian/rules
--- ia32-libs-1.18.old/debian/rules	2006-11-10 19:38:09.000000000 +0100
+++ ia32-libs-1.19/debian/rules	2007-01-18 01:33:19.000000000 +0100
@@ -161,22 +161,48 @@
 	ln -s libGL.so.1 libGL.so && \
 	ln -s libGLU.so.1 libGLU.so && \
 	ln -s libICE.so.6 libICE.so && \
+	ln -s libSM.so.6 libSM.so && \
 	ln -s libX11.so.6 libX11.so && \
 	ln -s libXcursor.so.1 libXcursor.so && \
 	ln -s libXext.so.6 libXext.so && \
 	ln -s libXfixes.so.3 libXfixes.so && \
 	ln -s libXi.so.6 libXi.so && \
 	ln -s libXinerama.so.1 libXinerama.so && \
+	ln -s libXmu.so.6 libXmu.so && \
 	ln -s libXrandr.so.2 libXrandr.so && \
 	ln -s libXrender.so.1 libXrender.so && \
 	ln -s libXt.so.6 libXt.so && \
 	ln -s libXxf86vm.so.1 libXxf86vm.so && \
+	ln -s libartsc.so.0 libartsc.so && \
+	ln -s libaudiofile.so.0 libaudiofile.so && \
+	ln -s libaudio.so.2 libaudio.so && \
 	ln -s libcairo.so.2 libcairo.so && \
+	ln -s libesd.so.0 libesd.so && \
+	ln -s libexif.so.12 libexif.so && \
 	ln -s libfontconfig.so.1 libfontconfig.so && \
 	ln -s libfreetype.so.6 libfreetype.so && \
+	ln -s libgcrypt.so.11 libgcrypt.so && \
+	ln -s libglib-2.0.so.0 libglib-2.so && \
+	ln -s libglut.so.3 libglut.so && \
+	ln -s libgmodule-2.0.so.0 libgmodule-2.so && \
+	ln -s libgnutls.so.13 libgnutls.so && \
+	ln -s libgpg-error.so.0 libgpg-error.so && \
+	ln -s libgphoto2_port.so.0 libgphoto2_port.so && \
+	ln -s libgphoto2.so.2 libgphoto2.so && \
+	ln -s libgthread-2.0.so.0 libgthread-2.so && \
+	ln -s libieee1284.so.3 libieee1284.so && \
 	ln -s libjpeg.so.62 libjpeg.so && \
+	ln -s liblber.so.2 liblber.so && \
 	ln -s liblcms.so.1 liblcms.so && \
-	ln -s libxml2.so.2 libxml2.so
+	ln -s libldap_r.so.2 libldap_r.so && \
+	ln -s libltdl.so.3 libltdl.so && \
+	ln -s libsane.so.1 libsane.so && \
+	ln -s libsasl2.so.2 libsasl2.so && \
+	ln -s libtasn1.so.3 libtasn1.so && \
+	ln -s libtiff.so.4 libtiff.so && \
+	ln -s /lib32/libusb-0.1.so.4 libusb-0.so && \
+	ln -s libxml2.so.2 libxml2.so && \
+	ln -s libxslt.so.1 libxslt.so
 
 	# Remove unwanted directories and pt_chown
 	rm -rf $(DEST)/t
diff -ur ia32-libs-1.18.old/fetch-and-build ia32-libs-1.19/fetch-and-build
--- ia32-libs-1.18.old/fetch-and-build	2006-11-06 21:23:17.000000000 +0100
+++ ia32-libs-1.19/fetch-and-build	2007-01-18 02:10:57.000000000 +0100
@@ -9,6 +9,7 @@
 BUILD=${BUILD:-1}
 
 DEBS="coreutils
+freeglut3
 gcc-4.1-base
 gdk-imlib1
 gdk-imlib11
@@ -16,31 +17,47 @@
 lesstif2
 libacl1
 libattr1
+libartsc0
 libasound2
+libaudio2
+libaudiofile0
 libbz2-1.0
 libc6
 libc6-dev
 libcairo2
 libdirectfb-0.9-25
 libdrm2
+libesd0
+libexif12
 libexpat1
 libfontconfig1
 libfreetype6
 libfusionsound-0.9-25
 libgcc1
+libgcrypt11
 libgl1-mesa-glx
 libglib1.2
+libglib2.0-0
 libglu1-mesa
 libglu1-xorg
+libgnutls13
+libgpg-error0
+libgphoto2-2
+libgphoto2-port0
 libgtk1.2
 libgtk1.2-common
 libice6
+libieee1284-3
 libjpeg62
 liblcms1
+libldap2
+libltdl3
 libncurses5
 libpam0g
 libpng12-0
 libpopt0
+libsane
+libsasl2-2
 libsdl1.2debian-alsa
 libsm6
 libstdc++2.10-glibc2.2
@@ -49,7 +66,9 @@
 libstdc++5
 libstdc++6
 libsvga1
+libtasn1-3
 libtiff3g
+libtiff4
 libusb-0.1-4
 libwmf0.2-7
 libx11-6
@@ -73,6 +92,7 @@
 libxtst6
 libxv1
 libxcursor1
+libxslt1.1
 libxxf86vm1
 xaw3dg
 xbitmaps

Reply via email to