Another week, another winetricks.
Online as always at http://kegel.com/wine/winetricks or http://winezeug.googlecode.com
Changes since May 23's wine-devel annoucement:
------------------------------------------------------------------------ r95 | daniel.r.kegel | 2008-07-04 07:46:03 -0700 (Fri, 04 Jul 2008) | 2 lines
Added firefox3, kde
------------------------------------------------------------------------ r94 | daniel.r.kegel | 2008-06-27 11:29:19 -0700 (Fri, 27 Jun 2008) | 2 lines
Simpler recipe for msls31, thanks to Steven Edwards.
------------------------------------------------------------------------ r93 | daniel.r.kegel | 2008-06-27 11:28:05 -0700 (Fri, 27 Jun 2008) | 2 lines
Don't use obsolete command wineprefixcreate.
------------------------------------------------------------------------ r92 | daniel.r.kegel | 2008-06-27 04:41:49 -0700 (Fri, 27 Jun 2008) | 4 lines
Grr. Looks like I never fixed the problem reported in http://www.winehq.org/pipermail/wine-users/2008-May/033957.html Fixed now; sets win2k while installing vcrun2005.
------------------------------------------------------------------------ r90 | daniel.r.kegel | 2008-06-22 03:56:48 -0700 (Sun, 22 Jun 2008) | 2 lines
Update version.
------------------------------------------------------------------------ r89 | daniel.r.kegel | 2008-06-22 03:54:49 -0700 (Sun, 22 Jun 2008) | 7 lines
Added visual j# 2.0 runtime, thanks to http://howto.landure.fr/gnu-linux/install-directx-9-0c-on-linux-using-wine for pointing out it is needed by Supreme Commander
Fixed DirectX9 install, thanks to Ahmed for the patch
------------------------------------------------------------------------ r88 | daniel.r.kegel | 2008-06-22 03:15:27 -0700 (Sun, 22 Jun 2008) | 2 lines
Hmm, the divx codec download location changed a bit?
------------------------------------------------------------------------ r75 | daniel.r.kegel | 2008-06-14 10:52:00 -0700 (Sat, 14 Jun 2008) | 2 lines
Don't forget to register the ocx's
------------------------------------------------------------------------ r74 | daniel.r.kegel | 2008-06-14 10:39:34 -0700 (Sat, 14 Jun 2008) | 2 lines
Updated version number
------------------------------------------------------------------------ r73 | daniel.r.kegel | 2008-06-14 10:39:07 -0700 (Sat, 14 Jun 2008) | 5 lines
Use "MS" uniformly in front of choices that are Microsoft downloads.
Add comctl32.ocx
------------------------------------------------------------------------ r72 | daniel.r.kegel | 2008-06-14 10:17:37 -0700 (Sat, 14 Jun 2008) | 2 lines
Added autohotkey
------------------------------------------------------------------------ r71 | daniel.r.kegel | 2008-06-14 10:15:55 -0700 (Sat, 14 Jun 2008) | 2 lines
Cosmetic changes to menu: make 1st column wider, make gui window wide enough
------------------------------------------------------------------------ r69 | austinenglish | 2008-06-09 08:59:44 -0700 (Mon, 09 Jun 2008) | 2 lines
Restore winversion on dotnet20
------------------------------------------------------------------------ r61 | daniel.r.kegel | 2008-05-29 11:51:46 -0700 (Thu, 29 May 2008) | 2 lines
Add dirac 0.8 directshow filter, even though it's obsolete
------------------------------------------------------------------------ r60 | daniel.r.kegel | 2008-05-28 05:15:44 -0700 (Wed, 28 May 2008) | 3 lines
Added divx verb to winetricks. Switched codecdemo to interactive, added sample files from jhepple.com
------------------------------------------------------------------------ r58 | daniel.r.kegel | 2008-05-27 18:06:46 -0700 (Tue, 27 May 2008) | 2 lines
Add mpc (as a showcase for installed codecs)
------------------------------------------------------------------------ r57 | daniel.r.kegel | 2008-05-27 17:05:25 -0700 (Tue, 27 May 2008) | 2 lines
Added vlc
------------------------------------------------------------------------ r56 | daniel.r.kegel | 2008-05-27 16:03:20 -0700 (Tue, 27 May 2008) | 2 lines
Add gdiplus for quicktime
------------------------------------------------------------------------ r55 | daniel.r.kegel | 2008-05-27 15:49:17 -0700 (Tue, 27 May 2008) | 2 lines
Echo what's going on in wmp10 (since we can't use try)
------------------------------------------------------------------------ r54 | daniel.r.kegel | 2008-05-27 13:55:30 -0700 (Tue, 27 May 2008) | 2 lines
Added quicktime72
------------------------------------------------------------------------ r53 | daniel.r.kegel | 2008-05-23 14:30:12 -0700 (Fri, 23 May 2008) | 3 lines
Fix bug which broke multiple selections in gui. Thanks to Chad Sikorra for the bug report.
Quoting Dan Kegel dank@kegel.com:
r95 | daniel.r.kegel | 2008-07-04 07:46:03 -0700 (Fri, 04 Jul 2008) | 2 lines
Added firefox3, kde
Thanks!
I'm one of the kde-windows developers. To make maintenance of winetricks easier, we've added a kdewin-installer-gui-latest.exe which links to the latest version of the installer. The md5sums file will be updated to contain the md5sum for the -latest.exe file, too.
В сообщении от 4 июля 2008 Dan Kegel написал(a):
Another week, another winetricks.
Please check attached patch with fixes agains 20080704 version of winetricks.
Changes: - introduce WINDIR variable with Unix path to windows dir (and use it instead "$WINEPREFIX"/drive_c/windows) - wrap kdialog/xmessage using with variable to disable extra requires during creating a rpm package - add missed quites and remove extra spaces
Online as always at http://kegel.com/wine/winetricks or http://winezeug.googlecode.com
Vitaly Lipatov wrote:
В сообщении от 4 июля 2008 Dan Kegel написал(a):
Another week, another winetricks.
Please check attached patch with fixes agains 20080704 version of winetricks.
Changes:
- introduce WINDIR variable with Unix path to windows dir (and use it
instead "$WINEPREFIX"/drive_c/windows)
- wrap kdialog/xmessage using with variable to disable extra requires during
creating a rpm package
- add missed quites and remove extra spaces
Online as always at http://kegel.com/wine/winetricks or http://winezeug.googlecode.com
Guessing windir is a bad thing. You should use this instead: WINDIR=$(wine winepath -u "$(wine cmd /c echo %windir%)")
Same applies to other system directories like "Program Files".
Vitaliy.
On Sun, Jul 6, 2008 at 11:55 AM, Vitaliy Margolen wine-devel@kievinfo.com wrote:
Vitaly Lipatov wrote:
В сообщении от 4 июля 2008 Dan Kegel написал(a):
Another week, another winetricks.
Please check attached patch with fixes agains 20080704 version of winetricks.
Changes:
- introduce WINDIR variable with Unix path to windows dir (and use it
instead "$WINEPREFIX"/drive_c/windows)
- wrap kdialog/xmessage using with variable to disable extra requires during
creating a rpm package
- add missed quites and remove extra spaces
Online as always at http://kegel.com/wine/winetricks or http://winezeug.googlecode.com
Guessing windir is a bad thing. You should use this instead: WINDIR=$(wine winepath -u "$(wine cmd /c echo %windir%)")
Same applies to other system directories like "Program Files".
Vitaliy.
Dan,
I in no way mean to second guess your work but I checked out the diff for the most recent commit for how winetricks handled FF3. It seems all it does is download it and install it, no "tricks". Do we want winetricks to become a generic application installer? I thoughts its main purpose was to perform some non-obvious tricks to get difficult things to install.
--Zach
On Sun, Jul 6, 2008 at 11:47 PM, Zachary Goldberg zgs@seas.upenn.edu wrote:
I in no way mean to second guess your work but I checked out the diff for the most recent commit for how winetricks handled FF3. It seems all it does is download it and install it, no "tricks". Do we want winetricks to become a generic application installer? I thoughts its main purpose was to perform some non-obvious tricks to get difficult things to install.
I suggested it to Dan and added it because winetricks is supposed to be a developers tool and I needed it for a development project. Just going to getfirefox.com on linux auto detects your platform and of course I did not want Linux but the windows builds. I thought it might be a of use if others need win32 firefox for testing, development, etc.
On Mon, Jul 7, 2008 at 12:00 AM, Steven Edwards winehacker@gmail.com wrote:
On Sun, Jul 6, 2008 at 11:47 PM, Zachary Goldberg zgs@seas.upenn.edu wrote:
I in no way mean to second guess your work but I checked out the diff for the most recent commit for how winetricks handled FF3. It seems all it does is download it and install it, no "tricks". Do we want winetricks to become a generic application installer? I thoughts its main purpose was to perform some non-obvious tricks to get difficult things to install.
I suggested it to Dan and added it because winetricks is supposed to be a developers tool and I needed it for a development project. Just going to getfirefox.com on linux auto detects your platform and of course I did not want Linux but the windows builds. I thought it might be a of use if others need win32 firefox for testing, development, etc.
-- Steven Edwards
"There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo
Aha! I guess in this case simply downloading FF3 for windows is actually a "trick".
-Zach
On Sun, Jul 6, 2008 at 8:47 PM, Zachary Goldberg zgs@seas.upenn.edu wrote:
I in no way mean to second guess your work but I checked out the diff for the most recent commit for how winetricks handled FF3. It seems all it does is download it and install it, no "tricks". Do we want winetricks to become a generic application installer? I thoughts its main purpose was to perform some non-obvious tricks to get difficult things to install.
I put things in there that I find myself installing often for testing purposes. Firefox is one of those things. Steven Edwards sent me a patch about the time I was thinking of adding it, so in it went.
I do have two other scripts for applications. First, http://kegel.com/wine/migrating-user-1.html links to http://kegel.com/wine/migrating-user-1.sh which can install 14 random apps user #1 wanted. Second, http://code.google.com/p/winezeug/source/browse/trunk/codecdemo is a little script that installs a media player and some codecs (mostly using winetricks), and a bunch of demo videos.
Those aren't ever going into winetricks. I only mention this to show that I do have *some* sense of taste. - Dan
2008/7/6 Vitaly Lipatov lav@etersoft.ru:
Please check attached patch with fixes agains 20080704 version of winetricks.
Changes:
- introduce WINDIR variable with Unix path to windows dir (and use it
instead "$WINEPREFIX"/drive_c/windows)
That, along with Vitaliy's suggestion of not hardcoding it, sounds good, but it shouldn't be mixed in with other changes.
- wrap kdialog/xmessage using with variable to disable extra requires during
creating a rpm package
I don't see how the variable helps. Do you want to allow overriding it?
And what rpm package are you talking about?
- add missed quites and remove extra spaces
Which quotes are missing? I just fixed a couple on the definitions of programfilesdir_win and programfilesdir_unix, see http://code.google.com/p/winezeug/source/detail?r=99
- Dan