Page 19 of 24

Posted: Fri 15 Mar 2013, 03:00
by green_dome
gecko and mono .msi files, as well as files downloaded with winetricks, are automatically put into '/root/.cache/wine' and '/root/.cache/winetricks'

I symlink these two directories into a subdirectory of /mnt/home/ to save some space in my savefile.

missing libs and gecko download error

Posted: Sun 17 Mar 2013, 08:54
by step
Hi green_dome, thank you very much for this pet! When I installed v1 on puppy saluki 023 I got the following missing libs:

File /usr/lib/wine/gphoto2.ds.so has these missing library files:
libgphoto2.so.6 libgphoto2_port.so.10
File /usr/lib/wine/winemp3.acm.so has these missing library files:
libmpg123.so.0
File /usr/lib/wine/wldap32.dll.so has these missing library files:
libldap_r-2.4.so.2 liblber-2.4.so.2

I'm not sure what's the impact.
Do you know which apps wouldn't run if I just left those libs missing?
So far all standard wine programs seem to work fine.

Do I understand correctly that in order to fix the missing libs I should install the lib pets that you have linked to in your post?

BTW, the following links are broken:
fontconfig-2.7.1-i486-pup4.pet | mirror 1
fontconfig_DEV-2.7.1-i486-pup4.pet | mirror 1
gnutls+deps-2.6.6-i486.pet | mirror 1
gnutls+deps_DEV-2.6.6-i486.pet | mirror 1

libgphoto2_DEV-2.5.0-i486_v2.pet | mirror 1

libusb_DEV-1.0.9-i486_v2.pet | mirror 1

mpg123_DEV-1.12.4.pet | mirror 1

openldap_DEV-2.4.13-i486.pet | mirror 1

xorg_xorg_full_dri_DEV-7.3.pet | mirror 1

Posted: Tue 19 Mar 2013, 05:24
by green_dome
Hi step,
Do you know which apps wouldn't run if I just left those libs missing?
I do not know exactly which apps would not run without those libs.
Do I understand correctly that in order to fix the missing libs I should install the lib pets that you have linked to in your post?
yes.

Posted: Sun 31 Mar 2013, 22:12
by vovchik
Dear green_dome,

Any chance for 1.5.2.7 http://www.winehq.org/announce/1.5.27?

With thanks in advance and kind regards,
vovchik

Wine 1.5.26

Posted: Fri 05 Apr 2013, 22:51
by green_dome
my attempt at compiling wine-1.5.26

-------------------------------

wine-1.5.26-i486_v1.pet | version 1 - stripped=true
wine-1.5.26-i486_v2.pet | version 2 - stripped=false
wine_DEV-1.5.26-i486.pet | compatible with v1 and v2 of the main dotpet
wine_DOC-1.5.26-i486.pet | compatible with v1 and v2 of the main dotpet
mirrors

wine_extras-v2.pet | menu entries

md5.txt and hashdeep.txt -->

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
references

In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands

For those that want menu entries, but ...'just one entry under Utility which leads to a menu of all the wine programs. ' -->

Another menu entry utility 'WineEnv' -->

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

pets2sfs | post | download | post

createsfs | thread | download

PETS2SFSGUI | thread

Related scripts:
sfs2pet | webpage | thread
-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1

This puplet uses glibc 2.6.1
To see what glibc your puppy has.

Code: Select all

ldd --version
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
Reference

updated links at my homepage. see below.

Wine 1.5.27

Posted: Sun 07 Apr 2013, 04:43
by green_dome
my attempt at compiling wine-1.5.27

-------------------------------

wine-1.5.27-i486_v1.pet | version 1 - stripped=true
wine-1.5.27-i486_v2.pet | version 2 - stripped=false
wine_DEV-1.5.27-i486.pet | compatible with v1 and v2 of the main dotpet
wine_DOC-1.5.27-i486.pet | compatible with v1 and v2 of the main dotpet
mirrors

wine_extras-v2.pet | menu entries

md5.txt and hashdeep.txt -->

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
references

In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands

For those that want menu entries, but ...'just one entry under Utility which leads to a menu of all the wine programs. ' -->

Another menu entry utility 'WineEnv' -->

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

pets2sfs | post | download | post

createsfs | thread | download

PETS2SFSGUI | thread

Related scripts:
sfs2pet | webpage | thread
-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1

This puplet uses glibc 2.6.1
To see what glibc your puppy has.

Code: Select all

ldd --version
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
Reference

updated links at my homepage. see below.

Posted: Tue 09 Apr 2013, 20:12
by vovchik
Dear green_dome,

I finally got the latest - after the forum came back to life and I could again see your download link :) Many thanks.

With kind regards,
vovchik

Posted: Mon 15 Apr 2013, 17:11
by vovchik
Dear green_dome,

Looks like we have a new one: http://www.winehq.org/announce/1.5.28 :). Many thanks in advance.

With kind regards,
vovchik

Wine-1.5.28

Posted: Wed 17 Apr 2013, 23:23
by green_dome
my attempt at compiling wine-1.5.28
---------------------------------------------

wine-1.5.28-i486_v1.pet | version 1 | stripped=true
wine-1.5.28-i486_v2.pet | version 2 | stripped=false
wine_DEV-1.5.28-i486.pet | compatible with v1 and v2
wine_DOC-1.5.28-i486.pet | compatible with v1 and v2
wine_extras-v2.pet | menu entries
md5.txt and hashdeep.txt

If you are going to submit bug reports to WineHQ, I recommend using wine-1.5.28-i486_v2.pet
If you are not going to submit bug reports, then save some hard drive space and use wine-1.5.28-i486_v1.pet
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine. [references]

In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands

For those that want menu entries, but ...'just one entry under Utility which leads to a menu of all the wine programs. ' -->

Another menu entry utility 'WineEnv' -->
----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

pets2sfs | post | download | post

createsfs | thread | download

PETS2SFSGUI | thread

Related scripts:
sfs2pet | webpage | thread
----------------------------------------------------------------------------------------------------------

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
Reference
----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1

This puplet uses glibc 2.6.1
To see what glibc your puppy has.

Code: Select all

ldd --version
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1
----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet
----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
----------------------------------------------------------------------------------------------------------

updated links at my homepage. see below.

Posted: Thu 18 Apr 2013, 07:15
by vovchik
Dear green_dome,

Works like a charm. Thanks once again.

With kind regards,
vovchik

Posted: Tue 23 Apr 2013, 23:44
by vanchutr
Dear green_dome
Thanks for your new wine-1.5.28 pack
I'd tried to compile it from source (in puppysqueeze); but no succes.
vanchutr

XInput2

Posted: Fri 26 Apr 2013, 01:56
by Liboicl
When trying to play some games the mouse will get stuck. With the debug options enabled I get

Code: Select all

trace:cursor:X11DRV_XInput2_Init X Input 2 support not compiled in.
Can you compile this in on a future version?

EDIT: I am compiling wine myself again. Thanks for keeping this up to date for so long.

Wine 1.5.29

Posted: Fri 10 May 2013, 03:03
by green_dome
my attempt at compiling wine-1.5.29
---------------------------------------------

wine-1.5.29-i486_v1.pet | version 1 | stripped=true
wine-1.5.29-i486_v2.pet | version 2 | stripped=false
wine_DEV-1.5.29-i486.pet | compatible with v1 and v2
wine_DOC-1.5.29-i486.pet | compatible with v1 and v2
wine_extras-v2.pet | menu entries
md5.txt and hashdeep.txt

If you are going to submit bug reports to WineHQ, I recommend using wine-1.5.29-i486_v2.pet
If you are not going to submit bug reports, then save some hard drive space and use wine-1.5.29-i486_v1.pet
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine. [references]

In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands

For those that want menu entries, but ...'just one entry under Utility which leads to a menu of all the wine programs. ' >

Another menu entry utility 'WineEnv' > >
----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

pets2sfs | post | download | post

createsfs | thread | download

PETS2SFSGUI | thread

Related scripts:
sfs2pet | webpage | thread
----------------------------------------------------------------------------------------------------------

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
Reference
----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1

This puplet uses glibc 2.6.1
To see what glibc your puppy has.

Code: Select all

ldd --version
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1
----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet
----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
----------------------------------------------------------------------------------------------------------

updated links at my homepage. see below.

Re: XInput2

Posted: Fri 10 May 2013, 03:41
by green_dome
Liboicl wrote:When trying to play some games the mouse will get stuck. With the debug options enabled I get

Code: Select all

trace:cursor:X11DRV_XInput2_Init X Input 2 support not compiled in.
Can you compile this in on a future version?

EDIT: I am compiling wine myself again. Thanks for keeping this up to date for so long.
It appears XInput2 (XI2) is in x.org 7.5
[sources: > > >]

Many puplets version 5.x, that I have seen, use x.org 7.5.
I will need to compile in a new puplet, or possibly an additional puplet(s). I am not sure which one(s) to use, as there are different glibc versions used. > > >

Posted: Sat 11 May 2013, 12:29
by vovchik
Dear green_dome,

Thanks, as usual. Works nicely.

With kind regards,
vovchik

Wine 1.5.30

Posted: Mon 20 May 2013, 21:48
by green_dome
my attempt at compiling wine-1.5.30
---------------------------------------------

wine-1.5.30-i486_v1.pet | version 1 | stripped=true
wine-1.5.30-i486_v2.pet | version 2 | stripped=false
wine_DEV-1.5.30-i486.pet | compatible with v1 and v2
wine_DOC-1.5.30-i486.pet | compatible with v1 and v2
wine_extras-v2.pet | menu entries
md5.txt and hashdeep.txt

If you are going to submit bug reports to WineHQ, I recommend using wine-1.5.30-i486_v2.pet
If you are not going to submit bug reports, then save some hard drive space and use wine-1.5.30-i486_v1.pet
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine. [references]

The first post [>] has links to:
sfs scripts, menu entry utilities, and Wine usage tips.

----------------------------------------------------------------------------------------------------------


I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1

This puplet uses glibc 2.6.1
To see what glibc your puppy has.

Code: Select all

ldd --version
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1
----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet
----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
----------------------------------------------------------------------------------------------------------

updated links at my homepage. see below.

Posted: Mon 20 May 2013, 21:53
by vovchik
Dear green_dome,

Thanks for your quick work. I just tried downloading and I only see x.29 and earlier versions. I think the server might be slow in updating uploads or something went awry in the process:(

With kind regards,
vovchik

PS. Thanks. Server updated and all OK!!!!

Wine 1.5.30

Posted: Tue 21 May 2013, 23:00
by Pete22
I can't make the link to wine 1.5.30 work.
It goes somewhere, but not to a place that I can download the program.

I tried version 1 and version 2.

Anyone else have this problem?

Pete

Re: Wine 1.5.30

Posted: Wed 22 May 2013, 03:17
by green_dome
Pete22 wrote:I can't make the link to wine 1.5.30 work.
It goes somewhere, but not to a place that I can download the program.

I tried version 1 and version 2.

Anyone else have this problem?

Pete
The links go to my website, where there are ">" characters that link to a download page of the respective file.
I try to have multiple links for each file, in case one site goes down or removes files for whatever reason.

sfs versions

Posted: Fri 24 May 2013, 11:26
by tlchost
Would it be possible to produce sfs versions? I've tried various scripts and have had no luck.

Thanks