The time now is Thu 12 Dec 2019, 08:47
All times are UTC - 4 |
Page 7 of 24 [350 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, ..., 22, 23, 24 Next |
Author |
Message |
vovchik

Joined: 23 Oct 2006 Posts: 1512 Location: Ukraine
|
Posted: Mon 13 Apr 2009, 05:04 Post subject:
|
|
Dear techosaurus,
I tried the 1.1.19 pet last night and it installed fine under 3.01. However, I noticed that there was no ALSA support. I didn't check all the previous posts, but this may be by design. In any case, I need ALSA, so I later went to winehq.org and downloaded the slackware version - 1.1.19, converted it to a pet and now have ALSA again.
With kind regards,
vovchik
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Mon 13 Apr 2009, 10:08 Post subject:
|
|
@vovchik - that's really not good... I compiled this one with 4.2 and the 4.2 devx ... will recompile on 4.1.2 until I can figure out where the new ALSA DEV package is so I can rebuild the new devx... I was worried about this during development, but since the 1.1.18 version works in 4.2 then I will go back to compiling on gpup and the 4.1.2 devx (smp makes for much quicker compiles)
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
mikeb

Joined: 23 Nov 2006 Posts: 11282
|
Posted: Mon 13 Apr 2009, 14:58 Post subject:
|
|
Well 4.20 seems to be a mix of alsa 1.1.16 and 1.1.19 which might not help
mike
|
Back to top
|
|
 |
synth

Joined: 18 Mar 2009 Posts: 210
|
Posted: Mon 13 Apr 2009, 19:45 Post subject:
|
|
The ALSA libs were updated to 1.1.19,but everything else is old:
* alsa-driver
* alsa-utils
* alsa-tools
* alsa-firmware
* alsa-plugins
* alsa-oss
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Tue 14 Apr 2009, 00:51 Post subject:
|
|
OK back to using gpup 4.1.2 ... compiling now - here are the instructions in case anyone is interested
setup gpup with devx_412.sfs
install these pets (available via petget or @ puppylinux.asia/members/T/ - puppy:linux for user:password)
cups-1.1.23
esound-0.2.41-i486
esound_DEV-0.2.41-i486
jack-audio-connection-kit-0.116.1-i486
jack-audio-connection-kit_DEV-0.116.1-i486
libexif-0.6.16
libexif-gtk-0.3.5
libgphoto2-2.4.2
libgphoto2_DEV-2.4.2
openldap-2.4.13-i486
openldap_DEV-2.4.13-i486
sane-backends-1.0.19
xorg_xorg_full_dri-7.3
xorg_xorg_full_dri_DEV-7.3
download the wine-x.x.xx.tar.bz2 and extract it somewhere
open the wine-x.x.xx folder
hit the "`" button (usually under the ESC key) to open a terminal window there
type or copy the following code and paste it into the rxvt terminal (center mouse click or right and left at the same time)
Code: | ./configure --prefix=/usr --build=i486-t2-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x --without-hal --without-gnutls --without-capi --disable-tests |
after the configure has run just type:
after that's done type
it will take a while to compile even with the -j3 option (only use on dual cpu... -j5 for quad)... when that is finished you need to make pets... I do this 2 different ways for lite and full
for winelite we would type (I usually end up making this as a pet)
Code: | new2dir make install-lib |
for winefull we would type (I usually end up making this as a sfs)
Code: | new2dir make install |
I always choose to split it into a main package and DEV, DOC and NLS...(option 3) they can be recombined later
it will ask for dependencies - there are so many and since some packages aren't in the repo I don't bother with this part
after that is done its time to build our pet
for wine-lite, rename the wine-x.x.xx-486 folder to winelite-x.x.xx-486 and copy my pre-prepared fileset of goodies to the folder - (I will post a tarball of it) ... then from a terminal in its parent directory type:
Code: | dir2pet winelite-x.x.xx-486 |
NOTE if you insert my fileset there is no need to create a menu entry
then I install winelite which will automatically run winecfg and create the /root/.wine directory which I will later copy into the sfs folder
for the winefull-x.x.xx-486.sfs I use "new2dir make install" vs "new2dir make install-lib" This "installs" additional wine development tools that aren't necessary to run programs but are good for compiling win32 exes
... this is why I also put the wine_DEV-x.x.xx folder and contents into the wine-x.x.xx-486
... I also copy the same "winegoodies" as in the winelite version
... then to save users from having to download dependencies, I convert the dependencies first to tgz and then extract them so I can include those contents as follows
Code: | pet2tgz some_package.pet |
click on the tar.gz to open it, extract the contents and copy them to the wine-x.x.xx-486 folder (I have all of them pre-copied to 1 folder already to make it faster)
last but not least I copy the /root/.wine folder that was created when I installed winelite to wine-x.x.xx-486/root/.wine (ensure that you set up sound, press apply and test it during the wine-lite install)
... Now all that is left is building the winefull-x.x.xx-486_412.sfs
Code: | dir2sfs winefull-x.x.xx-486 |
Description |
here are my goodies containing winetools, menu entries, mime types, install script and portableapps autostart to tray (assuming it is installed to /mnt/home)
|

Download |
Filename |
winegoodies.tar.gz |
Filesize |
38.79 KB |
Downloaded |
1183 Time(s) |
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Tue 14 Apr 2009, 02:33 Post subject:
|
|
recompiled with gpup and uploaded again
wine "lite"
http://puppylinux.asia/members/T/486_pet/wine-1.1.19-i486.pet
sfs and md5
http://puppylinux.asia/members/T/apps_sfs/wine-1.1.19-i486_412.sfs
http://puppylinux.asia/members/T/apps_sfs/wine-1.1.19-i486_412.sfs-md5.txt
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
panzerpuppy
Joined: 02 Oct 2007 Posts: 632
|
Posted: Mon 27 Apr 2009, 02:13 Post subject:
|
|
Wine 1.1.20 is out.
|
Back to top
|
|
 |
mikeb

Joined: 23 Nov 2006 Posts: 11282
|
Posted: Mon 27 Apr 2009, 08:19 Post subject:
|
|
Quote: | Wine 1.1.20 is out. |
hey why not update every 5 wine releses...get it down to once a month
mike
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Mon 04 May 2009, 16:40 Post subject:
|
|
if you read my earlier post, you can see what a pain it was to maintain this package manually. Now all I have to do is run a script I wrote to maintain my packages for me.
src2all wine-X.X.XX.tar.bz2 wine.cfg Wine
(Note there is a corresponding gui called pcompile - for when I don't feel like typing - tested on 15 packages so far - worked on all but py packages which are on my todo list)
wine-X.X.XX.tar.bz2=source package
wine.cfg = file containing the ./configure options
Wine = the directory containing the full tree of all of my extra goodies
the pet is available here
http://www.murga-linux.com/puppy/viewtopic.php?t=41758
I will upload the 1.1.20 pet tonight.
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
mikeb

Joined: 23 Nov 2006 Posts: 11282
|
Posted: Mon 04 May 2009, 18:39 Post subject:
|
|
Quote: | Now all I have to do is run a script I wrote to maintain my packages for me. |
I noticed you had been a buzy bee...
mike
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Tue 05 May 2009, 00:24 Post subject:
|
|
1.1.20 is now posted
http://puppylinux.asia/members/T/486_pet/
http://puppylinux.asia/members/T/apps_sfs/
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
Hacao

Joined: 10 Aug 2005 Posts: 226 Location: Saigon, Vietnam
|
Posted: Tue 05 May 2009, 00:35 Post subject:
|
|
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Howto download this file 1.1.20 ?
Thanks,
_________________ Hacao Linux 2009 CE released !
Hacao.com English & Vietnamese !
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13647 Location: Karlsruhe, Germany
|
Posted: Tue 05 May 2009, 03:46 Post subject:
|
|
user: puppy
password: linux
Mark
_________________ my recommended links
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11775 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Tue 05 May 2009, 15:24 Post subject:
|
|
Would it be ok to use this 1.1.20 wine sfs in upup?
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Tue 05 May 2009, 15:58 Post subject:
|
|
I did not compile it in upupto, nor did I package the sfs with squash 4 (from the 2.6.29 kernel).. so maybe, maybe not if you try and it doesn't work let me know, now it only takes me a couple of minutes to do all the compiling and packaging.
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
|
Page 7 of 24 [350 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, ..., 22, 23, 24 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|